Interface | Description |
---|---|
TokenCreator |
Component used for token creation and validation.
|
Class | Description |
---|---|
MACTokenCreator |
This class uses MAC signing and validates the token against configured web service.
|
MACTokenCreator.InsecureHostnameVerifier |
Trustful implementation of the interface
HostnameVerifier . |
MACTokenCreator.InsecureTrustManager |
Trustful implementation of the interface
X509TrustManager . |
ResourceHelper |
Facilitates resource handling.
|
RSASignedTokenCreator |
Creates a JWT token signed with RSA algorithm.
|