Package org.ldaptive.auth
Class AuthenticationHandlerResponse.Builder
- java.lang.Object
-
- org.ldaptive.AbstractMessage.AbstractBuilder<B,T>
-
- org.ldaptive.AbstractResult.AbstractBuilder<AuthenticationHandlerResponse.Builder,AuthenticationHandlerResponse>
-
- org.ldaptive.auth.AuthenticationHandlerResponse.Builder
-
- Enclosing class:
- AuthenticationHandlerResponse
protected static class AuthenticationHandlerResponse.Builder extends AbstractResult.AbstractBuilder<AuthenticationHandlerResponse.Builder,AuthenticationHandlerResponse>
-
-
Field Summary
-
Fields inherited from class org.ldaptive.AbstractMessage.AbstractBuilder
object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationHandlerResponse.Builder
connection(Connection conn)
AuthenticationHandlerResponse.Builder
resultCode(AuthenticationResultCode code)
protected AuthenticationHandlerResponse.Builder
self()
-
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 AuthenticationHandlerResponse.Builder self()
- Specified by:
self
in classAbstractMessage.AbstractBuilder<AuthenticationHandlerResponse.Builder,AuthenticationHandlerResponse>
-
resultCode
public AuthenticationHandlerResponse.Builder resultCode(AuthenticationResultCode code)
-
connection
public AuthenticationHandlerResponse.Builder connection(Connection conn)
-
-