| Package | Description |
|---|---|
| org.apache.cxf.sts | |
| org.apache.cxf.sts.token.realm |
| Modifier and Type | Method and Description |
|---|---|
List<Relationship> |
StaticSTSProperties.getRelationships() |
List<Relationship> |
STSPropertiesMBean.getRelationships()
Get the list of Relationship objects to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StaticSTSProperties.setRelationships(List<Relationship> relationships) |
void |
STSPropertiesMBean.setRelationships(List<Relationship> relationships)
Set the list of Relationship objects to use.
|
| Modifier and Type | Method and Description |
|---|---|
Relationship |
RelationshipResolver.resolveRelationship(String sourceRealm,
String targetRealm) |
| Constructor and Description |
|---|
RelationshipResolver(List<Relationship> relationships) |
Apache CXF