PasswordFlowProperties.Builder |
PasswordFlowProperties.Builder.add(String key,
String... values) |
Adds an additional property on builder.
|
static PasswordFlowProperties.Builder |
PasswordFlowProperties.builder() |
Returns a builder for password flow properties.
|
PasswordFlowProperties.Builder |
PasswordFlowProperties.Builder.clientId(String clientId) |
Sets client id on builder.
|
PasswordFlowProperties.Builder |
PasswordFlowProperties.Builder.clientSecret(String clientSecret) |
Sets client secret on builder.
|
PasswordFlowProperties.Builder |
PasswordFlowProperties.Builder.from(ClientCredentialsFlowProperties properties) |
Gets the values from the given properties.
|
PasswordFlowProperties.Builder |
PasswordFlowProperties.Builder.password(String password) |
Sets password on builder.
|
PasswordFlowProperties.Builder |
PasswordFlowProperties.Builder.tokenEndpoint(String tokenEndpoint) |
Sets token endpoint on builder.
|
PasswordFlowProperties.Builder |
PasswordFlowProperties.Builder.username(String username) |
Sets username on builder.
|