Class 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 Detail

      • JwtAuthenticationStoreFactory

        public JwtAuthenticationStoreFactory()