public static class DynamicAuthenticationPolicy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DynamicAuthenticationPolicy.Builder |
authenticationServers(List<AuthenticationServerPolicy> authenticationServers)
List of authentication servers to choose from during dynamic authentication.
|
DynamicAuthenticationPolicy |
build() |
DynamicAuthenticationPolicy.Builder |
copy(DynamicAuthenticationPolicy model) |
DynamicAuthenticationPolicy.Builder |
selectionSource(SelectionSourcePolicy selectionSource) |
public DynamicAuthenticationPolicy.Builder selectionSource(SelectionSourcePolicy selectionSource)
public DynamicAuthenticationPolicy.Builder authenticationServers(List<AuthenticationServerPolicy> authenticationServers)
List of authentication servers to choose from during dynamic authentication.
authenticationServers
- the value to setpublic DynamicAuthenticationPolicy build()
public DynamicAuthenticationPolicy.Builder copy(DynamicAuthenticationPolicy model)
Copyright © 2016–2024. All rights reserved.