Class SAML2Credentials.SAMLConditions

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SAML2Credentials

    public static class SAML2Credentials.SAMLConditions
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • SAMLConditions

        public SAMLConditions()
    • Method Detail

      • getNotBefore

        public java.time.ZonedDateTime getNotBefore()
      • setNotBefore

        public void setNotBefore​(java.time.ZonedDateTime notBefore)
      • getNotOnOrAfter

        public java.time.ZonedDateTime getNotOnOrAfter()
      • setNotOnOrAfter

        public void setNotOnOrAfter​(java.time.ZonedDateTime notOnOrAfter)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object