Class RevokedJWTDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTDTO
RevokedJWTDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexpiryTime(Long expiryTime) expiry timestamp.signature of the JWT token.inthashCode()jwtSignature(String jwtSignature) voidsetExpiryTime(Long expiryTime) voidsetJwtSignature(String jwtSignature) toString()
-
Constructor Details
-
RevokedJWTDTO
public RevokedJWTDTO()
-
-
Method Details
-
jwtSignature
-
getJwtSignature
signature of the JWT token.- Returns:
- jwtSignature
-
setJwtSignature
-
expiryTime
-
getExpiryTime
expiry timestamp.- Returns:
- expiryTime
-
setExpiryTime
-
equals
-
hashCode
public int hashCode() -
toString
-