Uses of Interface
org.wildfly.security.auth.realm.token.TokenValidator
Packages that use TokenValidator
Package
Description
Classes related to a
SecurityRealm implementation that handles different types of security tokens.Classes related to the different
TokenValidator implementations provided by Elytron.-
Uses of TokenValidator in org.wildfly.security.auth.realm.token
Methods in org.wildfly.security.auth.realm.token with parameters of type TokenValidatorModifier and TypeMethodDescriptionTokenSecurityRealm.Builder.validator(TokenValidator strategy) Defines aTokenValidatorthat will be used to validate tokens. -
Uses of TokenValidator in org.wildfly.security.auth.realm.token.validator
Classes in org.wildfly.security.auth.realm.token.validator that implement TokenValidatorModifier and TypeClassDescriptionclassATokenValidatorcapable of validating and parsing JWT.classA RFC-7662 (OAuth2 Token Introspection) compliantTokenValidator.