|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationInfo | |
---|---|
org.restlet | Core classes of the API. |
org.restlet.util | Various utility classes. |
Uses of AuthenticationInfo in org.restlet |
---|
Methods in org.restlet that return AuthenticationInfo | |
---|---|
AuthenticationInfo |
Response.getAuthenticationInfo()
Returns information sent by an origin server related to an successful authentication attempt. |
Methods in org.restlet with parameters of type AuthenticationInfo | |
---|---|
void |
Response.setAuthenticationInfo(AuthenticationInfo authenticationInfo)
Sets the authentication information sent by an origin server to a client after a successful authentication attempt. Note that when used with HTTP connectors, this property maps to the "Authentication-Info" header. |
Uses of AuthenticationInfo in org.restlet.util |
---|
Methods in org.restlet.util that return AuthenticationInfo | |
---|---|
AuthenticationInfo |
WrapperResponse.getAuthenticationInfo()
|
Methods in org.restlet.util with parameters of type AuthenticationInfo | |
---|---|
void |
WrapperResponse.setAuthenticationInfo(AuthenticationInfo authenticationInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |