Uses of Interface
com.netscape.certsrv.base.ISecurityDomainSessionTable

Packages that use ISecurityDomainSessionTable
com.netscape.certsrv.apps   
com.netscape.cms.servlet.csadmin   
 

Uses of ISecurityDomainSessionTable in com.netscape.certsrv.apps
 

Methods in com.netscape.certsrv.apps that return ISecurityDomainSessionTable
static ISecurityDomainSessionTable CMS.getSecurityDomainSessionTable()
           
 ISecurityDomainSessionTable ICMSEngine.getSecurityDomainSessionTable()
           
 

Uses of ISecurityDomainSessionTable in com.netscape.cms.servlet.csadmin
 

Classes in com.netscape.cms.servlet.csadmin that implement ISecurityDomainSessionTable
 class LDAPSecurityDomainSessionTable
          This object stores the values for IP, uid and group based on the cookie id in LDAP.
 class SecurityDomainSessionTable
          This object stores the values for IP, uid and group based on the cookie id.
 

Constructors in com.netscape.cms.servlet.csadmin with parameters of type ISecurityDomainSessionTable
SessionTimer(ISecurityDomainSessionTable table)