Package | Description |
---|---|
org.ldaptive.cli | |
org.ldaptive.jaas | |
org.ldaptive.props |
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 | Method and Description |
---|---|
Authenticator |
AuthenticatorFactory.createAuthenticator(Map<String,?> jaasOptions)
Creates a new authenticator with the supplied JAAS options.
|
Authenticator |
PropertiesAuthenticatorFactory.createAuthenticator(Map<String,?> jaasOptions) |
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 © 2024. All rights reserved.