| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityproviders |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.from(String s) |
Type |
UpdateIdentityProviderRequest.getType()
The type of the identity provider.
|
Type |
UpdateIdentityProviderResponse.getType()
The type of identity provider
|
Type |
IdentityProvider.getType()
The type of identity provider
|
Type |
CreateIdentityProviderRequest.getType()
The type of the identity provider.
|
Type |
CreateIdentityProviderResponse.getType()
The type of identity provider
|
Type |
GetIdentityProviderResponse.getType()
The type of 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. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.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. |
CreateIdentityProviderRequest.Builder |
CreateIdentityProviderRequest.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. |
DeleteIdentityProviderResponse.Builder |
DeleteIdentityProviderResponse.Builder.type(Type type)
Initializes the value for the
type attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.