Class LDAPSecurityDomainSessionTable
java.lang.Object
com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
- All Implemented Interfaces:
ISecurityDomainSessionTable
This object stores the values for IP, uid and group based on the cookie id in LDAP.
Entries are stored under ou=Security Domain, ou=sessions, $basedn
-
Field Summary
FieldsFields inherited from interface com.netscape.certsrv.base.ISecurityDomainSessionTable
FAILURE, SUCCESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonggetBeginTime(String sessionId) intgetSize()longintremoveEntry(String sessionId) booleansessionExists(String sessionId) voidshutdown()
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
LDAPSecurityDomainSessionTable
- Throws:
ELdapExceptionEBaseException
-
-
Method Details
-
addEntry
-
removeEntry
- Specified by:
removeEntryin interfaceISecurityDomainSessionTable- Throws:
Exception
-
sessionExists
- Specified by:
sessionExistsin interfaceISecurityDomainSessionTable- Throws:
Exception
-
getSessionIDs
- Specified by:
getSessionIDsin interfaceISecurityDomainSessionTable- Throws:
Exception
-
getIP
-
getUID
-
getGroup
-
getBeginTime
- Specified by:
getBeginTimein interfaceISecurityDomainSessionTable- Throws:
Exception
-
getTimeToLive
public long getTimeToLive()- Specified by:
getTimeToLivein interfaceISecurityDomainSessionTable
-
getSize
- Specified by:
getSizein interfaceISecurityDomainSessionTable- Throws:
Exception
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceISecurityDomainSessionTable
-