| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.identity | |
| org.apache.kerby.kerberos.kerb.identity.backend |
| Modifier and Type | Method and Description |
|---|---|
KrbIdentity |
CacheableIdentityService.addIdentity(KrbIdentity identity)
Add an identity, and return the newly created result.
|
KrbIdentity |
IdentityService.addIdentity(KrbIdentity identity)
Add an identity, and return the newly created result.
|
KrbIdentity |
CacheableIdentityService.getIdentity(String principalName)
Get the identity account specified by name.
|
KrbIdentity |
IdentityService.getIdentity(String principalName)
Get the identity account specified by name.
|
KrbIdentity |
CacheableIdentityService.updateIdentity(KrbIdentity identity)
Update an identity, and return the updated result.
|
KrbIdentity |
IdentityService.updateIdentity(KrbIdentity identity)
Update an identity, and return the updated result.
|
| Modifier and Type | Method and Description |
|---|---|
BatchTrans |
BatchTrans.addIdentity(KrbIdentity identity)
Add an identity, and return the newly created result.
|
KrbIdentity |
CacheableIdentityService.addIdentity(KrbIdentity identity)
Add an identity, and return the newly created result.
|
KrbIdentity |
IdentityService.addIdentity(KrbIdentity identity)
Add an identity, and return the newly created result.
|
BatchTrans |
BatchTrans.updateIdentity(KrbIdentity identity)
Update an identity, and return the updated result.
|
KrbIdentity |
CacheableIdentityService.updateIdentity(KrbIdentity identity)
Update an identity, and return the updated result.
|
KrbIdentity |
IdentityService.updateIdentity(KrbIdentity identity)
Update an identity, and return the updated result.
|
| Modifier and Type | Method and Description |
|---|---|
KrbIdentity |
AbstractIdentityBackend.addIdentity(KrbIdentity identity)
Add an identity, and return the newly created result.
|
protected abstract KrbIdentity |
AbstractIdentityBackend.doAddIdentity(KrbIdentity identity)
Add an identity, invoked by addIdentity, and return added identity.
|
protected KrbIdentity |
MemoryIdentityBackend.doAddIdentity(KrbIdentity identity)
Add an identity, invoked by addIdentity, and return added identity.
|
protected abstract KrbIdentity |
AbstractIdentityBackend.doGetIdentity(String principalName)
Add an identity, invoked by addIdentity.
|
protected KrbIdentity |
MemoryIdentityBackend.doGetIdentity(String principalName)
Add an identity, invoked by addIdentity.
|
protected abstract KrbIdentity |
AbstractIdentityBackend.doUpdateIdentity(KrbIdentity identity)
Update an identity, invoked by updateIdentity, and return updated identity.
|
protected KrbIdentity |
MemoryIdentityBackend.doUpdateIdentity(KrbIdentity identity)
Update an identity, invoked by updateIdentity, and return updated identity.
|
KrbIdentity |
AbstractIdentityBackend.getIdentity(String principalName)
Get the identity account specified by name.
|
KrbIdentity |
AbstractIdentityBackend.updateIdentity(KrbIdentity identity)
Update an identity, and return the updated result.
|
| Modifier and Type | Method and Description |
|---|---|
KrbIdentity |
AbstractIdentityBackend.addIdentity(KrbIdentity identity)
Add an identity, and return the newly created result.
|
protected abstract KrbIdentity |
AbstractIdentityBackend.doAddIdentity(KrbIdentity identity)
Add an identity, invoked by addIdentity, and return added identity.
|
protected KrbIdentity |
MemoryIdentityBackend.doAddIdentity(KrbIdentity identity)
Add an identity, invoked by addIdentity, and return added identity.
|
protected abstract KrbIdentity |
AbstractIdentityBackend.doUpdateIdentity(KrbIdentity identity)
Update an identity, invoked by updateIdentity, and return updated identity.
|
protected KrbIdentity |
MemoryIdentityBackend.doUpdateIdentity(KrbIdentity identity)
Update an identity, invoked by updateIdentity, and return updated identity.
|
KrbIdentity |
AbstractIdentityBackend.updateIdentity(KrbIdentity identity)
Update an identity, and return the updated result.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.