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 AuthenticationIdentityProviderAuthenticationIdentityProvider. create(String key)AuthenticationIdentityProviderAuthenticationProvider. getIdentityProvider()Which type of Identity Provider (IDP) you are using.AuthenticationIdentityProviderAuthenticationProviderSummary. getIdentityProvider()Which type of Identity Provider (IDP) you are using.AuthenticationIdentityProviderCreateAuthenticationProviderDetails. getIdentityProvider()Which type of Identity Provider (IDP) you are using.static AuthenticationIdentityProviderAuthenticationIdentityProvider. 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.BuilderAuthenticationProvider.Builder. identityProvider(AuthenticationIdentityProvider identityProvider)Which type of Identity Provider (IDP) you are using.AuthenticationProviderSummary.BuilderAuthenticationProviderSummary.Builder. identityProvider(AuthenticationIdentityProvider identityProvider)Which type of Identity Provider (IDP) you are using.CreateAuthenticationProviderDetails.BuilderCreateAuthenticationProviderDetails.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 AuthenticationIdentityProviderListAuthenticationProvidersRequest. 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.BuilderListAuthenticationProvidersRequest.Builder. identityProvider(AuthenticationIdentityProvider identityProvider)List only Authentication Providers for this Identity Provider.
-