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 AuthenticationRequestAuthenticationCriteria.authenticationRequestauthentication request.private final AuthenticationRequestAuthenticationRequest.Builder.objectAuthentication request to build.Methods in org.ldaptive.auth that return AuthenticationRequestModifier and TypeMethodDescriptionAuthenticationRequest.Builder.build()Returns the authentication request.(package private) static AuthenticationRequestAuthenticationRequest.copy(AuthenticationRequest request) Returns an authentication request initialized with the supplied request.AuthenticationCriteria.getAuthenticationRequest()Returns the authentication request.private AuthenticationRequestAuthenticator.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 TypeMethodDescriptionprivate AuthenticationResponseAuthenticator.authenticate(String dn, AuthenticationRequest request) Validates input and performs authentication using anAuthenticationHandler.Authenticator.authenticate(AuthenticationRequest request) Authenticate the user in the supplied request.(package private) static AuthenticationRequestAuthenticationRequest.copy(AuthenticationRequest request) Returns an authentication request initialized with the supplied request.voidAddControlAuthenticationRequestHandler.handle(String dn, AuthenticationRequest request) voidAuthenticationRequestHandler.handle(String dn, AuthenticationRequest request) Handle the request for an ldap authentication.private AuthenticationRequestAuthenticator.processRequest(String dn, AuthenticationRequest request) Creates a new authentication request applying any applicable configuration on this authenticator.voidAuthenticationCriteria.setAuthenticationRequest(AuthenticationRequest request) Sets the authentication request.private AuthenticationResponseAuthenticator.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 AuthenticationRequestLdapLoginModule.authRequestAuthentication 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.