Uses of Class
com.alachisoft.ncache.web.security.SecurityParams

Packages that use SecurityParams
com.alachisoft.ncache.web.caching Describes com.alachisoft.ncache.web.caching package The com.alachisoft.nCache.web.caching package provides classes for caching frequently used data in a cluster This includes the Cache class, a dictionary that allows you to store arbitrary data objects, such as hash tables and data sets. 
 

Uses of SecurityParams in com.alachisoft.ncache.web.caching
 

Methods in com.alachisoft.ncache.web.caching that return SecurityParams
 SecurityParams CacheInitParams.getPrimaryUserCredentials()
          Get the user-id and password for the primary cache user.
 SecurityParams CacheInitParams.getSecondaryUserCredentials()
          Get the user-id and password for the secondary cache user.
 

Methods in com.alachisoft.ncache.web.caching with parameters of type SecurityParams
static Cache NCache.initializeCache(java.lang.String cacheId, SecurityParams primary, SecurityParams secondary)
          Initializes the cache represente by the cache id.
static Cache NCache.initializeCache(java.lang.String cacheId, java.lang.String server, int port, SecurityParams primary, SecurityParams secondary)
          Initializes the cache represented by the cache id.
 void CacheInitParams.setPrimaryUserCredentials(SecurityParams primaryUserCredentials)
          Set the user-id and password for the primary cache user.
 void CacheInitParams.setSecondaryUserCredentials(SecurityParams secondaryUserCredentials)
          Set the user-id and password for the secondary cache user.