Class AssertionData

    • Field Detail

      • id

        protected java.lang.String id
      • notBefore

        protected java.util.Date notBefore
      • notOnOrAfter

        protected java.util.Date notOnOrAfter
      • subjectId

        protected java.lang.String subjectId
      • signCertificate

        protected java.security.cert.X509Certificate signCertificate
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns:
        unique id of assertion.
      • getNotBefore

        public java.util.Date getNotBefore()
        Returns:
        the not before date this assertions i valid.
      • getNotOnOrAfter

        public java.util.Date getNotOnOrAfter()
        Returns:
        the date this assertion expires.
      • getSubjectId

        public java.lang.String getSubjectId()
        Returns:
        the unique subject id of the related user.
      • getSignCertificate

        public java.security.cert.X509Certificate getSignCertificate()
        Returns:
        the certificate that signed the assertion
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object