Uses of Interface
org.wildfly.security.auth.realm.token.TokenValidator
-
Packages that use TokenValidator Package Description org.wildfly.security.auth.realm.token Classes related to aSecurityRealmimplementation that handles different types of security tokens.org.wildfly.security.auth.realm.token.validator Classes related to the differentTokenValidatorimplementations 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 TokenValidator Modifier and Type Method Description TokenSecurityRealm.BuilderTokenSecurityRealm.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 TokenValidator Modifier and Type Class Description classJwtValidatorATokenValidatorcapable of validating and parsing JWT.classOAuth2IntrospectValidatorA RFC-7662 (OAuth2 Token Introspection) compliantTokenValidator.
-