Package | Description |
---|---|
com.netscape.certsrv.tps.token |
Modifier and Type | Method and Description |
---|---|
static TokenStatus |
TokenStatus.fromInt(java.lang.Integer value) |
TokenStatus |
TokenData.getStatus() |
static TokenStatus |
TokenStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenStatus[] |
TokenStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TokenResource.changeTokenStatus(java.lang.String tokenID,
TokenStatus tokenStatus) |
void |
TokenData.setStatus(TokenStatus status) |