Class SamlAssertionRealmCodec

java.lang.Object
org.apereo.cas.support.saml.SamlAssertionRealmCodec
All Implemented Interfaces:
org.apache.cxf.sts.token.realm.SAMLRealmCodec

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

    • SamlAssertionRealmCodec

      public SamlAssertionRealmCodec(String realm)
  • Method Details

    • getRealmFromToken

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