|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionId | |
|---|---|
| com.cafesoft.cams.access | Cams access control service support. |
| com.cafesoft.cams.agent.http | Support for implementing Cams HTTP agents. |
| com.cafesoft.cams.auth | Cams authentication service support. |
| com.cafesoft.cams.session | Classes for managing Cams sessions. |
| com.cafesoft.cams.session.access | Cams session control service support. |
| com.cafesoft.cams.session.control | Cams session access service support. |
| Uses of SessionId in com.cafesoft.cams.access |
|---|
| Methods in com.cafesoft.cams.access that return SessionId | |
|---|---|
SessionId |
AccessControlResponse.getSessionId()
Returns the session id that applied to the corresponding access control request. |
SessionId |
InternalAccessControlRequest.getSessionId()
Get the Session identifier for the specified SecurityDomain |
| Methods in com.cafesoft.cams.access with parameters of type SessionId | |
|---|---|
void |
AccessControlRequest.addSessionId(SessionId sessionId)
Add a session id to the AccessRequest |
void |
InternalAccessControlResponse.setSessionId(SessionId sessionId)
Sets the session id that matched the corresponding access control request |
| Uses of SessionId in com.cafesoft.cams.agent.http |
|---|
| Methods in com.cafesoft.cams.agent.http that return SessionId | |
|---|---|
SessionId |
CamsHttpAgentRequest.getSessionId(String securityDomain)
Get a SecurityDomain specific SessionId. |
SessionId |
AbstractCamsHttpAgentRequest.getSessionId(String securityDomain)
Get a SecurityDomain specific SessionId. |
SessionId[] |
CamsHttpAgentRequest.getSessionIds()
Get all of the request's SessionIds. |
SessionId[] |
AbstractCamsHttpAgentRequest.getSessionIds()
Get all of the request's SessionIds. |
| Methods in com.cafesoft.cams.agent.http with parameters of type SessionId | |
|---|---|
void |
CamsHttpAgentRequest.addSessionId(SessionId sessionId)
Add a SessionId to the request. |
void |
AbstractCamsHttpAgentRequest.addSessionId(SessionId sessionId)
Add a SessionId to the request. |
void |
CamsHttpAgentRequest.removeSessionId(SessionId sessionId)
Remove a Sessionid from the request. |
void |
AbstractCamsHttpAgentRequest.removeSessionId(SessionId sessionId)
Remove a Sessionid from the request. |
| Uses of SessionId in com.cafesoft.cams.auth |
|---|
| Methods in com.cafesoft.cams.auth that return SessionId | |
|---|---|
SessionId |
AuthResponse.getSessionId()
Get the Session ID. |
| Methods in com.cafesoft.cams.auth with parameters of type SessionId | |
|---|---|
void |
AuthRequest.addSessionId(SessionId id)
Add a SessionId to the AuthRequest. |
void |
InternalAuthResponse.setSessionId(SessionId sessionId)
Set the Session ID. |
| Uses of SessionId in com.cafesoft.cams.session |
|---|
| Methods in com.cafesoft.cams.session that return SessionId | |
|---|---|
SessionId |
AbstractBaseSession.getId()
Get the Session's Id |
SessionId |
Session.getId()
Get the Session's Id |
static SessionId |
SessionId.getInstance(String id)
Creates a SessionId with the specified id. |
static SessionId |
SessionId.getInstance(String clusterName,
String serverName,
String securityDomainName,
String hash)
Creates a SessionId with the specified provider id, security domain name, and hash. |
| Methods in com.cafesoft.cams.session with parameters of type SessionId | |
|---|---|
boolean |
RemoteSessionManager.exists(SessionId sessionId)
Determine if the RemoteSession exists within the RemoteSessionManager. |
RemoteSession |
RemoteSessionManager.getSession(SessionId sessionId)
Get a RemoteSession Attempts to retrieve a RemoteSession from the RemoteSessionManager |
void |
RemoteSessionManager.removeSession(SessionId sessionId)
Remove a RemoteSession Removes the specified RemoteSession from the RemoteSessionManager. |
| Constructors in com.cafesoft.cams.session with parameters of type SessionId | |
|---|---|
AbstractBaseSession(SessionId sessionId,
String securityDomainName,
long creationTime,
long touchTime,
Map authenticationMap,
SessionStatus sessionStatus,
NamespaceMap namespaceMap)
Create an AbstractBaseSession with the given SessionId, creation time, last touch time, AuthenticationMethod Map, Session status, and NamespaceMap |
|
AbstractBaseSession(SessionId sessionId,
String securityDomainName,
long creationTime,
Map authenticationMap)
Create an AbstractBaseSession with the given SessionId and AuthenticationMethod Map |
|
StandardRemoteSession(SessionId sessionId,
String securityDomainName,
long creationTime,
long lastTouchTime,
long idleTime,
Map authenticationMap,
SessionStatus sessionStatus,
NamespaceMap namespaceMap,
String subjectName,
String[] principalNames)
Create a new StandardRemoteSession with the given Session id, creation time, last touch time, idle time, Map of AuthenticationMethods, SessionStatus, NamespaceMap, subject name, and array of principal names |
|
| Uses of SessionId in com.cafesoft.cams.session.access |
|---|
| Methods in com.cafesoft.cams.session.access that return SessionId | |
|---|---|
SessionId |
SessionAccessRequest.getSessionId()
Get the Session ID. |
| Methods in com.cafesoft.cams.session.access with parameters of type SessionId | |
|---|---|
void |
SessionAccessRequest.setSessionId(SessionId sessionId)
Set the Session Id. |
| Uses of SessionId in com.cafesoft.cams.session.control |
|---|
| Methods in com.cafesoft.cams.session.control that return SessionId | |
|---|---|
SessionId |
SessionControlRequest.getSessionId()
Get the Session ID. |
| Methods in com.cafesoft.cams.session.control with parameters of type SessionId | |
|---|---|
void |
SessionControlRequest.setSessionId(SessionId sessionId)
Set the Session ID. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||