Searched refs:session (Results 176 - 200 of 1175) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DHeartbeatMonitor.java55 * The session on which heartbeats are to be monitored.
57 private final Session session; field in class:HeartbeatMonitor
89 * @param session
90 * The session on which heartbeats are to be monitored.
96 String baseDN, Session session, long heartbeatInterval)
101 + ") at " + session.getReadableRemoteAddress());
105 this.session = session;
139 long lastReceiveTime = session.getLastReceiveTime();
146 replicationServerID, session
95 HeartbeatMonitor(int serverID, int replicationServerID, String baseDN, Session session, long heartbeatInterval) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DHeartbeatThread.java39 * This thread publishes a {@link HeartbeatMsg} on a given protocol session at
59 * The session on which heartbeats are to be sent.
61 private final Session session; field in class:HeartbeatThread
80 * @param session The session on which heartbeats are to be sent.
84 public HeartbeatThread(String threadName, Session session, argument
88 this.session = session;
113 "was sent at %d", now, session.getLastPublishTime());
116 if (now > session
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DHeartbeatMonitor.java54 * The session on which heartbeats are to be monitored.
56 private final Session session; field in class:HeartbeatMonitor
88 * @param session
89 * The session on which heartbeats are to be monitored.
95 String baseDN, Session session, long heartbeatInterval)
100 + ") at " + session.getReadableRemoteAddress());
104 this.session = session;
138 long lastReceiveTime = session.getLastReceiveTime();
145 replicationServerID, session
94 HeartbeatMonitor(int serverID, int replicationServerID, String baseDN, Session session, long heartbeatInterval) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DHeartbeatThread.java40 * This thread publishes a heartbeat message on a given protocol session at
58 * The session on which heartbeats are to be sent.
60 private final Session session; field in class:HeartbeatThread
79 * @param session The session on which heartbeats are to be sent.
83 public HeartbeatThread(String threadName, Session session, argument
87 this.session = session;
112 "was sent at %d", now, session.getLastPublishTime());
115 if (now > session
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DHeartbeatMonitor.java55 * The session on which heartbeats are to be monitored.
57 private final Session session; field in class:HeartbeatMonitor
89 * @param session
90 * The session on which heartbeats are to be monitored.
96 String baseDN, Session session, long heartbeatInterval)
101 + ") at " + session.getReadableRemoteAddress());
105 this.session = session;
139 long lastReceiveTime = session.getLastReceiveTime();
146 replicationServerID, session
95 HeartbeatMonitor(int serverID, int replicationServerID, String baseDN, Session session, long heartbeatInterval) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DHeartbeatThread.java40 * This thread publishes a heartbeat message on a given protocol session at
58 * The session on which heartbeats are to be sent.
60 private final Session session; field in class:HeartbeatThread
79 * @param session The session on which heartbeats are to be sent.
83 public HeartbeatThread(String threadName, Session session, argument
87 this.session = session;
112 "was sent at %d", now, session.getLastPublishTime());
115 if (now > session
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DHeartbeatMonitor.java55 * The session on which heartbeats are to be monitored.
57 private final Session session; field in class:HeartbeatMonitor
89 * @param session
90 * The session on which heartbeats are to be monitored.
96 String baseDN, Session session, long heartbeatInterval)
101 + ") at " + session.getReadableRemoteAddress());
105 this.session = session;
139 long lastReceiveTime = session.getLastReceiveTime();
146 replicationServerID, session
95 HeartbeatMonitor(int serverID, int replicationServerID, String baseDN, Session session, long heartbeatInterval) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DHeartbeatThread.java39 * This thread publishes a {@link HeartbeatMsg} on a given protocol session at
59 * The session on which heartbeats are to be sent.
61 private final Session session; field in class:HeartbeatThread
80 * @param session The session on which heartbeats are to be sent.
84 public HeartbeatThread(String threadName, Session session, argument
88 this.session = session;
113 "was sent at %d", now, session.getLastPublishTime());
116 if (now > session
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DHeartbeatMonitor.java54 * The session on which heartbeats are to be monitored.
56 private final Session session; field in class:HeartbeatMonitor
88 * @param session
89 * The session on which heartbeats are to be monitored.
95 String baseDN, Session session, long heartbeatInterval)
100 + ") at " + session.getReadableRemoteAddress());
104 this.session = session;
138 long lastReceiveTime = session.getLastReceiveTime();
145 replicationServerID, session
94 HeartbeatMonitor(int serverID, int replicationServerID, String baseDN, Session session, long heartbeatInterval) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java30 package com.iplanet.dpro.session;
32 import com.iplanet.dpro.session.share.SessionInfo;
33 import com.iplanet.dpro.session.share.SessionNotification;
38 import org.forgerock.openam.session.SessionCache;
45 * <code>NotificationHandler</code> processes the notifications for a session
121 Session session = sessionCache.readSession(sid);
123 if (session == null) {
124 // a new session is created
127 session.update(info);
134 SessionEvent evt = new SessionEvent(session, sno
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DNoSessionActivator.java19 import com.iplanet.dpro.session.service.InternalSession;
20 import com.iplanet.dpro.session.service.SessionService;
25 * Session activator that just destroys the old session and does not create any new session. Used for cases where
26 * OpenAM is being used for authentication only and not session management.
32 * Destroys the existing auth session, but does not activate any new session.
35 * @param sessionService the session service.
36 * @param authSession the session used for authentication.
H A DSessionActivator.java19 import com.iplanet.dpro.session.service.InternalSession;
20 import com.iplanet.dpro.session.service.SessionService;
25 * Encapsulates logic for activating a session after successful authentication. Implements a strategy design pattern
26 * to separate the details of different session activation strategies (e.g., session upgrade).
30 * Activates the given session after successful authentication, returning the an indication of whether activation
31 * was successful. The {@link LoginState} should be updated to reflect the activated session.
34 * @param sessionService the session service.
35 * @param authSession the session used for authentication.
39 * @throws AuthException if an error occurs that prevents session activatio
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DDestroyAllAction.java24 package org.forgerock.openam.session.service;
26 import static org.forgerock.openam.session.SessionConstants.*;
30 import com.iplanet.dpro.session.Session;
31 import com.iplanet.dpro.session.SessionException;
32 import com.iplanet.dpro.session.SessionID;
33 import com.iplanet.dpro.session.service.InternalSession;
34 import com.iplanet.dpro.session.service.QuotaExhaustionAction;
40 import org.forgerock.openam.session.SessionCache;
44 * let the current session to get created, so this way the user will always have
45 * only one session
[all...]
H A DDestroyNextExpiringAction.java23 package org.forgerock.openam.session.service;
25 import static org.forgerock.openam.session.SessionConstants.*;
29 import com.iplanet.dpro.session.Session;
30 import com.iplanet.dpro.session.SessionException;
31 import com.iplanet.dpro.session.SessionID;
32 import com.iplanet.dpro.session.service.InternalSession;
33 import com.iplanet.dpro.session.service.QuotaExhaustionAction;
38 import org.forgerock.openam.session.SessionCache;
77 + "expiring session.", e);
79 // deny the session activatio
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DHeartbeatThread.java36 * This thread publishes a {@link HeartbeatMsg} on a given protocol session at
53 * The session on which heartbeats are to be sent.
55 private final Session session; field in class:HeartbeatThread
74 * @param session The session on which heartbeats are to be sent.
78 public HeartbeatThread(String threadName, Session session, argument
82 this.session = session;
105 "was sent at %d", now, session.getLastPublishTime());
108 if (now > session
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/operations/
H A DServerSessionOperationStrategy.java17 package com.iplanet.dpro.session.operations;
22 import org.forgerock.openam.session.SessionConstants;
25 import com.iplanet.dpro.session.SessionID;
26 import com.iplanet.dpro.session.monitoring.MonitoredOperations;
27 import com.iplanet.dpro.session.monitoring.SessionMonitorType;
28 import com.iplanet.dpro.session.monitoring.SessionMonitoringStore;
29 import com.iplanet.dpro.session.operations.strategies.LocalOperations;
30 import com.iplanet.dpro.session.operations.strategies.StatelessOperations;
49 * <b>CTS</b> - The Session is a remote session, however the Site appears to be down. The request
66 * @param store The store for session monitorin
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DNoSessionActivator.java21 import com.iplanet.dpro.session.service.InternalSession;
22 import com.iplanet.dpro.session.service.SessionService;
25 * Session activator that just destroys the old session and does not create any new session. Used for cases where
26 * OpenAM is being used for authentication only and not session management.
32 * Destroys the existing auth session, but does not activate any new session.
35 * @param sessionService the session service.
36 * @param authSession the session used for authentication.
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DDestroyAllAction.java24 package org.forgerock.openam.session.service;
26 import static org.forgerock.openam.session.SessionConstants.*;
30 import com.iplanet.dpro.session.Session;
31 import com.iplanet.dpro.session.SessionException;
32 import com.iplanet.dpro.session.SessionID;
33 import com.iplanet.dpro.session.service.InternalSession;
34 import com.iplanet.dpro.session.service.QuotaExhaustionAction;
40 import org.forgerock.openam.session.SessionCache;
44 * let the current session to get created, so this way the user will always have
45 * only one session
[all...]
H A DDestroyNextExpiringAction.java23 package org.forgerock.openam.session.service;
25 import static org.forgerock.openam.session.SessionConstants.*;
29 import com.iplanet.dpro.session.Session;
30 import com.iplanet.dpro.session.SessionException;
31 import com.iplanet.dpro.session.SessionID;
32 import com.iplanet.dpro.session.service.InternalSession;
33 import com.iplanet.dpro.session.service.QuotaExhaustionAction;
38 import org.forgerock.openam.session.SessionCache;
77 + "expiring session.", e);
79 // deny the session activatio
[all...]
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/operations/
H A DServerSessionOperationStrategyTest.java16 package com.iplanet.dpro.session.operations;
27 import com.iplanet.dpro.session.SessionException;
28 import com.iplanet.dpro.session.SessionID;
29 import com.iplanet.dpro.session.monitoring.MonitoredOperations;
30 import com.iplanet.dpro.session.monitoring.SessionMonitorType;
31 import com.iplanet.dpro.session.monitoring.SessionMonitoringStore;
32 import com.iplanet.dpro.session.operations.strategies.LocalOperations;
33 import com.iplanet.dpro.session.operations.strategies.StatelessOperations;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/
H A DisRealmChanged.jsm24 const authenticatedRealm = store.getState().session.realm;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sso/providers/stateless/
H A DStatelessSession.java22 import com.iplanet.dpro.session.Session;
23 import com.iplanet.dpro.session.SessionException;
24 import com.iplanet.dpro.session.SessionID;
25 import com.iplanet.dpro.session.TokenRestriction;
26 import com.iplanet.dpro.session.share.SessionBundle;
27 import com.iplanet.dpro.session.share.SessionInfo;
31 * The <code>StatelessSession</code> class represents a stateless session. It is a simple overridden version of
68 * Only a value of true will cause Session#isTimedOut to refresh the session, where timeout calculations should be performed.
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/sessions/
H A DSessionsTable.jsx26 _.find(dataList, (data) => data.sessionHandle === store.getState().session.sessionHandle);
49 handleDeleteRow (session) {
50 this.props.onSessionsInvalidate([session]);
65 handleSelectRow (session, checked) {
66 const updated = checked ? this.state.checked.concat(session) : _.without(this.state.checked, session);
71 const isChecked = (session) => _.includes(this.state.checked, session);
109 { _.map(this.props.data, (session) =>
111 checked={ isChecked(session) }
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/sso/providers/dpro/
H A DSSOTokenImpl.java32 import com.iplanet.dpro.session.Session;
33 import com.iplanet.dpro.session.SessionException;
34 import com.iplanet.dpro.session.SessionListener;
42 import org.forgerock.openam.session.SessionURL;
50 import static org.forgerock.openam.session.SessionConstants.INACTIVE;
51 import static org.forgerock.openam.session.SessionConstants.VALID;
63 /** session */
64 private Session session; field in class:SSOTokenImpl
83 * @param session
84 * @see com.iplanet.dpro.session
87 SSOTokenImpl(Session session) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DServerWriter.java58 private final Session session; field in class:ServerWriter
68 * @param session
75 public ServerWriter(Session session, ServerHandler handler, argument
84 + ((session != null) ? session.getReadableRemoteAddress()
87 this.session = session;
142 session.getReadableRemoteAddress(),
150 session.getReadableRemoteAddress()));
170 session
[all...]

Completed in 168 milliseconds

1234567891011>>