All Examples  This Package

Interface examples.security.rdbmsrealm.CacheableRealm

public interface CacheableRealm
Interface CacheableRealm is implemented by Realms that are the underlying implementation of some caching realm and wish to take advantage of the cache to speed up internal calls to the public BasicRealm API.

Author:
Copyright (c) 1997-1999 by BEA Systems. All Rights Reserved.

Method Index

 o getCache()
Returns the caching realm.
 o setCache(BasicRealm)
Sets the caching realm.

Methods

 o getCache
 public abstract BasicRealm getCache()
Returns the caching realm.

 o setCache
 public abstract void setCache(BasicRealm r)
Sets the caching realm.


All Examples  This Package