Uses of Class
io.smallrye.jwt.auth.principal.JWTCallerPrincipalFactory
-
Packages that use JWTCallerPrincipalFactory Package Description io.smallrye.jwt.auth.cdi io.smallrye.jwt.auth.principal -
-
Uses of JWTCallerPrincipalFactory in io.smallrye.jwt.auth.cdi
Methods in io.smallrye.jwt.auth.cdi that return JWTCallerPrincipalFactory Modifier and Type Method Description JWTCallerPrincipalFactoryJWTCallerPrincipalFactoryProducer. getFactory() -
Uses of JWTCallerPrincipalFactory in io.smallrye.jwt.auth.principal
Subclasses of JWTCallerPrincipalFactory in io.smallrye.jwt.auth.principal Modifier and Type Class Description classDefaultJWTCallerPrincipalFactoryA default implementation of the abstract JWTCallerPrincipalFactory that uses the Keycloak token parsing classes.Methods in io.smallrye.jwt.auth.principal that return JWTCallerPrincipalFactory Modifier and Type Method Description static 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 JWTCallerPrincipalFactory Modifier and Type Method Description 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 JWTCallerPrincipalFactory Modifier and Type Method Description voidPrincipalLogging_$logger. currentSpi(ServiceLoader<JWTCallerPrincipalFactory> sl, JWTCallerPrincipalFactory spi)voidPrincipalLogging_$logger. loadSpi(ClassLoader classLoader, URL url, ServiceLoader<JWTCallerPrincipalFactory> serviceLoader)Constructors in io.smallrye.jwt.auth.principal with parameters of type JWTCallerPrincipalFactory Constructor Description DefaultJWTParser(JWTAuthContextInfo authContextInfo, JWTCallerPrincipalFactory factory)DefaultJWTParser(JWTCallerPrincipalFactory factory)
-