Uses of Class
org.ldaptive.auth.AuthenticationResponse.Builder
-
Packages that use AuthenticationResponse.Builder Package Description org.ldaptive.auth -
-
Uses of AuthenticationResponse.Builder in org.ldaptive.auth
Methods in org.ldaptive.auth that return AuthenticationResponse.Builder Modifier and Type Method Description (package private) static AuthenticationResponse.BuilderAuthenticationResponse. builder()Creates a builder for this class.AuthenticationResponse.BuilderAuthenticationResponse.Builder. dn(String dn)AuthenticationResponse.BuilderAuthenticationResponse.Builder. entry(LdapEntry entry)AuthenticationResponse.BuilderAuthenticationResponse.Builder. freeze()AuthenticationResponse.BuilderAuthenticationResponse.Builder. response(AuthenticationHandlerResponse response)protected AuthenticationResponse.BuilderAuthenticationResponse.Builder. self()AuthenticationResponse.BuilderAuthenticationResponse.Builder. state(AccountState state)
-