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 protected static AuthenticationResponse.Builder
AuthenticationResponse. builder()
Creates a builder for this class.AuthenticationResponse.Builder
AuthenticationResponse.Builder. dn(String dn)
AuthenticationResponse.Builder
AuthenticationResponse.Builder. entry(LdapEntry entry)
AuthenticationResponse.Builder
AuthenticationResponse.Builder. response(AuthenticationHandlerResponse response)
protected AuthenticationResponse.Builder
AuthenticationResponse.Builder. self()
AuthenticationResponse.Builder
AuthenticationResponse.Builder. state(AccountState state)
-