Uses of Interface
org.eclipse.webdav.http.client.IAuthenticator

Packages that use IAuthenticator
org.eclipse.webdav.http.client Provides support for the HTTP protocol. 
org.eclipse.webdav.internal.authentication   
 

Uses of IAuthenticator in org.eclipse.webdav.http.client
 

Methods in org.eclipse.webdav.http.client with parameters of type IAuthenticator
 void HttpClient.setAuthenticator(IAuthenticator authenticator)
          Sets the authenticator.
 

Uses of IAuthenticator in org.eclipse.webdav.internal.authentication
 

Fields in org.eclipse.webdav.internal.authentication declared as IAuthenticator
protected  IAuthenticator AuthorizationAuthority.authenticatorStore
           
 

Constructors in org.eclipse.webdav.internal.authentication with parameters of type IAuthenticator
AuthorizationAuthority(IAuthenticator authenticatorStore)
          Creates a new authenticator that stores its authentication information in the given authenticator store.
BasicAuthority(IAuthenticator authenticationStore)
          Creates a new authenticator that stores its authentication information in the given authentication store.
DigestAuthority(IAuthenticator authenticatorStore)
          Creates a new authenticator that stores its authentication information in the given authentication store.
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.