Class SimpleJwtAuthenticationStore

java.lang.Object
io.jenkins.blueocean.auth.jwt.JwtAuthenticationStoreFactory
io.jenkins.blueocean.auth.jwt.impl.SimpleJwtAuthenticationStore
All Implemented Interfaces:
ExtensionPoint, JwtAuthenticationStore

@Extension(ordinal=0.0) public class SimpleJwtAuthenticationStore extends JwtAuthenticationStoreFactory implements JwtAuthenticationStore
Stores authentication map and makes them available in memory.
Author:
Vivek Pandey