Uses of Class
io.smallrye.jwt.auth.principal.JWTCallerPrincipalFactory
Packages that use JWTCallerPrincipalFactory
-
Uses of JWTCallerPrincipalFactory in io.smallrye.jwt.auth.cdi
Methods in io.smallrye.jwt.auth.cdi that return JWTCallerPrincipalFactory -
Uses of JWTCallerPrincipalFactory in io.smallrye.jwt.auth.principal
Subclasses of JWTCallerPrincipalFactory in io.smallrye.jwt.auth.principalModifier and TypeClassDescriptionclassA default implementation of the abstract JWTCallerPrincipalFactory that uses the Keycloak token parsing classes.Methods in io.smallrye.jwt.auth.principal that return JWTCallerPrincipalFactoryModifier and TypeMethodDescriptionstatic JWTCallerPrincipalFactoryJWTCallerPrincipalFactory.instance()Obtain the JWTCallerPrincipalFactory that has been set or by using the ServiceLoader pattern.Methods in io.smallrye.jwt.auth.principal with parameters of type JWTCallerPrincipalFactoryModifier and TypeMethodDescriptionfinal voidPrincipalLogging_$logger.currentSpi(ServiceLoader<JWTCallerPrincipalFactory> sl, JWTCallerPrincipalFactory spi) static voidJWTCallerPrincipalFactory.setInstance(JWTCallerPrincipalFactory resolver) Set the instance.Method parameters in io.smallrye.jwt.auth.principal with type arguments of type JWTCallerPrincipalFactoryModifier and TypeMethodDescriptionfinal voidPrincipalLogging_$logger.currentSpi(ServiceLoader<JWTCallerPrincipalFactory> sl, JWTCallerPrincipalFactory spi) final voidPrincipalLogging_$logger.loadSpi(ClassLoader classLoader, URL url, ServiceLoader<JWTCallerPrincipalFactory> serviceLoader) Constructors in io.smallrye.jwt.auth.principal with parameters of type JWTCallerPrincipalFactoryModifierConstructorDescriptionDefaultJWTParser(JWTAuthContextInfo authContextInfo, JWTCallerPrincipalFactory factory) Constructor which initializes DefaultJWTParser with the providedJWTAuthContextInfoandJWTCallerPrincipalFactoryConstructor which initializes DefaultJWTParser with the providedJWTCallerPrincipalFactoryand a new instance ofJWTAuthContextInfo