Uses of Class
org.restlet.data.AuthenticationInfo
-
Packages that use AuthenticationInfo Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method 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. -
Uses of AuthenticationInfo in org.restlet.util
Methods in org.restlet.util that return AuthenticationInfo Modifier and Type Method Description AuthenticationInfo
WrapperResponse. getAuthenticationInfo()
Methods in org.restlet.util with parameters of type AuthenticationInfo Modifier and Type Method Description void
WrapperResponse. setAuthenticationInfo(AuthenticationInfo authenticationInfo)
-