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

Packages that use IdentityMapper
org.apache.cxf.sts   
org.apache.cxf.sts.token.realm   
 

Uses of IdentityMapper in org.apache.cxf.sts
 

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

Methods in org.apache.cxf.sts with parameters of type IdentityMapper
 void StaticSTSProperties.setIdentityMapper(IdentityMapper identityMapper)
          Set the IdentityMapper object to use.
 void STSPropertiesMBean.setIdentityMapper(IdentityMapper identityMapper)
          Set the IdentityMapper object to use.
 

Uses of IdentityMapper in org.apache.cxf.sts.token.realm
 

Methods in org.apache.cxf.sts.token.realm that return IdentityMapper
 IdentityMapper Relationship.getIdentityMapper()
           
 

Methods in org.apache.cxf.sts.token.realm with parameters of type IdentityMapper
 void Relationship.setIdentityMapper(IdentityMapper identityMapper)
           
 



Apache CXF