Class AbstractJwtKeyGenerator

java.lang.Object
org.frankframework.management.security.AbstractJwtKeyGenerator
Direct Known Subclasses:
JwtKeyGenerator, KeystoreJwtKeyGenerator

public abstract class AbstractJwtKeyGenerator extends Object
  • Field Details

    • jwtHeader

      protected com.nimbusds.jose.JWSHeader jwtHeader
    • publicJwkSet

      protected String publicJwkSet
  • Constructor Details

    • AbstractJwtKeyGenerator

      public AbstractJwtKeyGenerator()
  • Method Details

    • create

      @Nonnull public String create()
    • getPrincipalName

      protected String getPrincipalName(org.springframework.security.core.Authentication authentication)
    • createJwtToken

      @Nonnull protected String createJwtToken(@Nonnull com.nimbusds.jwt.JWTClaimsSet claims)