Uses of Enum
org.qubership.atp.itf.lite.backend.enums.auth.OAuth2GrantType
Packages that use OAuth2GrantType
Package
Description
-
Uses of OAuth2GrantType in org.qubership.atp.itf.lite.backend.enums.auth
Methods in org.qubership.atp.itf.lite.backend.enums.auth that return OAuth2GrantTypeModifier and TypeMethodDescriptionstatic OAuth2GrantTypeReturns the enum constant of this type with the specified name.static OAuth2GrantType[]OAuth2GrantType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OAuth2GrantType in org.qubership.atp.itf.lite.backend.exceptions.requests
Constructors in org.qubership.atp.itf.lite.backend.exceptions.requests with parameters of type OAuth2GrantTypeModifierConstructorDescriptionItfLiteRequestIllegalAuthorizationGrantTypeException(OAuth2GrantType illegalGrantType)