Class RevokedJWTSubjectEntityDTO

java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTSubjectEntityDTO

public class RevokedJWTSubjectEntityDTO extends Object
RevokedJWTSubjectEntityDTO
  • Constructor Details

    • RevokedJWTSubjectEntityDTO

      public RevokedJWTSubjectEntityDTO()
  • Method Details

    • entityId

      public RevokedJWTSubjectEntityDTO entityId(String entityId)
    • getEntityId

      public String getEntityId()
      Subject Id of the revoked JWT(s). Can be user id or client id.
      Returns:
      entityId
    • setEntityId

      public void setEntityId(String entityId)
    • entityType

      public RevokedJWTSubjectEntityDTO entityType(String entityType)
    • getEntityType

      public String getEntityType()
      Type of the subject id. User id or client id.
      Returns:
      entityType
    • setEntityType

      public void setEntityType(String entityType)
    • revocationTime

      public RevokedJWTSubjectEntityDTO revocationTime(Long revocationTime)
    • getRevocationTime

      public Long getRevocationTime()
      revocation timestamp.
      Returns:
      revocationTime
    • setRevocationTime

      public void setRevocationTime(Long revocationTime)
    • organization

      public RevokedJWTSubjectEntityDTO organization(String organization)
    • getOrganization

      public String getOrganization()
      Organization of the revoked subject entity.
      Returns:
      organization
    • setOrganization

      public void setOrganization(String organization)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object