public interface IdentityBackend extends IdentityService, Configurable
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Init work for the backend can be done here.
|
void |
release()
Release the backend associated resources like connection.
|
void |
start()
Start the backend and return soon after the backend or the connection to
it is well prepared and ready for KDC to use.
|
void |
stop()
Stop the backend.
|
addIdentity, deleteIdentity, getIdentities, getIdentity, startBatchTrans, supportBatchTrans, updateIdentitygetConfig, setConfigvoid initialize()
throws KrbException
KrbException - evoid start()
void stop() throws KrbException
KrbException - evoid release()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.