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 Summary
FieldsModifier and TypeFieldDescriptionstatic final com.nimbusds.jose.jwk.Curve
static final com.nimbusds.jose.JWSAlgorithm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
Create a new JWT based on the currently logged in user.
-
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 interfaceorg.springframework.beans.factory.InitializingBean
-
create
Create a new JWT based on the currently logged in user.
-