| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityproviders | |
| org.cloudfoundry.uaa.identityzones |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.from(String s) |
Type |
UpdateIdentityProviderRequest.getType()
The type of the identity provider.
|
Type |
IdentityProvider.getType()
The type of identity provider
|
Type |
CreateIdentityProviderResponse.getType()
The type of identity provider
|
Type |
GetIdentityProviderResponse.getType()
The type of identity provider
|
Type |
UpdateIdentityProviderResponse.getType()
The type of identity provider
|
Type |
CreateIdentityProviderRequest.getType()
The type of the identity provider.
|
Type |
DeleteIdentityProviderResponse.getType()
The type of identity provider
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentityProviderRequest.Builder |
UpdateIdentityProviderRequest.Builder.type(Type type)
Initializes the value for the
type attribute. |
IdentityProvider.Builder |
IdentityProvider.Builder.type(Type type)
Initializes the value for the
type attribute. |
CreateIdentityProviderResponse.Builder |
CreateIdentityProviderResponse.Builder.type(Type type)
Initializes the value for the
type attribute. |
GetIdentityProviderResponse.Builder |
GetIdentityProviderResponse.Builder.type(Type type)
Initializes the value for the
type attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.type(Type type)
Initializes the value for the
type attribute. |
CreateIdentityProviderRequest.Builder |
CreateIdentityProviderRequest.Builder.type(Type type)
Initializes the value for the
type attribute. |
DeleteIdentityProviderResponse.Builder |
DeleteIdentityProviderResponse.Builder.type(Type type)
Initializes the value for the
type attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
MfaConfig.getIdentityProviders()
The identity providers
|
| Modifier and Type | Method and Description |
|---|---|
MfaConfig.Builder |
MfaConfig.Builder.identityProvider(Type element)
Adds one element to
identityProviders list. |
MfaConfig.Builder |
MfaConfig.Builder.identityProviders(Type... elements)
Adds elements to
identityProviders list. |
| Modifier and Type | Method and Description |
|---|---|
MfaConfig.Builder |
MfaConfig.Builder.addAllIdentityProviders(Iterable<? extends Type> elements)
Adds elements to
identityProviders list. |
MfaConfig.Builder |
MfaConfig.Builder.identityProviders(Iterable<? extends Type> elements)
Sets or replaces all elements for
identityProviders list. |
Copyright © 2020. All rights reserved.