Uses of Enum Class
com.atlassian.oauth2.client.api.storage.config.GrantType
Packages that use GrantType
-
Uses of GrantType in com.atlassian.oauth2.client.api
Methods in com.atlassian.oauth2.client.api that return GrantTypeModifier and TypeMethodDescriptionClientConfiguration.getGrantType()Returns the grant type for the OAuth 2 flow. -
Uses of GrantType in com.atlassian.oauth2.client.api.storage.config
Methods in com.atlassian.oauth2.client.api.storage.config that return GrantTypeModifier and TypeMethodDescriptionstatic GrantTypeGrantType.defaultGrantType()static GrantTypestatic GrantTypeGrantType.getByNameOrDefault(String name) ClientConfigurationEntity.getGrantType()static GrantTypeGrantType.orDefaultGrantType(GrantType grantType) static GrantTypeReturns the enum constant of this class with the specified name.static GrantType[]GrantType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.oauth2.client.api.storage.config that return types with arguments of type GrantTypeMethods in com.atlassian.oauth2.client.api.storage.config with parameters of type GrantTypeModifier and TypeMethodDescriptionstatic GrantTypeGrantType.orDefaultGrantType(GrantType grantType)