Uses of Enum
io.smallrye.jwt.auth.principal.DefaultJWTTokenParser.ProtectionLevel
Packages that use DefaultJWTTokenParser.ProtectionLevel
-
Uses of DefaultJWTTokenParser.ProtectionLevel in io.smallrye.jwt.auth.principal
Methods in io.smallrye.jwt.auth.principal that return DefaultJWTTokenParser.ProtectionLevelModifier and TypeMethodDescriptionprotected DefaultJWTTokenParser.ProtectionLevelDefaultJWTTokenParser.getProtectionLevel(JWTAuthContextInfo authContextInfo) Returns the enum constant of this type with the specified name.DefaultJWTTokenParser.ProtectionLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.