Package | Description |
---|---|
org.ldaptive.auth | |
org.ldaptive.cli | |
org.ldaptive.jaas | |
org.ldaptive.props |
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
AuthenticationCriteria.getAuthenticationRequest()
Returns the authentication request.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
Authenticator.authenticate(AuthenticationRequest request)
Authenticate the user in the supplied request.
|
protected AuthenticationResponse |
Authenticator.authenticate(String dn,
AuthenticationRequest request)
Validates input and performs authentication using an
AuthenticationHandler . |
protected LdapEntry |
Authenticator.resolveEntry(AuthenticationRequest request,
AuthenticationHandlerResponse response,
AuthenticationCriteria criteria)
Attempts to find the ldap entry for the supplied DN.
|
void |
AuthenticationCriteria.setAuthenticationRequest(AuthenticationRequest request)
Sets the authentication request.
|
protected AuthenticationResponse |
Authenticator.validateInput(String dn,
AuthenticationRequest request)
Validates the authentication request and resolved DN.
|
Constructor and Description |
---|
AuthenticationCriteria(String dn,
AuthenticationRequest request)
Creates a new authentication criteria.
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationRequest |
AuthenticatorCli.initAuthenticationRequest(org.apache.commons.cli.CommandLine line)
Initialize an authentication request 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 |
---|---|
AuthenticationRequest |
PropertiesAuthenticatorFactory.createAuthenticationRequest(Map<String,?> jaasOptions) |
AuthenticationRequest |
AuthenticatorFactory.createAuthenticationRequest(Map<String,?> jaasOptions)
Creates a new authentication request with the supplied JAAS options.
|
Constructor and Description |
---|
AuthenticationRequestPropertySource(AuthenticationRequest request)
Creates a new authentication request property source using the default properties file.
|
AuthenticationRequestPropertySource(AuthenticationRequest request,
Properties props)
Creates a new authentication request property source.
|
AuthenticationRequestPropertySource(AuthenticationRequest request,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new authentication request property source.
|
AuthenticationRequestPropertySource(AuthenticationRequest request,
Reader... readers)
Creates a new authentication request property source.
|
AuthenticationRequestPropertySource(AuthenticationRequest request,
String... paths)
Creates a new authentication request property source.
|
Copyright © 2022. All rights reserved.