Package | Description |
---|---|
com.oracle.bmc.oda.model | |
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
static AuthenticationIdentityProvider |
AuthenticationIdentityProvider.create(String key) |
AuthenticationIdentityProvider |
CreateAuthenticationProviderDetails.getIdentityProvider()
Which type of Identity Provider (IDP) you are using.
|
AuthenticationIdentityProvider |
AuthenticationProviderSummary.getIdentityProvider()
Which type of Identity Provider (IDP) you are using.
|
AuthenticationIdentityProvider |
AuthenticationProvider.getIdentityProvider()
Which type of Identity Provider (IDP) you are using.
|
static AuthenticationIdentityProvider |
AuthenticationIdentityProvider.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationIdentityProvider[] |
AuthenticationIdentityProvider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateAuthenticationProviderDetails.Builder |
CreateAuthenticationProviderDetails.Builder.identityProvider(AuthenticationIdentityProvider identityProvider)
Which type of Identity Provider (IDP) you are using.
|
AuthenticationProviderSummary.Builder |
AuthenticationProviderSummary.Builder.identityProvider(AuthenticationIdentityProvider identityProvider)
Which type of Identity Provider (IDP) you are using.
|
AuthenticationProvider.Builder |
AuthenticationProvider.Builder.identityProvider(AuthenticationIdentityProvider identityProvider)
Which type of Identity Provider (IDP) you are using.
|
Constructor and Description |
---|
AuthenticationProvider(String id,
AuthenticationGrantType grantType,
AuthenticationIdentityProvider identityProvider,
String name,
String tokenEndpointUrl,
String authorizationEndpointUrl,
String shortAuthorizationCodeRequestUrl,
String revokeTokenEndpointUrl,
String clientId,
String scopes,
String subjectClaim,
Integer refreshTokenRetentionPeriodInDays,
String redirectUrl,
Boolean isVisible,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
AuthenticationProviderSummary(String id,
AuthenticationGrantType grantType,
AuthenticationIdentityProvider identityProvider,
String name,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CreateAuthenticationProviderDetails(AuthenticationGrantType grantType,
AuthenticationIdentityProvider identityProvider,
String name,
String tokenEndpointUrl,
String authorizationEndpointUrl,
String shortAuthorizationCodeRequestUrl,
String revokeTokenEndpointUrl,
String clientId,
String clientSecret,
String scopes,
String subjectClaim,
Integer refreshTokenRetentionPeriodInDays,
String redirectUrl,
Boolean isVisible,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationIdentityProvider |
ListAuthenticationProvidersRequest.getIdentityProvider()
List only Authentication Providers for this Identity Provider.
|
Modifier and Type | Method and Description |
---|---|
ListAuthenticationProvidersRequest.Builder |
ListAuthenticationProvidersRequest.Builder.identityProvider(AuthenticationIdentityProvider identityProvider)
List only Authentication Providers for this Identity Provider.
|
Copyright © 2016–2024. All rights reserved.