Apache CXF API

org.apache.cxf.sts.token.realm
Class RelationshipResolver

java.lang.Object
  extended by org.apache.cxf.sts.token.realm.RelationshipResolver

public class RelationshipResolver
extends Object


Constructor Summary
RelationshipResolver(List<Relationship> relationships)
           
 
Method Summary
 Relationship resolveRelationship(String sourceRealm, String targetRealm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipResolver

public RelationshipResolver(List<Relationship> relationships)
Method Detail

resolveRelationship

public Relationship resolveRelationship(String sourceRealm,
                                        String targetRealm)

Apache CXF API

Apache CXF