Class ResponseState

    • Constructor Detail

      • ResponseState

        public ResponseState()
      • ResponseState

        public ResponseState​(String assertion,
                             String relayState,
                             String webAppContext,
                             String webAppDomain,
                             long createdAt,
                             long expiresAt)
    • Method Detail

      • getCreatedAt

        public long getCreatedAt()
      • getExpiresAt

        public long getExpiresAt()
      • getRelayState

        public String getRelayState()
      • getWebAppContext

        public String getWebAppContext()
      • getWebAppDomain

        public String getWebAppDomain()
      • getAssertion

        public String getAssertion()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object