Class RevokedJWTSubjectEntityDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.RevokedJWTSubjectEntityDTO
-
public class RevokedJWTSubjectEntityDTO extends Object
RevokedJWTSubjectEntityDTO
-
-
Constructor Summary
Constructors Constructor Description RevokedJWTSubjectEntityDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevokedJWTSubjectEntityDTOentityId(String entityId)RevokedJWTSubjectEntityDTOentityType(String entityType)booleanequals(Object o)StringgetEntityId()Subject Id of the revoked JWT(s).StringgetEntityType()Type of the subject id.StringgetOrganization()Organization of the revoked subject entity.LonggetRevocationTime()revocation timestamp.inthashCode()RevokedJWTSubjectEntityDTOorganization(String organization)RevokedJWTSubjectEntityDTOrevocationTime(Long revocationTime)voidsetEntityId(String entityId)voidsetEntityType(String entityType)voidsetOrganization(String organization)voidsetRevocationTime(Long revocationTime)StringtoString()
-
-
-
Method Detail
-
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)
-
-