Package com.netscape.certsrv.base
Interface ISecurityDomainSessionTable
- All Known Implementing Classes:
LDAPSecurityDomainSessionTable
,SecurityDomainSessionTable
public interface ISecurityDomainSessionTable
This interface defines the abstraction for the cookie table.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
long
getBeginTime
(String sessionID) int
getSize()
long
int
removeEntry
(String sessionID) boolean
sessionExists
(String sessionID) void
shutdown()
-
Field Details
-
SUCCESS
static final int SUCCESS- See Also:
-
FAILURE
static final int FAILURE- See Also:
-
-
Method Details
-
addEntry
- Throws:
Exception
-
removeEntry
- Throws:
Exception
-
sessionExists
- Throws:
Exception
-
getIP
- Throws:
Exception
-
getUID
- Throws:
Exception
-
getGroup
- Throws:
Exception
-
getBeginTime
- Throws:
Exception
-
getSize
- Throws:
Exception
-
getTimeToLive
long getTimeToLive() -
getSessionIDs
- Throws:
Exception
-
shutdown
void shutdown()
-