Package | Description |
---|---|
org.restlet | |
org.restlet.engine.security | |
org.restlet.util |
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
Response.getAuthenticationInfo()
Returns information sent by an origin server related to an successful
authentication attempt.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static AuthenticationInfo |
AuthenticatorUtils.parseAuthenticationInfo(String header)
Parses the "Authentication-Info" header.
|
Modifier and Type | Method and Description |
---|---|
static String |
AuthenticatorUtils.formatAuthenticationInfo(AuthenticationInfo info)
Formats an authentication information as a HTTP header value.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
WrapperResponse.getAuthenticationInfo() |
Modifier and Type | Method and Description |
---|---|
void |
WrapperResponse.setAuthenticationInfo(AuthenticationInfo authenticationInfo) |
Copyright © 2005–2016. All rights reserved.