Class SamlAssertionEntity

    • Constructor Detail

      • SamlAssertionEntity

        public SamlAssertionEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getExternalId

        public String getExternalId()
        Gets value for attribute externalId
      • setExternalId

        public void setExternalId​(String externalId)
        Sets value for attribute externalId
      • getDate

        public Date getDate()
        Gets value for attribute date
      • setDate

        public void setDate​(Date date)
        Sets value for attribute date
      • getIssuer

        public String getIssuer()
        Gets value for attribute issuer
      • setIssuer

        public void setIssuer​(String issuer)
        Sets value for attribute issuer
      • getTenant

        public TenantEntity getTenant()
        Gets value for attribute tenant
      • setTenant

        public void setTenant​(TenantEntity tenant)
        Sets value for attribute tenant
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an SamlAssertionEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object