Class JwtAuthenticationStoreFactory

java.lang.Object
io.jenkins.blueocean.auth.jwt.JwtAuthenticationStoreFactory
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
SimpleJwtAuthenticationStore

public abstract class JwtAuthenticationStoreFactory extends Object implements ExtensionPoint
An authentication provider implements this extension point to store enough information in JWT claim so that later on when the token verification happens, using this same claims this authentication object can be re-created.
Author:
Vivek Pandey
See Also:
  • Authentication
  • Constructor Details

    • JwtAuthenticationStoreFactory

      public JwtAuthenticationStoreFactory()
  • Method Details