Class RevokedJWTDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.RevokedJWTDTO
-
public class RevokedJWTDTO extends Object
RevokedJWTDTO
-
-
Constructor Summary
Constructors Constructor Description RevokedJWTDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)RevokedJWTDTOexpiryTime(Long expiryTime)LonggetExpiryTime()expiry timestamp.StringgetJwtSignature()signature of the JWT token.inthashCode()RevokedJWTDTOjwtSignature(String jwtSignature)voidsetExpiryTime(Long expiryTime)voidsetJwtSignature(String jwtSignature)StringtoString()
-
-
-
Method Detail
-
jwtSignature
public RevokedJWTDTO jwtSignature(String jwtSignature)
-
getJwtSignature
public String getJwtSignature()
signature of the JWT token.- Returns:
- jwtSignature
-
setJwtSignature
public void setJwtSignature(String jwtSignature)
-
expiryTime
public RevokedJWTDTO expiryTime(Long expiryTime)
-
getExpiryTime
public Long getExpiryTime()
expiry timestamp.- Returns:
- expiryTime
-
setExpiryTime
public void setExpiryTime(Long expiryTime)
-
-