| Package | Description |
|---|---|
| org.apache.directory.kerberos.credentials.cache |
| Modifier and Type | Method and Description |
|---|---|
static CredentialsCache |
CredentialsCache.load(java.io.File cacheFile) |
static CredentialsCache |
CredentialsCache.load(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheInputStream.read(CredentialsCache cache) |
static void |
CredentialsCache.store(java.io.File fileName,
CredentialsCache credCache) |
static void |
CredentialsCache.store(java.io.OutputStream os,
CredentialsCache credCache) |
void |
CacheOutputStream.write(CredentialsCache credCache) |