Uses of Class
org.restlet.data.AuthenticationInfo
-
Packages that use AuthenticationInfo Package Description org.restlet Core classes of the API.org.restlet.engine.security Supports security.org.restlet.util Various utility classes. -
-
Uses of AuthenticationInfo in org.restlet
Fields in org.restlet declared as AuthenticationInfo Modifier and Type Field Description private AuthenticationInfoResponse. authenticationInfoThe authentication information sent by an origin server to a client in the case of a successful authentication attempt.Methods in org.restlet that return AuthenticationInfo Modifier and Type Method Description AuthenticationInfoResponse. 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 voidResponse. 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.engine.security
Methods in org.restlet.engine.security that return AuthenticationInfo Modifier and Type Method Description static AuthenticationInfoAuthenticatorUtils. parseAuthenticationInfo(java.lang.String header)Parses the "Authentication-Info" header.Methods in org.restlet.engine.security with parameters of type AuthenticationInfo Modifier and Type Method Description static java.lang.StringAuthenticatorUtils. formatAuthenticationInfo(AuthenticationInfo info)Formats an authentication information as a HTTP header value. -
Uses of AuthenticationInfo in org.restlet.util
Methods in org.restlet.util that return AuthenticationInfo Modifier and Type Method Description AuthenticationInfoWrapperResponse. getAuthenticationInfo()Methods in org.restlet.util with parameters of type AuthenticationInfo Modifier and Type Method Description voidWrapperResponse. setAuthenticationInfo(AuthenticationInfo authenticationInfo)
-