Uses of Class
com.oracle.bmc.oda.model.AuthenticationGrantType
-
Packages that use AuthenticationGrantType Package Description com.oracle.bmc.oda.model -
-
Uses of AuthenticationGrantType in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return AuthenticationGrantType Modifier and Type Method Description static AuthenticationGrantType
AuthenticationGrantType. create(String key)
AuthenticationGrantType
AuthenticationProvider. getGrantType()
The grant type for the Authentication Provider.AuthenticationGrantType
AuthenticationProviderSummary. getGrantType()
The grant type for the Authentication Provider.AuthenticationGrantType
CreateAuthenticationProviderDetails. getGrantType()
The grant type for the Authentication Provider.static AuthenticationGrantType
AuthenticationGrantType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationGrantType[]
AuthenticationGrantType. 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 AuthenticationGrantType Modifier and Type Method Description AuthenticationProvider.Builder
AuthenticationProvider.Builder. grantType(AuthenticationGrantType grantType)
The grant type for the Authentication Provider.AuthenticationProviderSummary.Builder
AuthenticationProviderSummary.Builder. grantType(AuthenticationGrantType grantType)
The grant type for the Authentication Provider.CreateAuthenticationProviderDetails.Builder
CreateAuthenticationProviderDetails.Builder. grantType(AuthenticationGrantType grantType)
The grant type for the Authentication Provider.Constructors in com.oracle.bmc.oda.model with parameters of type AuthenticationGrantType 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.
-