|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChallengeResponse | |
---|---|
org.restlet.data | Element of information handled by a component via a connector. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of ChallengeResponse in org.restlet.data |
---|
Methods in org.restlet.data that return ChallengeResponse | |
---|---|
ChallengeResponse |
Request.getChallengeResponse()
Returns the authentication response sent by a client to an origin server. |
Methods in org.restlet.data with parameters of type ChallengeResponse | |
---|---|
void |
Request.setChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to an origin server. |
Uses of ChallengeResponse in org.restlet.util |
---|
Methods in org.restlet.util that return ChallengeResponse | |
---|---|
ChallengeResponse |
WrapperRequest.getChallengeResponse()
Returns the authentication response sent by a client to an origin server. |
Methods in org.restlet.util with parameters of type ChallengeResponse | |
---|---|
void |
WrapperRequest.setChallengeResponse(ChallengeResponse response)
Sets the authentication response sent by a client to an origin server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |