Package org.ldaptive.auth
Class AuthenticationResponse.Builder
- java.lang.Object
-
- org.ldaptive.AbstractMessage.AbstractBuilder<B,T>
-
- org.ldaptive.AbstractResult.AbstractBuilder<AuthenticationResponse.Builder,AuthenticationResponse>
-
- org.ldaptive.auth.AuthenticationResponse.Builder
-
- Enclosing class:
- AuthenticationResponse
protected static class AuthenticationResponse.Builder extends AbstractResult.AbstractBuilder<AuthenticationResponse.Builder,AuthenticationResponse>
-
-
Field Summary
-
Fields inherited from class org.ldaptive.AbstractMessage.AbstractBuilder
object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationResponse.Builderdn(java.lang.String dn)AuthenticationResponse.Builderentry(LdapEntry entry)AuthenticationResponse.Builderresponse(AuthenticationHandlerResponse response)protected AuthenticationResponse.Builderself()AuthenticationResponse.Builderstate(AccountState state)-
Methods inherited from class org.ldaptive.AbstractResult.AbstractBuilder
diagnosticMessage, matchedDN, referralURLs, resultCode
-
Methods inherited from class org.ldaptive.AbstractMessage.AbstractBuilder
build, controls, messageID
-
-
-
-
Method Detail
-
self
protected AuthenticationResponse.Builder self()
- Specified by:
selfin classAbstractMessage.AbstractBuilder<AuthenticationResponse.Builder,AuthenticationResponse>
-
response
public AuthenticationResponse.Builder response(AuthenticationHandlerResponse response)
-
dn
public AuthenticationResponse.Builder dn(java.lang.String dn)
-
entry
public AuthenticationResponse.Builder entry(LdapEntry entry)
-
state
public AuthenticationResponse.Builder state(AccountState state)
-
-