Uses of Class
org.restlet.client.data.AuthenticationInfo

Packages that use AuthenticationInfo
org.restlet.client Core classes of the API. 
org.restlet.client.util Various utility classes. 
 

Uses of AuthenticationInfo in org.restlet.client
 

Methods in org.restlet.client that return AuthenticationInfo
 AuthenticationInfo Response.getAuthenticationInfo()
          Returns information sent by an origin server related to an successful authentication attempt.
 

Methods in org.restlet.client with parameters of type AuthenticationInfo
 void Response.setAuthenticationInfo(AuthenticationInfo authenticationInfo)
          Sets the authentication information sent by an origin server to a client after a successful authentication attempt.
 

Uses of AuthenticationInfo in org.restlet.client.util
 

Methods in org.restlet.client.util that return AuthenticationInfo
 AuthenticationInfo WrapperResponse.getAuthenticationInfo()
           
 

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



Copyright © 2005-2013 Restlet S.A.S..