Interface | Description |
---|---|
ClaimsHandler |
This interface provides a pluggable way to handle Claims.
|
ClaimsMapper |
This interface defines a pluggable way of mapping claims from a source realm to a target
realm.
|
ClaimsParser |
Class | Description |
---|---|
Claim |
This represents a Claim that has been processed by a ClaimsHandler instance.
|
ClaimCollection |
This holds a collection of Claims.
|
ClaimsAttributeStatementProvider | Deprecated |
ClaimsManager |
This class holds various ClaimsHandler implementations.
|
ClaimsParameters |
This class encapsulates the parameters that will be passed to a ClaimsHandler instance to
to retrieve claims.
|
ClaimTypes | |
CorrectedClaimsAttributeStatementProvider | |
IdentityClaimsParser | |
RequestClaim |
This represents a Claim that has been processed by the RequestParser.
|
RequestClaimCollection |
This holds a collection of RequestClaims.
|
StaticClaimsHandler | |
StaticEndpointClaimsHandler |
Apache CXF