| Interface | Description |
|---|---|
| JWTRealmCodec |
This interface defines a pluggable way to return a realm associated with a JWT Token.
|
| RealmSupport | |
| SAMLRealmCodec |
This interface defines a pluggable way to return a realm associated with a SAML Assertion.
|
| UsernameTokenRealmCodec |
This interface defines a pluggable way to return a realm associated with a UsernameToken.
|
| Class | Description |
|---|---|
| CertConstraintsParser |
This class provides the functionality to match a given X509Certificate against a list of
regular expressions.
|
| RealmProperties |
This class defines some properties that are associated with a realm for issuing or validating a particular token.
|
| Relationship |
This class holds the parameters that will be required to define
a one-way relationship between a source and target realm.
|
| RelationshipResolver |
Apache CXF