public class JWTRSAPlainTextAuthenticator extends AbstractJWTRSAAuthenticator
Constructor and Description |
---|
JWTRSAPlainTextAuthenticator(Map<String,String> mapClaimsToCheck,
String strJWTHttpHeader,
long lValidityPeriod,
String strEncryptionAlgorythmName,
String strPlainTextPrivateKey,
String strPlainTextPublicKey)
Constructor
|
authenticateRequest, isRequestAuthenticated
buildSignature, getValidityTimePeriod, setHashService, setSignatureElements, setValidityTimePeriod
public JWTRSAPlainTextAuthenticator(Map<String,String> mapClaimsToCheck, String strJWTHttpHeader, long lValidityPeriod, String strEncryptionAlgorythmName, String strPlainTextPrivateKey, String strPlainTextPublicKey)
mapClaimsToCheck
- The map of claims key/values to check in the JWTstrJWTHttpHeader
- The name of the header which contains the JWTlValidityPeriod
- The validity periodstrEncryptionAlgorythmName
- The name of the algorithm.strPlainTextPrivateKey
- The plain text private keystrPlainTextPublicKey
- The plain text public keyCopyright © 2021 City of Paris. All rights reserved.