Interface ImpersonationConfig.Builder
- Enclosing interface:
ImpersonationConfig
public static interface ImpersonationConfig.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()default ImpersonationConfig.BuilderclientSecret(String clientSecret) clientSecret(Secret clientSecret) enabled(boolean enabled) tokenEndpoint(URI tokenEndpoint)
-
Method Details
-
enabled
-
clientId
-
clientSecret
-
clientSecret
-
issuerUrl
-
tokenEndpoint
-
addScope
-
addScopes
-
scopes
-
build
ImpersonationConfig build()
-