Uses of Class
org.sklsft.commons.rest.security.tokens.jwt.JsonWebToken
Packages that use JsonWebToken
Package
Description
-
Uses of JsonWebToken in org.sklsft.commons.rest.security.context.impl
Classes in org.sklsft.commons.rest.security.context.impl with type parameters of type JsonWebTokenModifier and TypeClassDescriptionclassFromJwtSecurityContextProvider<T extends JsonWebToken<H,B>, H, B> Constructor parameters in org.sklsft.commons.rest.security.context.impl with type arguments of type JsonWebTokenModifierConstructorDescriptionFromJwtSecurityContextProvider(JwtDecoder<T, H, B> jwtDecoder, TokenVerifier<JsonWebToken<H, B>> tokenVerifier, SecurityContextValidator<B> contextValidator) -
Uses of JsonWebToken in org.sklsft.commons.rest.security.credentials.extractor.impl
Methods in org.sklsft.commons.rest.security.credentials.extractor.impl with parameters of type JsonWebTokenModifier and TypeMethodDescriptionFromJwtContextExtractor.extractContext(JsonWebToken<H, B> token) -
Uses of JsonWebToken in org.sklsft.commons.rest.security.tokens.encoder.impl
Classes in org.sklsft.commons.rest.security.tokens.encoder.impl with type parameters of type JsonWebTokenModifier and TypeClassDescriptionclassJwtDecoder<T extends JsonWebToken<H,B>, H, B> classJwtEncoder<T extends JsonWebToken> -
Uses of JsonWebToken in org.sklsft.commons.rest.security.tokens.jwt
Subclasses of JsonWebToken in org.sklsft.commons.rest.security.tokens.jwt -
Uses of JsonWebToken in org.sklsft.commons.rest.security.tokens.verification.impl
Methods in org.sklsft.commons.rest.security.tokens.verification.impl with parameters of type JsonWebToken