public class TokenDeletionMechanism
extends java.lang.Object
It is designed to be used with the
setDeletionMechanism(TokenDeletionMechanism) API of the token
credential readers and credential writers that support it.
CMPTokenCredentialReader,
TokenInitializer| Modifier and Type | Field and Description |
|---|---|
static TokenDeletionMechanism |
ALL_OBJECTS
Indicates that all objects are to be deleted from the token.
|
static TokenDeletionMechanism |
ENTRUST_OBJECTS
Indicates that all objects created by Entrust are to be deleted from
the token.
|
static TokenDeletionMechanism |
NONE
Indicates that no objects are to be deleted from the token.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines if two token deletion mechanisms are identical.
|
public static final TokenDeletionMechanism NONE
public static final TokenDeletionMechanism ENTRUST_OBJECTS
public static final TokenDeletionMechanism ALL_OBJECTS