| Interface | Description |
|---|---|
| CellSTSRequestValidator |
Used to validate incoming STS request
|
| JWTSignatureValidator |
Validates JWT Signature.
|
| TokenValidator |
Token Validator Interface.
|
| Class | Description |
|---|---|
| CelleryHostnameVerifier |
This hostname verifier will verify cellery hosts and localhosts.
|
| CelleryTrustManager |
Cellery trust manager will combine the existing trust manager together with and extended trust manager which
trusts certificates issued to Cell STSes and other certificates which are used within cellery system.
|
| DefaultCellSTSReqValidator |
Default implementation of cell STS request validator.
|
| JWKSBasedJWTValidator |
Validate JWT using Identity Provider's jwks_uri.
|
| JWKSourceDataProvider |
Provides JWK sources for JWT validation.
|
| SelfContainedTokenValidator |
Validate self contained access tokens.
|
Copyright © 2019 WSO2. All rights reserved.