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