Uses of Class
org.ldaptive.auth.Authenticator

Packages that use Authenticator
org.ldaptive.cli   
org.ldaptive.jaas   
org.ldaptive.props   
 

Uses of Authenticator in org.ldaptive.cli
 

Methods in org.ldaptive.cli that return Authenticator
protected  Authenticator AuthenticatorCli.initAuthenticator(org.apache.commons.cli.CommandLine line)
          Initialize an Authenticator with command line options.
 

Methods in org.ldaptive.cli with parameters of type Authenticator
protected  int AuthenticatorCli.authenticate(Authenticator auth, AuthenticationRequest request)
          Executes the authentication operation.
 

Uses of Authenticator in org.ldaptive.jaas
 

Methods in org.ldaptive.jaas that return Authenticator
 Authenticator PropertiesAuthenticatorFactory.createAuthenticator(Map<String,?> jaasOptions)
          Creates a new authenticator with the supplied JAAS options.
 Authenticator AuthenticatorFactory.createAuthenticator(Map<String,?> jaasOptions)
          Creates a new authenticator with the supplied JAAS options.
protected  Authenticator PropertiesAuthenticatorFactory.createAuthenticatorInternal(Map<String,?> options)
          Initializes an authenticator using an authenticator property source.
 

Uses of Authenticator in org.ldaptive.props
 

Constructors in org.ldaptive.props with parameters of type Authenticator
AuthenticatorPropertySource(Authenticator a)
          Creates a new authenticator property source using the default properties file.
AuthenticatorPropertySource(Authenticator a, Properties props)
          Creates a new authenticator property source.
AuthenticatorPropertySource(Authenticator a, PropertySource.PropertyDomain domain, Properties props)
          Creates a new authenticator property source.
AuthenticatorPropertySource(Authenticator a, Reader... readers)
          Creates a new authenticator property source.
AuthenticatorPropertySource(Authenticator a, String... paths)
          Creates a new authenticator property source.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.