Class 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 Detail

      • DelegateBean

        public DelegateBean()
    • Method Detail

      • 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