Uses of Class
org.restlet.data.AuthenticationInfo

Packages that use AuthenticationInfo
org.restlet.engine.security Supports security. 
org.restlet.util Various utility classes. 
 

Uses of AuthenticationInfo in org.restlet.engine.security
 

Methods in org.restlet.engine.security that return AuthenticationInfo
static AuthenticationInfo AuthenticatorUtils.parseAuthenticationInfo(String header)
          Parses the "Authentication-Info" header.
 

Methods in org.restlet.engine.security with parameters of type AuthenticationInfo
static String AuthenticatorUtils.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
 AuthenticationInfo WrapperResponse.getAuthenticationInfo()
           
 

Methods in org.restlet.util with parameters of type AuthenticationInfo
 void WrapperResponse.setAuthenticationInfo(AuthenticationInfo authenticationInfo)
           
 



Copyright © 2005-2014 Restlet.