Class SelectIdPCallback.Builder
java.lang.Object
org.forgerock.openam.authentication.callbacks.SelectIdPCallback.Builder
- Enclosing class:
- SelectIdPCallback
A builder for
SelectIdPCallback
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build theSelectIdPCallback
.withProviders
(JsonValue providers) Set the providers list.
-
Method Details
-
withProviders
Set the providers list.- Parameters:
providers
- the providers list- Returns:
- this builder
-
build
Build theSelectIdPCallback
.- Returns:
- the
SelectIdPCallback
-