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 AuthenticationGrantTypeAuthenticationGrantType. create(String key)AuthenticationGrantTypeAuthenticationProvider. getGrantType()The grant type for the Authentication Provider.AuthenticationGrantTypeAuthenticationProviderSummary. getGrantType()The grant type for the Authentication Provider.AuthenticationGrantTypeCreateAuthenticationProviderDetails. getGrantType()The grant type for the Authentication Provider.static AuthenticationGrantTypeAuthenticationGrantType. 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.BuilderAuthenticationProvider.Builder. grantType(AuthenticationGrantType grantType)The grant type for the Authentication Provider.AuthenticationProviderSummary.BuilderAuthenticationProviderSummary.Builder. grantType(AuthenticationGrantType grantType)The grant type for the Authentication Provider.CreateAuthenticationProviderDetails.BuilderCreateAuthenticationProviderDetails.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.
-