Uses of Enum Class
io.gravitee.gateway.reactive.api.policy.SecurityToken.TokenType
Packages that use SecurityToken.TokenType
-
Uses of SecurityToken.TokenType in io.gravitee.gateway.reactive.api.policy
Methods in io.gravitee.gateway.reactive.api.policy that return SecurityToken.TokenTypeModifier and TypeMethodDescriptionstatic SecurityToken.TokenTypeReturns the enum constant of this class with the specified name.static SecurityToken.TokenTypeSecurityToken.TokenType.valueOfOrNone(String value) static SecurityToken.TokenType[]SecurityToken.TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.gravitee.gateway.reactive.api.policy with parameters of type SecurityToken.TokenTypeModifier and TypeMethodDescriptionstatic SecurityTokenSecurityToken.invalid(SecurityToken.TokenType tokenType) Creates an invalid security token with the given type used by security plans to express the fact that a token as been found by it is invalid.