|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationRequest | |
|---|---|
| org.ldaptive.auth | |
| org.ldaptive.cli | |
| org.ldaptive.jaas | |
| org.ldaptive.props | |
| Uses of AuthenticationRequest in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth that return AuthenticationRequest | |
|---|---|
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. |
| Methods in org.ldaptive.auth with parameters of type AuthenticationRequest | |
|---|---|
AuthenticationResponse |
Authenticator.authenticate(AuthenticationRequest request)
Authenticate the user in the supplied request. |
protected AuthenticationResponse |
Authenticator.authenticate(String dn,
AuthenticationRequest request)
Performs authentication by opening a new connection to the LDAP and binding as the supplied DN. |
void |
AddControlAuthenticationRequestHandler.handle(String dn,
AuthenticationRequest request)
|
void |
AuthenticationRequestHandler.handle(String dn,
AuthenticationRequest request)
Handle the request for an ldap authentication. |
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. |
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. |
| Constructors in org.ldaptive.auth with parameters of type AuthenticationRequest | |
|---|---|
AuthenticationCriteria(String dn,
AuthenticationRequest request)
Creates a new authentication criteria. |
|
| Uses of AuthenticationRequest in org.ldaptive.cli |
|---|
| Methods in org.ldaptive.cli that return AuthenticationRequest | |
|---|---|
protected AuthenticationRequest |
AuthenticatorCli.initAuthenticationRequest(org.apache.commons.cli.CommandLine line)
Initialize an authentication request with command line options. |
| Methods in org.ldaptive.cli with parameters of type AuthenticationRequest | |
|---|---|
protected int |
AuthenticatorCli.authenticate(Authenticator auth,
AuthenticationRequest request)
Executes the authentication operation. |
| Uses of AuthenticationRequest in org.ldaptive.jaas |
|---|
| Methods in org.ldaptive.jaas that return AuthenticationRequest | |
|---|---|
AuthenticationRequest |
AuthenticatorFactory.createAuthenticationRequest(Map<String,?> jaasOptions)
Creates a new authentication request with the supplied JAAS options. |
AuthenticationRequest |
PropertiesAuthenticatorFactory.createAuthenticationRequest(Map<String,?> jaasOptions)
Creates a new authentication request with the supplied JAAS options. |
| Uses of AuthenticationRequest in org.ldaptive.props |
|---|
| Constructors in org.ldaptive.props with parameters of type AuthenticationRequest | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||