Uses of Interface
com.netscape.certsrv.base.ISecurityDomainSessionTable
-
Packages that use ISecurityDomainSessionTable Package Description com.netscape.cmscore.apps com.netscape.cmscore.session -
-
Uses of ISecurityDomainSessionTable in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that return ISecurityDomainSessionTable Modifier and Type Method Description ISecurityDomainSessionTable
CMSEngine. getSecurityDomainSessionTable()
-
Uses of ISecurityDomainSessionTable in com.netscape.cmscore.session
Classes in com.netscape.cmscore.session that implement ISecurityDomainSessionTable Modifier and Type Class Description 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.cmscore.session with parameters of type ISecurityDomainSessionTable Constructor Description SessionTimer(ISecurityDomainSessionTable table)
-