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 AuthenticationRequestAuthenticationCriteria. authenticationRequestauthentication request.private AuthenticationRequestAuthenticationRequest.Builder. objectAuthentication request to build.Methods in org.ldaptive.auth that return AuthenticationRequest Modifier and Type Method Description AuthenticationRequestAuthenticationRequest.Builder. build()Returns the authentication request.(package private) static AuthenticationRequestAuthenticationRequest. copy(AuthenticationRequest request)Returns an authentication request initialized with the supplied request.AuthenticationRequestAuthenticationCriteria. 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 AuthenticationRequest Modifier and Type Method Description private AuthenticationResponseAuthenticator. authenticate(String dn, AuthenticationRequest request)Validates input and performs authentication using anAuthenticationHandler.AuthenticationResponseAuthenticator. 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 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 AuthenticationRequestLdapLoginModule. authRequestAuthentication request to use for authentication.Methods in org.ldaptive.jaas that return AuthenticationRequest Modifier and Type Method Description AuthenticationRequestAuthenticatorFactory. createAuthenticationRequest(Map<String,?> jaasOptions)Creates a new authentication request with the supplied JAAS options.AuthenticationRequestPropertiesAuthenticatorFactory. 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.
-