Package | Description |
---|---|
org.ldaptive.beans.spring.parser | |
org.ldaptive.cli | |
org.ldaptive.jaas | |
org.ldaptive.props |
Modifier and Type | Field and Description |
---|---|
private List<Authenticator> |
AggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean.authenticators
Authenticators to aggregate.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
AggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
Class<Authenticator> |
AggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean.getObjectType() |
Modifier and Type | Method and Description |
---|---|
void |
AggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean.setAuthenticators(List<Authenticator> auths)
Sets the authenticators to aggregate.
|
Modifier and Type | Method and Description |
---|---|
protected Authenticator |
AuthenticatorCli.initAuthenticator(org.apache.commons.cli.CommandLine line)
Initialize an Authenticator with command line options.
|
Modifier and Type | Method and Description |
---|---|
protected int |
AuthenticatorCli.authenticate(Authenticator auth,
AuthenticationRequest request)
Executes the authentication operation.
|
Modifier and Type | Field and Description |
---|---|
private Authenticator |
LdapDnAuthorizationModule.auth
Authenticator to use against the LDAP.
|
private Authenticator |
LdapLoginModule.auth
Authenticator to use against the LDAP.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,Authenticator> |
PropertiesAuthenticatorFactory.CACHE
Object CACHE.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
PropertiesAuthenticatorFactory.createAuthenticator(Map<String,?> jaasOptions) |
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.
|
Constructor and Description |
---|
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-2019 Virginia Tech. All Rights Reserved.