Apache CXF API

Uses of Class
org.apache.cxf.sts.token.realm.SAMLRealm

Packages that use SAMLRealm
org.apache.cxf.sts.token.provider   
org.apache.cxf.sts.token.renewer   
 

Uses of SAMLRealm in org.apache.cxf.sts.token.provider
 

Methods in org.apache.cxf.sts.token.provider that return types with arguments of type SAMLRealm
 Map<String,SAMLRealm> SAMLTokenProvider.getRealmMap()
          Get the map of realm->SAMLRealm for this token provider
 

Methods in org.apache.cxf.sts.token.provider with parameters of type SAMLRealm
 SamlCallbackHandler SAMLTokenProvider.createCallbackHandler(TokenProviderParameters tokenParameters, byte[] secret, SAMLRealm samlRealm, Document doc)
           
 

Method parameters in org.apache.cxf.sts.token.provider with type arguments of type SAMLRealm
 void SAMLTokenProvider.setRealmMap(Map<String,SAMLRealm> realms)
          Set the map of realm->SAMLRealm for this token provider
 

Uses of SAMLRealm in org.apache.cxf.sts.token.renewer
 

Methods in org.apache.cxf.sts.token.renewer that return types with arguments of type SAMLRealm
 Map<String,SAMLRealm> SAMLTokenRenewer.getRealmMap()
          Get the map of realm->SAMLRealm for this token provider
 

Method parameters in org.apache.cxf.sts.token.renewer with type arguments of type SAMLRealm
 void SAMLTokenRenewer.setRealmMap(Map<String,SAMLRealm> realms)
          Set the map of realm->SAMLRealm for this token provider
 


Apache CXF API

Apache CXF