public abstract class AbstractJWTAuthenticator extends AbstractAuthenticator
Constructor and Description |
---|
AbstractJWTAuthenticator(Map<String,String> mapClaimsToCheck,
String strJWTHttpHeader,
long lValidityTimePeriod)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
isRequestAuthenticated(javax.servlet.http.HttpServletRequest request)
Check the Authentication of a request
|
buildSignature, getValidityTimePeriod, setHashService, setSignatureElements, setValidityTimePeriod
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
authenticateRequest
public AbstractJWTAuthenticator(Map<String,String> mapClaimsToCheck, String strJWTHttpHeader, long lValidityTimePeriod)
mapClaimsToCheck
- The map of claims key/values to check in the JWTstrJWTHttpHeader
- The name of the header which contains the JWTlValidityTimePeriod
- The validity time periodCopyright © 2021 City of Paris. All rights reserved.