Class DelegateBean

java.lang.Object
org.apache.wss4j.common.saml.bean.DelegateBean

public class DelegateBean extends Object
Class DelegateBean represents a SAML 2.0 Delegate object. Only NameIDs are supported for now, not BaseID or EncryptedIDs. See: http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-delegation-cs-01.pdf
  • Constructor Details

    • DelegateBean

      public DelegateBean()
  • Method Details

    • getDelegationInstant

      public Instant getDelegationInstant()
    • setDelegationInstant

      public void setDelegationInstant(Instant delegationInstant)
    • getConfirmationMethod

      public String getConfirmationMethod()
    • setConfirmationMethod

      public void setConfirmationMethod(String confirmationMethod)
    • getNameIDBean

      public NameIDBean getNameIDBean()
    • setNameIDBean

      public void setNameIDBean(NameIDBean nameIDBean)
    • equals

      public boolean equals(Object o)
      Method equals ...
      Overrides:
      equals in class Object
      Parameters:
      o - of type Object
      Returns:
      boolean
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      Returns:
      the hashcode of this object