|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChallengeRequest | |
|---|---|
| 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 ChallengeRequest in org.restlet.data |
|---|
| Methods in org.restlet.data that return ChallengeRequest | |
|---|---|
ChallengeRequest |
Response.getChallengeRequest()
Deprecated. Use the Response.getChallengeRequests() method instead. |
| Methods in org.restlet.data that return types with arguments of type ChallengeRequest | |
|---|---|
List<ChallengeRequest> |
Response.getChallengeRequests()
Returns the list of authentication requests sent by an origin server to a client. |
| Methods in org.restlet.data with parameters of type ChallengeRequest | |
|---|---|
void |
Response.setChallengeRequest(ChallengeRequest request)
Sets the authentication request sent by an origin server to a client. |
| Method parameters in org.restlet.data with type arguments of type ChallengeRequest | |
|---|---|
void |
Response.setChallengeRequests(List<ChallengeRequest> requests)
Sets the list of authentication requests sent by an origin server to a client. |
| Uses of ChallengeRequest in org.restlet.util |
|---|
| Methods in org.restlet.util that return ChallengeRequest | |
|---|---|
ChallengeRequest |
WrapperResponse.getChallengeRequest()
Deprecated. Use the WrapperResponse.getChallengeRequests() instead. |
| Methods in org.restlet.util that return types with arguments of type ChallengeRequest | |
|---|---|
List<ChallengeRequest> |
WrapperResponse.getChallengeRequests()
Returns the list of authentication requests sent by an origin server to a client. |
| Methods in org.restlet.util with parameters of type ChallengeRequest | |
|---|---|
void |
WrapperResponse.setChallengeRequest(ChallengeRequest request)
Sets the authentication request sent by an origin server to a client. |
| Method parameters in org.restlet.util with type arguments of type ChallengeRequest | |
|---|---|
void |
WrapperResponse.setChallengeRequests(List<ChallengeRequest> requests)
Sets the list of authentication requests sent by an origin server to a client. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||