Package | Description |
---|---|
com.oracle.bmc.identitydataplane.model |
Modifier and Type | Method and Description |
---|---|
static IdentityProvider.Protocol |
IdentityProvider.Protocol.create(String key) |
IdentityProvider.Protocol |
IdentityProvider.getProtocol()
The type of the provider.
|
static IdentityProvider.Protocol |
IdentityProvider.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityProvider.Protocol[] |
IdentityProvider.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IdentityProvider.Builder |
IdentityProvider.Builder.protocol(IdentityProvider.Protocol protocol)
The type of the provider.
|
Constructor and Description |
---|
IdentityProvider(String id,
String name,
String tenantName,
String tenantId,
String redirectUri,
String signingCertificate,
IdentityProvider.Protocol protocol,
String serviceProviderEntityId,
Boolean forceAuthentication,
List<String> authnContextClassRefs)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.