|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChallengeRequest | |
---|---|
org.restlet.gwt.data | Element of information handled by a component via a connector. |
Uses of ChallengeRequest in org.restlet.gwt.data |
---|
Methods in org.restlet.gwt.data that return types with arguments of type ChallengeRequest | |
---|---|
java.util.List<ChallengeRequest> |
Response.getChallengeRequests()
Returns the list of authentication requests sent by an origin server to a client. |
Methods in org.restlet.gwt.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.gwt.data with type arguments of type ChallengeRequest | |
---|---|
void |
Response.setChallengeRequests(java.util.List<ChallengeRequest> requests)
Sets the list of authentication requests sent by an origin server to a client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |