Class DefaultJwtKeyGenerator
java.lang.Object
org.frankframework.management.security.AbstractJwtGenerator<com.nimbusds.jose.jwk.ECKey>
org.frankframework.management.security.DefaultJwtKeyGenerator
- All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.nimbusds.jose.JWSAlgorithmFields inherited from class AbstractJwtGenerator
jwtHeader, publicJwk -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractJwtGenerator
afterPropertiesSet, createJWT, createJWT, getPrincipalNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Field Details
-
JWT_DEFAULT_SIGNING_ALGORITHM
public static final com.nimbusds.jose.JWSAlgorithm JWT_DEFAULT_SIGNING_ALGORITHM
-
-
Constructor Details
-
DefaultJwtKeyGenerator
public DefaultJwtKeyGenerator()
-
-
Method Details
-
getJwk
protected com.nimbusds.jose.jwk.ECKey getJwk() throws com.nimbusds.jose.JOSEException- Specified by:
getJwkin classAbstractJwtGenerator<com.nimbusds.jose.jwk.ECKey>- Throws:
com.nimbusds.jose.JOSEException
-
getSigner
protected com.nimbusds.jose.JWSSigner getSigner(com.nimbusds.jose.jwk.ECKey key) throws com.nimbusds.jose.JOSEException - Specified by:
getSignerin classAbstractJwtGenerator<com.nimbusds.jose.jwk.ECKey>- Throws:
com.nimbusds.jose.JOSEException
-