Searched refs:session (Results 626 - 650 of 1175) sorted by relevance

<<21222324252627282930>>

/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtilsTest.java16 package com.iplanet.dpro.session.service;
18 import com.iplanet.dpro.session.Session;
19 import com.iplanet.dpro.session.SessionID;
H A DSessionServerConfigTest.java1 package com.iplanet.dpro.session.service;
7 import org.forgerock.openam.session.SessionServiceURLService;
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/service/
H A DDefaultSessionActivatorTest.java37 import com.iplanet.dpro.session.SessionID;
38 import com.iplanet.dpro.session.service.InternalSession;
39 import com.iplanet.dpro.session.service.SessionService;
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/session/service/access/persistence/
H A DInternalSessionStoreChainTest.java17 package org.forgerock.openam.session.service.access.persistence;
34 import com.iplanet.dpro.session.SessionID;
35 import com.iplanet.dpro.session.service.InternalSession;
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/session/stateless/cache/
H A DStatelessJWTCacheTest.java16 package org.forgerock.openam.session.stateless.cache;
27 import org.forgerock.openam.session.stateless.StatelessConfig;
33 import com.iplanet.dpro.session.share.SessionInfo;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityTokenManagerImpl.java37 import com.sun.identity.plugin.session.SessionManager;
61 * @param sessionID the session id.
66 Object session =
68 securityTokenManager = new SecurityTokenManager(session);
131 * @param invocatorSession the session identifier
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/jaxrpc/
H A DLibertyManagerClient.java43 import com.sun.identity.plugin.session.SessionException;
44 import com.sun.identity.plugin.session.SessionManager;
45 import com.sun.identity.plugin.session.SessionProvider;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java100 import com.sun.identity.plugin.session.SessionProvider;
101 import com.sun.identity.plugin.session.SessionManager;
102 import com.sun.identity.plugin.session.SessionException;
229 Object session = null;
231 session = newSession;
232 auditor.setSSOTokenId(session);
235 session = sessionProvider.getSession(request);
237 auditor.setAuthTokenId(session);
242 classMethod + "No session yet.");
255 LogUtil.RECEIVED_AUTHN_REQUEST, logdata, session);
388 sendResponseToACS(HttpServletRequest request, HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnReq, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String relayState, AuthnContext matchingAuthnContext) argument
536 setCOTCookie( HttpServletRequest request, HttpServletResponse response, String acsBinding, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String relayState, String acsURL, Response res, Object session) argument
692 sendResponse( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String acsBinding, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String relayState, String acsURL, Response res, Object session) argument
783 getResponse( HttpServletRequest request, Object session, AuthnRequest authnReq, String recipientEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String acsURL, String affiliationID, AuthnContext matchingAuthnContext) argument
871 getAssertion( HttpServletRequest request, Object session, AuthnRequest authnReq, String recipientEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String acsURL, String affiliationID, AuthnContext matchingAuthnContext) argument
1137 getAuthnStatement( HttpServletRequest request, Object session, NewBoolean isNewSessionIndex, AuthnRequest authnReq, String idpEntityID, String realm, AuthnContext matchingAuthnContext) argument
1262 getAttributeStatement( Object session, String idpEntityID, String recipientEntityID, String realm) argument
1449 getSubject(Object session, AuthnRequest authnReq, String acsURL, String nameIDFormat, String realm, String idpEntityID, String recipientEntityID, int effectiveTime, String affiliationID) argument
2034 sendResponseArtifact(HttpServletRequest request, HttpServletResponse response, String idpEntityID, String spEntityID, String realm, String acsURL, String relayState, Response res, Object session, Map props) argument
2230 getSessionIndex(Object session) argument
3024 isValidSessionInRealm(String realm, Object session) argument
[all...]
H A DDiscoveryBootstrap.java52 import com.sun.identity.plugin.session.SessionManager;
53 import com.sun.identity.plugin.session.SessionException;
88 private Object session = null; field in class:DiscoveryBootstrap
92 * @param session session of the user.
100 public DiscoveryBootstrap(Object session, Subject sub, argument
104 this.session = session;
153 values = SessionManager.getProvider().getProperty(session,
232 discoEntryList, null, invocatorSession, wscID, session);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java102 import com.sun.identity.plugin.session.SessionProvider;
103 import com.sun.identity.plugin.session.SessionManager;
104 import com.sun.identity.plugin.session.SessionException;
233 Object session = null;
235 session = newSession;
236 auditor.setSSOTokenId(session);
239 session = sessionProvider.getSession(request);
241 auditor.setAuthTokenId(session);
246 classMethod + "No session yet.");
259 LogUtil.RECEIVED_AUTHN_REQUEST, logdata, session);
392 sendResponseToACS(HttpServletRequest request, HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnReq, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String relayState, AuthnContext matchingAuthnContext) argument
540 setCOTCookie( HttpServletRequest request, HttpServletResponse response, String acsBinding, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String relayState, String acsURL, Response res, Object session) argument
701 sendResponse( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String acsBinding, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String relayState, String acsURL, Response res, Object session) argument
792 getResponse( HttpServletRequest request, Object session, AuthnRequest authnReq, String recipientEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String acsURL, String affiliationID, AuthnContext matchingAuthnContext) argument
880 getAssertion( HttpServletRequest request, Object session, AuthnRequest authnReq, String recipientEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String acsURL, String affiliationID, AuthnContext matchingAuthnContext) argument
1147 getAuthnStatement( HttpServletRequest request, Object session, NewBoolean isNewSessionIndex, AuthnRequest authnReq, String idpEntityID, String realm, AuthnContext matchingAuthnContext, String metaAlias) argument
1293 getAttributeStatement( Object session, String idpEntityID, String recipientEntityID, String realm) argument
1480 getSubject(Object session, AuthnRequest authnReq, String acsURL, String nameIDFormat, String realm, String idpEntityID, String recipientEntityID, int effectiveTime, String affiliationID) argument
2067 sendResponseArtifact(HttpServletRequest request, HttpServletResponse response, String idpEntityID, String spEntityID, String realm, String acsURL, String relayState, Response res, Object session, Map props) argument
2263 getSessionIndex(Object session) argument
3057 isValidSessionInRealm(String realm, Object session) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingTest.java182 TestBroker session = new TestBroker(opList);
185 boolean result = rd1.buildAndPublishMissingChanges(csn, session);
197 session = new TestBroker(opList);
199 result = rd1.buildAndPublishMissingChanges(fromCSN, session);
281 TestBroker session = new TestBroker(opList);
286 boolean result = rd1.buildAndPublishMissingChanges(csn, session);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingTest.java182 TestBroker session = new TestBroker(opList);
185 boolean result = rd1.buildAndPublishMissingChanges(csn, session);
197 session = new TestBroker(opList);
199 result = rd1.buildAndPublishMissingChanges(fromCSN, session);
281 TestBroker session = new TestBroker(opList);
286 boolean result = rd1.buildAndPublishMissingChanges(csn, session);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingTest.java203 TestBroker session = new TestBroker(opList);
206 boolean result = rd1.buildAndPublishMissingChanges(csn, session);
218 session = new TestBroker(opList);
220 result = rd1.buildAndPublishMissingChanges(fromCSN, session);
301 TestBroker session = new TestBroker(opList);
306 boolean result = rd1.buildAndPublishMissingChanges(csn, session);
H A DAssuredReplicationPluginTest.java204 // heartbeat = 10 min so no need to emulate heartbeat in fake RS: session
207 // heartbeat = 10 min so no need to emulate heartbeat in fake RS: session
249 // heartbeat = 10 min so no need to emulate heartbeat in fake RS: session
275 private Session session; field in class:AssuredReplicationPluginTest.FakeReplicationServer
383 // Create client session
386 session = replSessionSecurity.createServerSession(newSocket,
388 if (session == null) // Error, go back to accept
415 StaticUtils.close(session);
433 ServerStartMsg serverStartMsg = waitForSpecificMsg(session, ServerStartMsg.class);
446 session
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java98 private volatile Session session = null; field in class:ReplicationBroker
138 * A thread to monitor heartbeats on the session.
201 * the session is re-established or destroyed. The monitor provider can only
212 * when negotiating the session with the replicationServer.
214 * when negotiating the session with the replicationServer.
216 * when negotiating the session with the replicationServer.
222 * @param replSessionSecurity The session security configuration.
908 from a previous session.
955 // Compute in which status we are starting the session to tell the RS
962 // Perform session star
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java92 private volatile Session session = null; field in class:ReplicationBroker
135 * A thread to monitor heartbeats on the session.
198 * the session is re-established or destroyed. The monitor provider can only
209 * when negotiating the session with the replicationServer.
211 * when negotiating the session with the replicationServer.
213 * when negotiating the session with the replicationServer.
219 * @param replSessionSecurity The session security configuration.
908 from a previous session.
954 // Compute in which status we are starting the session to tell the RS
961 // Perform session star
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java98 private volatile Session session = null; field in class:ReplicationBroker
138 * A thread to monitor heartbeats on the session.
201 * the session is re-established or destroyed. The monitor provider can only
212 * when negotiating the session with the replicationServer.
214 * when negotiating the session with the replicationServer.
216 * when negotiating the session with the replicationServer.
222 * @param replSessionSecurity The session security configuration.
908 from a previous session.
955 // Compute in which status we are starting the session to tell the RS
962 // Perform session star
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionAuditor.java16 package com.iplanet.dpro.session.service;
23 import com.iplanet.dpro.session.share.SessionInfo;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/core/guice/
H A DCoreGuiceModule.java62 import org.forgerock.openam.session.SessionCache;
63 import org.forgerock.openam.session.SessionCookies;
64 import org.forgerock.openam.session.SessionPollerPool;
65 import org.forgerock.openam.session.SessionServiceURLService;
66 import org.forgerock.openam.session.SessionURL;
67 import org.forgerock.openam.session.blacklist.BloomFilterSessionBlacklist;
68 import org.forgerock.openam.session.blacklist.CTSSessionBlacklist;
69 import org.forgerock.openam.session.blacklist.CachingSessionBlacklist;
70 import org.forgerock.openam.session.blacklist.NoOpSessionBlacklist;
71 import org.forgerock.openam.session
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DSAMLBase.java41 protected void logError(Level logLevel, String logId, Object session, Map properties, String... data) { argument
42 LogUtil.error(logLevel, logId, data, session, properties);
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DSessionServerConfigTest.java1 package com.iplanet.dpro.session.service;
7 import org.forgerock.openam.session.SessionServiceURLService;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryClient.java70 private Object session = null; field in class:DiscoveryClient
134 * @param session session of the <code>WSC</code>
138 Object session,
143 this.session = session;
154 * @param session session of the <code>WSC</code>
159 Object session,
165 this.session
137 DiscoveryClient(ResourceOffering resourceOffering, Object session, String providerID) argument
158 DiscoveryClient(ResourceOffering resourceOffering, Object session, String providerID, List assertions) argument
[all...]
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DIDMAuthModule.java26 import org.forgerock.jaspi.modules.session.jwt.JwtSessionModule;
27 import org.forgerock.jaspi.modules.session.openam.OpenAMSessionModule;
/forgerock/openam/openam-authentication/openam-auth-persistentcookie/src/test/java/org/forgerock/openam/authentication/modules/persistentcookie/
H A DPersistentCookieWrapperTest.java30 import org.forgerock.jaspi.modules.session.jwt.JwtSessionModule;
31 import org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java17 package org.forgerock.openam.core.rest.session;
71 import org.forgerock.openam.core.rest.session.action.ActionHandler;
72 import org.forgerock.openam.core.rest.session.action.DeletePropertyActionHandler;
73 import org.forgerock.openam.core.rest.session.action.GetIdleTimeActionHandler;
74 import org.forgerock.openam.core.rest.session.action.GetMaxIdleTimeActionHandler;
75 import org.forgerock.openam.core.rest.session.action.GetMaxSessionTimeActionHandler;
76 import org.forgerock.openam.core.rest.session.action.GetPropertyActionHandler;
77 import org.forgerock.openam.core.rest.session.action.GetPropertyNamesActionHandler;
78 import org.forgerock.openam.core.rest.session.action.GetTimeLeftActionHandler;
79 import org.forgerock.openam.core.rest.session
[all...]

Completed in 91 milliseconds

<<21222324252627282930>>