Class JwtKeyGenerator

java.lang.Object
org.frankframework.management.security.JwtKeyGenerator
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class JwtKeyGenerator extends Object implements org.springframework.beans.factory.InitializingBean
  • Field Details

    • JWT_DEFAULT_CURVE

      public static final com.nimbusds.jose.jwk.Curve JWT_DEFAULT_CURVE
    • JWT_DEFAULT_SIGNING_ALGORITHM

      public static final com.nimbusds.jose.JWSAlgorithm JWT_DEFAULT_SIGNING_ALGORITHM
  • Constructor Details

    • JwtKeyGenerator

      public JwtKeyGenerator()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • create

      @Nonnull public String create()
      Create a new JWT based on the currently logged in user.