| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.shared.store |
Provides the implementation for storing Kerberos principals
and symmetric keys backed by JNDI.
|
| org.apache.directory.shared.kerberos |
| Modifier and Type | Method and Description |
|---|---|
PrincipalStoreEntry |
PrincipalStoreEntryModifier.getEntry()
Returns the
PrincipalStoreEntry. |
PrincipalStoreEntry |
PrincipalStore.getPrincipal(KerberosPrincipal principal)
Get a
PrincipalStoreEntry given a Kerberos principal. |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalStoreEntry |
KerberosUtils.getEntry(KerberosPrincipal principal,
PrincipalStore store,
ErrorType errorType)
Get a PrincipalStoreEntry given a principal.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.