Class RevokedJWTSubjectEntityDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTSubjectEntityDTO
RevokedJWTSubjectEntityDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentityType(String entityType) booleanSubject Id of the revoked JWT(s).Type of the subject id.Organization of the revoked subject entity.revocation timestamp.inthashCode()organization(String organization) revocationTime(Long revocationTime) voidsetEntityId(String entityId) voidsetEntityType(String entityType) voidsetOrganization(String organization) voidsetRevocationTime(Long revocationTime) toString()
-
Constructor Details
-
RevokedJWTSubjectEntityDTO
public RevokedJWTSubjectEntityDTO()
-
-
Method Details
-
entityId
-
getEntityId
Subject Id of the revoked JWT(s). Can be user id or client id.- Returns:
- entityId
-
setEntityId
-
entityType
-
getEntityType
Type of the subject id. User id or client id.- Returns:
- entityType
-
setEntityType
-
revocationTime
-
getRevocationTime
revocation timestamp.- Returns:
- revocationTime
-
setRevocationTime
-
organization
-
getOrganization
Organization of the revoked subject entity.- Returns:
- organization
-
setOrganization
-
equals
-
hashCode
public int hashCode() -
toString
-