Class RevokedJWTConsumerKeyDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTConsumerKeyDTO
RevokedJWTConsumerKeyDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconsumerKey(String consumerKey) booleanconsumer key of the JWT.organization of the revoked consumer keyrevocation timestamp.getType()revoked consumer key type.inthashCode()organization(String organization) revocationTime(Long revocationTime) voidsetConsumerKey(String consumerKey) voidsetOrganization(String organization) voidsetRevocationTime(Long revocationTime) voidtoString()
-
Constructor Details
-
RevokedJWTConsumerKeyDTO
public RevokedJWTConsumerKeyDTO()
-
-
Method Details
-
consumerKey
-
getConsumerKey
consumer key of the JWT.- Returns:
- consumerKey
-
setConsumerKey
-
revocationTime
-
getRevocationTime
revocation timestamp.- Returns:
- revocationTime
-
setRevocationTime
-
type
-
getType
revoked consumer key type.- Returns:
- type
-
setType
-
organization
-
getOrganization
organization of the revoked consumer key- Returns:
- organization
-
setOrganization
-
equals
-
hashCode
public int hashCode() -
toString
-