public static class IdentityRepository.Wrapper extends java.lang.Object implements IdentityRepository
IdentityRepository.Wrapper
NOTRUNNING, RUNNING, UNAVAILABLE
Modifier and Type | Method and Description |
---|---|
boolean |
add(byte[] identity) |
java.util.Vector |
getIdentities() |
java.lang.String |
getName() |
int |
getStatus() |
boolean |
remove(byte[] blob) |
void |
removeAll() |
public java.lang.String getName()
getName
in interface IdentityRepository
public int getStatus()
getStatus
in interface IdentityRepository
public boolean add(byte[] identity)
add
in interface IdentityRepository
public boolean remove(byte[] blob)
remove
in interface IdentityRepository
public void removeAll()
removeAll
in interface IdentityRepository
public java.util.Vector getIdentities()
getIdentities
in interface IdentityRepository