Class AbstractJwtKeyGenerator
java.lang.Object
org.frankframework.management.security.AbstractJwtKeyGenerator
- Direct Known Subclasses:
JwtKeyGenerator
,KeystoreJwtKeyGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
protected String
createJwtToken
(com.nimbusds.jwt.JWTClaimsSet claims) protected String
getPrincipalName
(org.springframework.security.core.Authentication authentication)
-
Field Details
-
jwtHeader
protected com.nimbusds.jose.JWSHeader jwtHeader -
publicJwkSet
-
-
Constructor Details
-
AbstractJwtKeyGenerator
public AbstractJwtKeyGenerator()
-
-
Method Details
-
create
-
getPrincipalName
-
createJwtToken
-