Class FromJwtSecurityContextProvider<T extends JsonWebToken<H,B>,H,B>
java.lang.Object
org.sklsft.commons.rest.security.context.impl.BasicSecurityContextProvider<B>
org.sklsft.commons.rest.security.context.impl.FromSignedTokenSecurityContextProvider<JsonWebToken<H,B>,B>
org.sklsft.commons.rest.security.context.impl.FromJwtSecurityContextProvider<T,H,B>
- All Implemented Interfaces:
SecurityContextProvider
- Direct Known Subclasses:
FromBasicRsaJwtSecurityContextProvider
public class FromJwtSecurityContextProvider<T extends JsonWebToken<H,B>,H,B>
extends FromSignedTokenSecurityContextProvider<JsonWebToken<H,B>,B>
- Author:
- Nicolas Thibault
-
Constructor Summary
ConstructorsConstructorDescriptionFromJwtSecurityContextProvider(JwtDecoder<T, H, B> jwtDecoder, TokenVerifier<JsonWebToken<H, B>> tokenVerifier, SecurityContextValidator<B> contextValidator) -
Method Summary
Methods inherited from class org.sklsft.commons.rest.security.context.impl.FromSignedTokenSecurityContextProvider
getValidContextMethods inherited from class org.sklsft.commons.rest.security.context.impl.BasicSecurityContextProvider
provideSecurityContext
-
Constructor Details
-
FromJwtSecurityContextProvider
public FromJwtSecurityContextProvider(JwtDecoder<T, H, B> jwtDecoder, TokenVerifier<JsonWebToken<H, B>> tokenVerifier, SecurityContextValidator<B> contextValidator)
-