public static interface AuthSchemeOption.Builder extends CopyableBuilder<AuthSchemeOption.Builder,AuthSchemeOption>
AuthSchemeOption.| Modifier and Type | Method and Description |
|---|---|
<T> AuthSchemeOption.Builder |
putIdentityProperty(IdentityProperty<T> key,
T value)
Update or add the provided property value.
|
<T> AuthSchemeOption.Builder |
putIdentityPropertyIfAbsent(IdentityProperty<T> key,
T value)
Add the provided property value if the property does not already exist.
|
<T> AuthSchemeOption.Builder |
putSignerProperty(SignerProperty<T> key,
T value)
Update or add the provided property value.
|
<T> AuthSchemeOption.Builder |
putSignerPropertyIfAbsent(SignerProperty<T> key,
T value)
Add the provided property value if the property does not already exist.
|
AuthSchemeOption.Builder |
schemeId(String schemeId)
Set the scheme ID.
|
copyapplyMutation, buildAuthSchemeOption.Builder schemeId(String schemeId)
<T> AuthSchemeOption.Builder putIdentityProperty(IdentityProperty<T> key, T value)
<T> AuthSchemeOption.Builder putIdentityPropertyIfAbsent(IdentityProperty<T> key, T value)
<T> AuthSchemeOption.Builder putSignerProperty(SignerProperty<T> key, T value)
<T> AuthSchemeOption.Builder putSignerPropertyIfAbsent(SignerProperty<T> key, T value)
Copyright © 2023. All rights reserved.