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 |
---|---|
ClaimsAttributeStatementProvider | |
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.
|
ClaimsUtils |
Some common utility methods for claims
|
ClaimTypes | |
CombinedClaimsAttributeStatementProvider |
This class differs from the ClaimsAttributeStatementProvider in that it combines claims that have the same name.
|
IdentityClaimsParser | |
LdapClaimsHandler | |
LdapGroupClaimsHandler | |
LdapUtils | |
ProcessedClaim |
This represents a Claim that has been processed by a ClaimsHandler instance.
|
ProcessedClaimCollection |
This holds a collection of Claims that have been processed by a ClaimsHandler implementation
|
StaticClaimsHandler | |
StaticEndpointClaimsHandler |
Copyright © 2021 JBoss by Red Hat. All rights reserved.