Apache CXF API

Uses of Interface
org.apache.cxf.sts.RealmParser

Packages that use RealmParser
org.apache.cxf.sts   
 

Uses of RealmParser in org.apache.cxf.sts
 

Methods in org.apache.cxf.sts that return RealmParser
 RealmParser StaticSTSProperties.getRealmParser()
          Get the RealmParser object to use.
 RealmParser STSPropertiesMBean.getRealmParser()
          Get the RealmParser object to use.
 

Methods in org.apache.cxf.sts with parameters of type RealmParser
 void StaticSTSProperties.setRealmParser(RealmParser realmParser)
          Set the RealmParser object to use.
 void STSPropertiesMBean.setRealmParser(RealmParser realmParser)
          Set the RealmParser object to use.
 


Apache CXF API

Apache CXF