java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTDTO

public class RevokedJWTDTO extends Object
RevokedJWTDTO
  • Constructor Details

    • RevokedJWTDTO

      public RevokedJWTDTO()
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object