Uses of Class
io.jenkins.blueocean.auth.jwt.JwtAuthenticationStoreFactory
-
Packages that use JwtAuthenticationStoreFactory Package Description io.jenkins.blueocean.auth.jwt io.jenkins.blueocean.auth.jwt.impl -
-
Uses of JwtAuthenticationStoreFactory in io.jenkins.blueocean.auth.jwt
Methods in io.jenkins.blueocean.auth.jwt that return types with arguments of type JwtAuthenticationStoreFactory Modifier and Type Method Description static ExtensionList<JwtAuthenticationStoreFactory>
JwtAuthenticationStoreFactory. all()
-
Uses of JwtAuthenticationStoreFactory in io.jenkins.blueocean.auth.jwt.impl
Subclasses of JwtAuthenticationStoreFactory in io.jenkins.blueocean.auth.jwt.impl Modifier and Type Class Description class
SimpleJwtAuthenticationStore
Stores authentication map and makes them available in memory.
-