Uses of Enum Class
com.power4j.fist.boot.security.oauth2.Oauth2GrantType
Packages that use Oauth2GrantType
-
Uses of Oauth2GrantType in com.power4j.fist.boot.security.oauth2
Methods in com.power4j.fist.boot.security.oauth2 that return Oauth2GrantTypeModifier and TypeMethodDescriptionstatic Oauth2GrantType解析static Oauth2GrantTypeOauth2GrantType.parseOrDefault(String value, Oauth2GrantType defValue) 解析static Oauth2GrantTypeOauth2GrantType.parseOrNull(String value) 解析static Oauth2GrantTypeOauth2GrantType.parseOrThrow(String value, Function<String, RuntimeException> thrower) 解析static Oauth2GrantTypeReturns the enum constant of this class with the specified name.static Oauth2GrantType[]Oauth2GrantType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.power4j.fist.boot.security.oauth2 with parameters of type Oauth2GrantTypeModifier and TypeMethodDescriptionstatic Oauth2GrantTypeOauth2GrantType.parseOrDefault(String value, Oauth2GrantType defValue) 解析