Uses of Class
org.ldaptive.auth.AuthenticationRequest
Packages that use AuthenticationRequest
-
Uses of AuthenticationRequest in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AuthenticationRequestModifier and TypeFieldDescriptionprivate AuthenticationRequest
AuthenticationCriteria.authenticationRequest
authentication request.private final AuthenticationRequest
AuthenticationRequest.Builder.object
Authentication request to build.Methods in org.ldaptive.auth that return AuthenticationRequestModifier and TypeMethodDescriptionAuthenticationRequest.Builder.build()
Returns the authentication request.static AuthenticationRequest
AuthenticationRequest.copy
(AuthenticationRequest request) Returns an authentication request initialized with the supplied request.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 AuthenticationRequestModifier and TypeMethodDescriptionprotected AuthenticationResponse
Authenticator.authenticate
(String dn, AuthenticationRequest request) Validates input and performs authentication using anAuthenticationHandler
.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 AuthenticationRequestModifierConstructorDescriptionAuthenticationCriteria
(String dn, AuthenticationRequest request) Creates a new authentication criteria. -
Uses of AuthenticationRequest in org.ldaptive.jaas
Fields in org.ldaptive.jaas declared as AuthenticationRequestModifier and TypeFieldDescriptionprivate AuthenticationRequest
LdapLoginModule.authRequest
Authentication request to use for authentication.Methods in org.ldaptive.jaas that return AuthenticationRequestModifier and TypeMethodDescriptionAuthenticatorFactory.createAuthenticationRequest
(Map<String, ?> jaasOptions) Creates a new authentication request with the supplied JAAS options.PropertiesAuthenticatorFactory.createAuthenticationRequest
(Map<String, ?> jaasOptions) -
Uses of AuthenticationRequest in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type AuthenticationRequestModifierConstructorDescriptionCreates 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.