Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.util |
Various utility classes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
WrapperResponse.getAuthenticationInfo() |
Modifier and Type | Method and Description |
---|---|
void |
WrapperResponse.setAuthenticationInfo(AuthenticationInfo authenticationInfo) |
Copyright © 2005-2024 Restlet.