|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChallengeResponse | |
|---|---|
| org.restlet | Core classes of the API. |
| org.restlet.resource | Client and server resource classes. |
| org.restlet.util | Various utility classes. |
| Uses of ChallengeResponse in org.restlet |
|---|
| Methods in org.restlet that return ChallengeResponse | |
|---|---|
ChallengeResponse |
Request.getChallengeResponse()
Returns the authentication response sent by a client to an origin server. |
ChallengeResponse |
Request.getProxyChallengeResponse()
Returns the authentication response sent by a client to a proxy. |
| Methods in org.restlet with parameters of type ChallengeResponse | |
|---|---|
void |
Request.setChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to an origin server. |
void |
Request.setProxyChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to a proxy. |
| Uses of ChallengeResponse in org.restlet.resource |
|---|
| Methods in org.restlet.resource that return ChallengeResponse | |
|---|---|
ChallengeResponse |
Resource.getChallengeResponse()
Returns the authentication response sent by a client to an origin server. |
ChallengeResponse |
Resource.getProxyChallengeResponse()
Returns the proxy authentication response sent by a client to an origin server. |
| Methods in org.restlet.resource with parameters of type ChallengeResponse | |
|---|---|
void |
ClientResource.setChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to an origin server. |
void |
ClientResource.setProxyChallengeResponse(ChallengeResponse challengeResponse)
Sets the proxy 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. |
ChallengeResponse |
WrapperRequest.getProxyChallengeResponse()
Returns the authentication response sent by a client to a proxy. |
| 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. |
void |
WrapperRequest.setProxyChallengeResponse(ChallengeResponse response)
Sets the authentication response sent by a client to a proxy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||