Top Description Fields Constructors Methods
sun.security.krb5.internal.ccache

public abstract Class MemoryCredentialsCache

extends CredentialsCache
Class Inheritance
Imports
sun.security.krb5.KrbException, .PrincipalName, java.io.File, .IOException

This class extends CredentialsCache. It is used for accessing data in shared memory cache on Windows platforms.
Author
Yanni Zhang

Field Summary

Inherited from sun.security.krb5.internal.ccache.CredentialsCache:
cacheName

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public abstract boolean
exists(String cache)

private static CredentialsCache
private static CredentialsCache
public abstract Credentials
public abstract Credentials[]
public abstract PrincipalName
public abstract void
public abstract void
Inherited from sun.security.krb5.internal.ccache.CredentialsCache:
addConfigEntrycacheNamecreatecreategetConfigEntriesgetConfigEntrygetCredsgetDefaultCredsgetInitialCredsgetInstancegetInstancegetInstancegetInstance

Constructor Detail

MemoryCredentialsCacheback to summary
public MemoryCredentialsCache()

Method Detail

existsback to summary
public abstract boolean exists(String cache)
getCCacheInstanceback to summary
private static CredentialsCache getCCacheInstance(PrincipalName p)
getCCacheInstanceback to summary
private static CredentialsCache getCCacheInstance(PrincipalName p, File cacheFile)
getCredsback to summary
public abstract Credentials getCreds(PrincipalName sname)

Implements abstract sun.security.krb5.internal.ccache.CredentialsCache.getCreds.

getCredsListback to summary
public abstract Credentials[] getCredsList()

Implements abstract sun.security.krb5.internal.ccache.CredentialsCache.getCredsList.

getPrimaryPrincipalback to summary
public abstract PrincipalName getPrimaryPrincipal()

Implements abstract sun.security.krb5.internal.ccache.CredentialsCache.getPrimaryPrincipal.

saveback to summary
public abstract void save() throws IOException, KrbException

Implements abstract sun.security.krb5.internal.ccache.CredentialsCache.save.

updateback to summary
public abstract void update(Credentials c)

Implements abstract sun.security.krb5.internal.ccache.CredentialsCache.update.