Uses of Class
org.restlet.data.AuthenticationInfo
Packages that use AuthenticationInfo
Package
Description
Core classes of the Restlet API.
Supports security.
Various utility classes.
-
Uses of AuthenticationInfo in org.restlet
Methods in org.restlet that return AuthenticationInfoModifier and TypeMethodDescriptionResponse.getAuthenticationInfo()Returns information sent by an origin server related to an successful authentication attempt.Methods in org.restlet with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionvoidResponse.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 AuthenticationInfoModifier and TypeMethodDescriptionstatic AuthenticationInfoAuthenticatorUtils.parseAuthenticationInfo(String header) Parses the "Authentication-Info" header.Methods in org.restlet.engine.security with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionstatic StringAuthenticatorUtils.formatAuthenticationInfo(AuthenticationInfo info) Formats authentication information as an HTTP header value. -
Uses of AuthenticationInfo in org.restlet.util
Methods in org.restlet.util that return AuthenticationInfoMethods in org.restlet.util with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionvoidWrapperResponse.setAuthenticationInfo(AuthenticationInfo authenticationInfo)