Uses of Class
org.ldaptive.auth.AuthenticationRequest
-
Packages that use AuthenticationRequest Package Description org.ldaptive.auth org.ldaptive.jaas org.ldaptive.props -
-
Uses of AuthenticationRequest in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AuthenticationRequest Modifier and Type Field Description private AuthenticationRequest
AuthenticationCriteria. authenticationRequest
authentication request.private AuthenticationRequest
AuthenticationRequest.Builder. object
Authentication request to build.Methods in org.ldaptive.auth that return AuthenticationRequest Modifier and Type Method Description AuthenticationRequest
AuthenticationRequest.Builder. build()
Returns the authentication request.static AuthenticationRequest
AuthenticationRequest. copy(AuthenticationRequest request)
Returns an authentication request initialized with the supplied request.AuthenticationRequest
AuthenticationCriteria. getAuthenticationRequest()
Returns the authentication 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 Modifier and Type Method Description protected AuthenticationResponse
Authenticator. authenticate(String dn, AuthenticationRequest request)
Validates input and performs authentication using anAuthenticationHandler
.AuthenticationResponse
Authenticator. authenticate(AuthenticationRequest request)
Authenticate the user in the supplied request.static AuthenticationRequest
AuthenticationRequest. copy(AuthenticationRequest request)
Returns an authentication request initialized with the supplied request.void
AddControlAuthenticationRequestHandler. handle(String dn, AuthenticationRequest request)
void
AuthenticationRequestHandler. handle(String dn, AuthenticationRequest request)
Handle the request for an ldap authentication.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.Constructors in org.ldaptive.auth with parameters of type AuthenticationRequest Constructor Description AuthenticationCriteria(String dn, AuthenticationRequest request)
Creates a new authentication criteria. -
Uses of AuthenticationRequest in org.ldaptive.jaas
Fields in org.ldaptive.jaas declared as AuthenticationRequest Modifier and Type Field Description private AuthenticationRequest
LdapLoginModule. authRequest
Authentication request to use for authentication.Methods in org.ldaptive.jaas that return AuthenticationRequest Modifier and Type Method Description AuthenticationRequest
AuthenticatorFactory. createAuthenticationRequest(Map<String,?> jaasOptions)
Creates a new authentication request with the supplied JAAS options.AuthenticationRequest
PropertiesAuthenticatorFactory. createAuthenticationRequest(Map<String,?> jaasOptions)
-
Uses of AuthenticationRequest in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type AuthenticationRequest Constructor Description AuthenticationRequestPropertySource(AuthenticationRequest request)
Creates a new authentication request property source using the default properties file.AuthenticationRequestPropertySource(AuthenticationRequest request, Reader... readers)
Creates a new authentication request property source.AuthenticationRequestPropertySource(AuthenticationRequest request, String... paths)
Creates a new authentication request property source.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.
-