Package org.ldaptive.auth
Class AggregateAuthenticationResponseHandler.Builder
- java.lang.Object
-
- org.ldaptive.auth.AggregateAuthenticationResponseHandler.Builder
-
- Enclosing class:
- AggregateAuthenticationResponseHandler
public static class AggregateAuthenticationResponseHandler.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private AggregateAuthenticationResponseHandler
object
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregateAuthenticationResponseHandler
build()
AggregateAuthenticationResponseHandler.Builder
handler(String label, AuthenticationResponseHandler... handlers)
-
-
-
Field Detail
-
object
private final AggregateAuthenticationResponseHandler object
-
-
Method Detail
-
handler
public AggregateAuthenticationResponseHandler.Builder handler(String label, AuthenticationResponseHandler... handlers)
-
build
public AggregateAuthenticationResponseHandler build()
-
-