Package org.apache.cxf.sts.token.realm
Class Relationship
java.lang.Object
org.apache.cxf.sts.token.realm.Relationship
This class holds the parameters that will be required to define
a one-way relationship between a source and target realm.
Two types of relationships are supported: FederatedIdentity and FederatedClaims
If the realm of received token in the RST differs with the target realm either
the configured IdentityMapper of ClaimsMapper are called depending on the type of relationship.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetClaimsMapper(ClaimsMapper claimsMapper) voidsetIdentityMapper(IdentityMapper identityMapper) voidsetSourceRealm(String sourceRealm) voidsetTargetRealm(String targetRealm) void
-
Field Details
-
FED_TYPE_IDENTITY
- See Also:
-
FED_TYPE_CLAIMS
- See Also:
-
-
Constructor Details
-
Relationship
public Relationship()
-
-
Method Details
-
setSourceRealm
-
getSourceRealm
-
setTargetRealm
-
getTargetRealm
-
setIdentityMapper
-
getIdentityMapper
-
setClaimsMapper
-
getClaimsMapper
-
setType
-
getType
-