public interface BatchTrans
| Modifier and Type | Method and Description |
|---|---|
BatchTrans |
addIdentity(KrbIdentity identity)
Add an identity, and return the newly created result.
|
void |
commit()
Commit this transaction, releasing any associated resources.
|
BatchTrans |
deleteIdentity(String principalName)
Delete the identity specified by principal name
|
void |
rollback()
Give up this transaction, releasing any associated resources.
|
BatchTrans |
updateIdentity(KrbIdentity identity)
Update an identity, and return the updated result.
|
void commit()
throws KrbException
KrbExceptionvoid rollback()
throws KrbException
KrbExceptionBatchTrans addIdentity(KrbIdentity identity) throws KrbException
identity - The identityKrbException - eBatchTrans updateIdentity(KrbIdentity identity) throws KrbException
identity - The identityKrbException - eBatchTrans deleteIdentity(String principalName) throws KrbException
principalName - The principal nameKrbException - eCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.