| Class | Description |
|---|---|
| BearerTokenProcessor |
This class represents a client side processor for bearer token authentication
scheme.
|
| JsonSignatureVerificationProcessor |
This processor handles SAML token authentication.
|
| JsonSigningProcessor |
This implementation of
RequestProcessor takes care for JSON request signatures |
| RetryJsonSignatureVerificationProcessor |
This is a decorator of
JsonSignatureVerificationProcessor that will retry the processing
of the request in case an InvalidTokenException is received during the SAML token
validationNew certificates are obtained either by calling the StsTrustChain.getStsTrustChain()
method when an StsTrustChain is provided in the constructor or by calling the
refresh() when a RefreshableCache is provided directly |
Copyright © 2023. All rights reserved.