Uses of Class
org.forgerock.openam.authentication.callbacks.IdPCallback.Builder
Packages that use IdPCallback.Builder
-
Uses of IdPCallback.Builder in org.forgerock.openam.authentication.callbacks
Methods in org.forgerock.openam.authentication.callbacks that return IdPCallback.BuilderModifier and TypeMethodDescriptionstatic IdPCallback.Builder
IdPCallback.builder()
Get a builder for constructing a new IdPCallback.IdPCallback.Builder.withAcrValues
(List<String> acrValues) Set the acrValues.IdPCallback.Builder.withClientId
(String clientId) Set the clientId.Set the nonce.IdPCallback.Builder.withProvider
(String provider) Set the provider.IdPCallback.Builder.withRedirectUri
(String redirectUri) Set the redirectUri.IdPCallback.Builder.withRequest
(String request) Set the request.IdPCallback.Builder.withRequestNativeAppForUserInfo
(boolean requestNativeAppForUserInfo) Set the requestNativeAppForUserInfo.IdPCallback.Builder.withRequestUri
(String requestUri) Set the requestUri.Set the scope.