Package | Description |
---|---|
fr.paris.lutece.util.signrequest | |
fr.paris.lutece.util.signrequest.servlet |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJWTAuthenticator
AbstractAuthenticator
|
class |
AbstractJWTRSAAuthenticator |
class |
AbstractPrivateKeyAuthenticator
Abstract Private Key Authenticator
|
class |
BasicAuthorizationAuthenticator
BasicAuthorizationAuthenticator.
This authenticator provides a basic username/password authentication. The request should have a header named Authorization with a value that begins with "Basic" followed by the "username:password" encoded in base64. |
class |
ClientHeaderHashAuthenticator
Client Header Hash Authenticator
|
class |
HeaderHashAuthenticator
HeaderHashAuthenticator
|
class |
JWTNoEncryptionAuthenticator |
class |
JWTRSAKeyStoreFileAuthenticator |
class |
JWTRSAPlainTextAuthenticator |
class |
JWTRSATrustStoreFileAuthenticator |
class |
JWTSecretKeyAuthenticator |
class |
RequestHashAuthenticator
RequestHashAuthenticator
|
Modifier and Type | Method and Description |
---|---|
protected AbstractAuthenticator |
HeaderHashRequestFilter.getAuthenticator()
The implementation should provide the authenticator to use
|
protected abstract AbstractAuthenticator |
AbstractRequestFilter.getAuthenticator()
The implementation should provide the authenticator to use
|
protected AbstractAuthenticator |
ParameterHashRequestFilter.getAuthenticator()
The implementation should provide the authenticator to use
|
Copyright © 2019 City of Paris. All rights reserved.