Apache CXF API

Uses of Interface
org.apache.cxf.sts.token.realm.SAMLRealmCodec

Packages that use SAMLRealmCodec
org.apache.cxf.sts   
org.apache.cxf.sts.token.validator   
 

Uses of SAMLRealmCodec in org.apache.cxf.sts
 

Methods in org.apache.cxf.sts that return SAMLRealmCodec
 SAMLRealmCodec StaticSTSProperties.getSamlRealmCodec()
           
 SAMLRealmCodec STSPropertiesMBean.getSamlRealmCodec()
          Get the SAML Realm Codec object to use.
 

Methods in org.apache.cxf.sts with parameters of type SAMLRealmCodec
 void StaticSTSProperties.setSamlRealmCodec(SAMLRealmCodec samlRealmCodec)
           
 void STSPropertiesMBean.setSamlRealmCodec(SAMLRealmCodec samlRealmCodec)
          Set the SAML Realm Codec object to use.
 

Uses of SAMLRealmCodec in org.apache.cxf.sts.token.validator
 

Methods in org.apache.cxf.sts.token.validator with parameters of type SAMLRealmCodec
 void SAMLTokenValidator.setSamlRealmCodec(SAMLRealmCodec samlRealmCodec)
          Set the SAMLRealmCodec instance to use to return a realm from a validated token
 


Apache CXF API

Apache CXF