Class SamlAssertionRealmCodec

  • All Implemented Interfaces:
    org.apache.cxf.sts.token.realm.SAMLRealmCodec

    public class SamlAssertionRealmCodec
    extends java.lang.Object
    implements org.apache.cxf.sts.token.realm.SAMLRealmCodec
    This is SamlAssertionRealmCodec. Parse the realm from a SAML assertion.
    Since:
    5.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRealmFromToken​(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SamlAssertionRealmCodec

        public SamlAssertionRealmCodec()
    • Method Detail

      • getRealmFromToken

        public java.lang.String getRealmFromToken​(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)
        Specified by:
        getRealmFromToken in interface org.apache.cxf.sts.token.realm.SAMLRealmCodec