Searched refs:session (Results 451 - 475 of 1175) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DMockInternalSession.java29 package com.iplanet.dpro.session.service;
H A DTestClusterStateService.java29 package com.iplanet.dpro.session.service;
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/api/fields/
H A DSessionTokenFieldTest.java25 import com.iplanet.dpro.session.service.InternalSession;
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/session/service/
H A DNonExpiringSessionManagerTest.java17 package org.forgerock.openam.session.service;
29 import org.forgerock.openam.session.service.NonExpiringSessionManager;
38 import com.iplanet.dpro.session.SessionID;
39 import com.iplanet.dpro.session.service.InternalSession;
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/sso/providers/stateless/
H A DStatelessSessionManagerTest.java18 import com.iplanet.dpro.session.SessionID;
19 import com.iplanet.dpro.session.service.SessionServerConfig;
20 import com.iplanet.dpro.session.service.SessionServiceConfig;
21 import org.forgerock.openam.session.stateless.cache.StatelessJWTCache;
76 * could break agents and other software that expects to be able to decode session ids), we instead work around
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DActionHandler.java17 package org.forgerock.openam.core.rest.session.action;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DLogUtil.java140 * @param session the User's session object
143 String data[], Object session) {
146 logger.access(level, msgid, data, session);
192 * @param session the User's Session object.
195 String data[], Object session) {
198 logger.error(level, msgid, data, session);
142 access(Level level, String msgid, String data[], Object session) argument
194 error(Level level, String msgid, String data[], Object session) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/
H A DSessionException.java29 package com.sun.identity.plugin.session;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DLogUtils.java255 * @param session the user's session object.
258 String data[], Object session) {
260 logger.access(level, msgId, data, session);
284 * @param session the user's session object.
287 String data[], Object session) {
289 logger.error(level, msgId, data, session);
257 access(Level level, String msgId, String data[], Object session) argument
286 error(Level level, String msgId, String data[], Object session) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPRPSignoutRequest.java31 import com.sun.identity.plugin.session.SessionException;
108 Object session = null;
111 session = WSFederationUtils.sessionProvider.getSession(request);
117 // Don't care too much about session exceptions here - usual cause
118 // is trying to log out after the session has expired
144 if ( session != null )
147 getProperty(session, WSFederationConstants.SESSION_IDP);
177 getProperty(session, WSFederationConstants.SESSION_SP_LIST);
208 // Can't remove a session property, so just set it to
211 WSFederationUtils.sessionProvider.setProperty(session,
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-jsch.jar ... %3E" <init> (com.jcraft.jsch.Session) com.jcraft.jsch.Session session public void ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-jsch.jar ... %3E" <init> (com.jcraft.jsch.Session) com.jcraft.jsch.Session session public void ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-jsch.jar ... %3E" <init> (com.jcraft.jsch.Session) com.jcraft.jsch.Session session public void ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-jsch.jar ... %3E" <init> (com.jcraft.jsch.Session) com.jcraft.jsch.Session session public void ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-jsch.jar ... %3E" <init> (com.jcraft.jsch.Session) com.jcraft.jsch.Session session public void ...
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java170 // Create the session
172 session = new SnmpSession("Get V" + version + " session");
176 session.snmpOptions.setPduFixedOnError(false);
208 session.setDefaultPeer(agent);
221 // Create the session
223 session = new SnmpSession(
226 "Get V3 session",
230 // associated to the session. Other objects might need
233 final SnmpEngine engine = session
583 SnmpSession session = null; field in class:SNMPGet
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java169 // Create the session
171 session = new SnmpSession("Get V" + version + " session");
175 session.snmpOptions.setPduFixedOnError(false);
207 session.setDefaultPeer(agent);
220 // Create the session
222 session = new SnmpSession(
225 "Get V3 session",
229 // associated to the session. Other objects might need
232 final SnmpEngine engine = session
582 SnmpSession session = null; field in class:SNMPGet
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java170 // Create the session
172 session = new SnmpSession("Get V" + version + " session");
176 session.snmpOptions.setPduFixedOnError(false);
208 session.setDefaultPeer(agent);
221 // Create the session
223 session = new SnmpSession(
226 "Get V3 session",
230 // associated to the session. Other objects might need
233 final SnmpEngine engine = session
583 SnmpSession session = null; field in class:SNMPGet
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java170 // Create the session
172 session = new SnmpSession("Get V" + version + " session");
176 session.snmpOptions.setPduFixedOnError(false);
208 session.setDefaultPeer(agent);
221 // Create the session
223 session = new SnmpSession(
226 "Get V3 session",
230 // associated to the session. Other objects might need
233 final SnmpEngine engine = session
583 SnmpSession session = null; field in class:SNMPGet
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java169 // Create the session
171 session = new SnmpSession("Get V" + version + " session");
175 session.snmpOptions.setPduFixedOnError(false);
207 session.setDefaultPeer(agent);
220 // Create the session
222 session = new SnmpSession(
225 "Get V3 session",
229 // associated to the session. Other objects might need
232 final SnmpEngine engine = session
582 SnmpSession session = null; field in class:SNMPGet
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DDataServerHandler.java75 * @param session The session opened with the remote data server.
81 Session session,
86 super(session, queueSize, replicationServer, rcvWindowSize);
157 // So simply close the session, this will make the hang up appear
159 if (session != null
166 session.publish(new StopMsg());
170 // Anyway, going to close session, so nothing to do
174 // NOT_CONNECTED_STATUS is the last one in RS session life: handler
187 * When raised by the underlying session
80 DataServerHandler( Session session, int queueSize, ReplicationServer replicationServer, int rcvWindowSize) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java110 // Build the session. A session creates, controls and
115 final SnmpSession session =
116 new SnmpSession("SyncManager session");
120 // agent is not specified, the session will perform the service
123 session.setDefaultPeer(agent);
139 SnmpRequest request = session.snmpGetNextRequest(null, list);
169 // Nicely stop the session
171 session.destroySession();
240 // Build the session
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java109 // Build the session. A session creates, controls and
114 final SnmpSession session =
115 new SnmpSession("SyncManager session");
119 // agent is not specified, the session will perform the service
122 session.setDefaultPeer(agent);
138 SnmpRequest request = session.snmpGetNextRequest(null, list);
168 // Nicely stop the session
170 session.destroySession();
239 // Build the session
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java110 // Build the session. A session creates, controls and
115 final SnmpSession session =
116 new SnmpSession("SyncManager session");
120 // agent is not specified, the session will perform the service
123 session.setDefaultPeer(agent);
139 SnmpRequest request = session.snmpGetNextRequest(null, list);
169 // Nicely stop the session
171 session.destroySession();
240 // Build the session
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java109 // Build the session. A session creates, controls and
114 final SnmpSession session =
115 new SnmpSession("SyncManager session");
119 // agent is not specified, the session will perform the service
122 session.setDefaultPeer(agent);
138 SnmpRequest request = session.snmpGetNextRequest(null, list);
168 // Nicely stop the session
170 session.destroySession();
239 // Build the session
[all...]

Completed in 326 milliseconds

<<11121314151617181920>>