Uses of Class
com.cloudimpl.outstack.spring.security.GrantType
| Package | Description |
|---|---|
| com.cloudimpl.outstack.spring.security |
-
Uses of GrantType in com.cloudimpl.outstack.spring.security
Methods in com.cloudimpl.outstack.spring.security that return GrantType Modifier and Type Method Description static GrantTypeGrantType. from(java.lang.String type)static GrantTypeAuth2Util. getGrantType(PlatformAuthenticationToken.TokenFlow tokenFlow, org.springframework.web.server.ServerWebExchange exchange)GrantTypeAuthenticationMeta. getGrantType()static GrantTypeGrantType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GrantType[]GrantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.cloudimpl.outstack.spring.security with parameters of type GrantType Constructor Description AuthenticationMeta(PlatformAuthenticationToken.TokenFlow tokenFlow, java.lang.String authKey, java.lang.String tokenContext, GrantType grantType, AuthenticationMeta.ClientMeta clientMeta)