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