Uses of Class
com.oracle.bmc.oda.model.AuthenticationIdentityProvider
-
Packages that use AuthenticationIdentityProvider Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of AuthenticationIdentityProvider in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return AuthenticationIdentityProvider Modifier and Type Method Description static AuthenticationIdentityProvider
AuthenticationIdentityProvider. create(String key)
AuthenticationIdentityProvider
AuthenticationProvider. getIdentityProvider()
Which type of Identity Provider (IDP) you are using.AuthenticationIdentityProvider
AuthenticationProviderSummary. getIdentityProvider()
Which type of Identity Provider (IDP) you are using.AuthenticationIdentityProvider
CreateAuthenticationProviderDetails. 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.Methods in com.oracle.bmc.oda.model with parameters of type AuthenticationIdentityProvider Modifier and Type Method Description AuthenticationProvider.Builder
AuthenticationProvider.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.CreateAuthenticationProviderDetails.Builder
CreateAuthenticationProviderDetails.Builder. identityProvider(AuthenticationIdentityProvider identityProvider)
Which type of Identity Provider (IDP) you are using.Constructors in com.oracle.bmc.oda.model with parameters of type AuthenticationIdentityProvider Constructor 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. -
Uses of AuthenticationIdentityProvider in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return AuthenticationIdentityProvider Modifier and Type Method Description AuthenticationIdentityProvider
ListAuthenticationProvidersRequest. getIdentityProvider()
List only Authentication Providers for this Identity Provider.Methods in com.oracle.bmc.oda.requests with parameters of type AuthenticationIdentityProvider Modifier and Type Method Description ListAuthenticationProvidersRequest.Builder
ListAuthenticationProvidersRequest.Builder. identityProvider(AuthenticationIdentityProvider identityProvider)
List only Authentication Providers for this Identity Provider.
-