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