Class DefaultSecurityContextFactory

  • All Implemented Interfaces:
    SecurityContextFactory

    @Singleton
    public class DefaultSecurityContextFactory
    extends java.lang.Object
    implements SecurityContextFactory
    Default implementation to create an empty SecurityContext. To override this implementation, @Replaces must be set on the replacement implementation.
    • Method Summary

      Modifier and Type Method Description
      SecurityContext createSecurityContext​(io.jsonwebtoken.Claims tokenContent)
      Starting from a JWT's body, builds a context of security.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSecurityContextFactory

        public DefaultSecurityContextFactory()
    • Method Detail