Uses of Class
org.apache.cxf.sts.token.realm.Relationship
-
Packages that use Relationship Package Description org.apache.cxf.sts org.apache.cxf.sts.token.realm -
-
Uses of Relationship in org.apache.cxf.sts
Methods in org.apache.cxf.sts that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>StaticSTSProperties. getRelationships()List<Relationship>STSPropertiesMBean. getRelationships()Get the list of Relationship objects to use.Method parameters in org.apache.cxf.sts with type arguments of type Relationship Modifier and Type Method Description voidStaticSTSProperties. setRelationships(List<Relationship> relationships)voidSTSPropertiesMBean. setRelationships(List<Relationship> relationships)Set the list of Relationship objects to use. -
Uses of Relationship in org.apache.cxf.sts.token.realm
Methods in org.apache.cxf.sts.token.realm that return Relationship Modifier and Type Method Description RelationshipRelationshipResolver. resolveRelationship(String sourceRealm, String targetRealm)Constructor parameters in org.apache.cxf.sts.token.realm with type arguments of type Relationship Constructor Description RelationshipResolver(List<Relationship> relationships)
-