Package org.entur.jwt.junit5.impl
Class DefaultAuthorizationServerEncoder
java.lang.Object
org.entur.jwt.junit5.impl.DefaultAuthorizationServerEncoder
- All Implemented Interfaces:
AuthorizationServerEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KeyPairgetJsonWebKeys(Annotation annotation) booleanisStandardClaim(String name)
-
Constructor Details
-
DefaultAuthorizationServerEncoder
public DefaultAuthorizationServerEncoder()
-
-
Method Details
-
isStandardClaim
-
createKeyPair
-
getJsonWebKeys
- Specified by:
getJsonWebKeysin interfaceAuthorizationServerEncoder
-
getToken
public String getToken(Annotation authorizationServer, Map<String, Object> claims, Map<String, Object> headers) - Specified by:
getTokenin interfaceAuthorizationServerEncoder
-