Package | Description |
---|---|
org.ldaptive.auth | |
org.ldaptive.cli | |
org.ldaptive.jaas | |
org.ldaptive.props |
Modifier and Type | Field and Description |
---|---|
private AuthenticationRequest |
AuthenticationCriteria.authenticationRequest
authentication request.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
AuthenticationCriteria.getAuthenticationRequest()
Returns the authentication request.
|
static AuthenticationRequest |
AuthenticationRequest.newAuthenticationRequest(AuthenticationRequest request)
Returns an authentication request initialized with the supplied request.
|
protected AuthenticationRequest |
Authenticator.processRequest(String dn,
AuthenticationRequest request)
Creates a new authentication request applying any applicable configuration on this authenticator.
|
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 . |
void |
AuthenticationRequestHandler.handle(String dn,
AuthenticationRequest request)
Handle the request for an ldap authentication.
|
void |
AddControlAuthenticationRequestHandler.handle(String dn,
AuthenticationRequest request) |
static AuthenticationRequest |
AuthenticationRequest.newAuthenticationRequest(AuthenticationRequest request)
Returns an authentication request initialized with the supplied request.
|
protected AuthenticationRequest |
Authenticator.processRequest(String dn,
AuthenticationRequest request)
Creates a new authentication request applying any applicable configuration on this authenticator.
|
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 | Field and Description |
---|---|
private AuthenticationRequest |
LdapLoginModule.authRequest
Authentication request to use for authentication.
|
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 © 2003-2019 Virginia Tech. All Rights Reserved.