Searched refs:session (Results 151 - 175 of 1175) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/activators/
H A DForceAuthSessionActivator.java19 import com.iplanet.dpro.session.service.InternalSession;
20 import com.iplanet.dpro.session.service.SessionService;
28 * The force auth session activator: creates a new session, sets that as the current session
29 * (setSessionProperties in loginState then replaces that with the old session),
30 * copies in properties from the auth session, deletes the auth session and returns.
48 throw new AuthException("Invalid session to activate.");
51 final InternalSession session
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DSessionTimeoutHandler.java25 package org.forgerock.openam.session.service;
32 * is created upon session timeout. The listed methods are called just before
33 * the session gets removed, so it is safe to use the passed in {@link SSOToken}
45 * @param token The {@link SSOToken} instance for the timed out session
52 * @param token The {@link SSOToken} instance for the timed out session
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DBlindHostnameVerifier.java39 public boolean verify(String hostname, SSLSession session) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/
H A DLogger.java70 * @param session the User's session object
77 Object session) throws LogException;
85 * @param session Session object (it could be null)
93 Object session,
114 * @param session the User's Session object.
118 Object session) throws LogException;
125 * @param session Session object (it could be null)
133 Object session,
74 access(Level level, String messageID, String data[], Object session) argument
89 access( Level level, String msgid, String data[], Object session, Map props) argument
117 error(Level level,String messageId,String data[], Object session) argument
129 error( Level level, String msgid, String data[], Object session, Map props) argument
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAQRScanViewController.m36 self.session = [[AVCaptureSession alloc] init];
42 self.session = nil;
46 [self.session addInput:input];
48 AVCaptureVideoPreviewLayer* preview = [[AVCaptureVideoPreviewLayer alloc] initWithSession:self.session];
52 [self.session startRunning];
59 if (self.session) {
61 [self.session addOutput:output];
88 [self.session stopRunning];
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DAMSessionRepositoryGetInstanceTest.java30 package com.iplanet.dpro.session.service;
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/
H A DCoreTokenConfigTest.java18 import com.iplanet.dpro.session.service.InternalSession;
30 InternalSession session = mock(InternalSession.class);
32 given(session.getUUID()).willReturn(badger);
38 String result = config.getUserId(session);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/session/
H A DSMViewBeanBase.java29 package com.sun.identity.console.session;
41 * Creates a session view bean base.
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DSessionMonitoringTimingStoreFactory.java16 package com.iplanet.dpro.session.monitoring;
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DQuotaExhaustionAction.java31 package com.iplanet.dpro.session.service;
36 * Interface to define the resulting behavior when the session quota is exhausted.
43 * Performs an action, when the session quota is exhausted. The action implementation should destroy at least one
44 * session (either by destroying an old session, or rejecting the new one) in order to adhere the session quota.
48 * @return <code>true</code> if the session activation request should be rejected, <code>false</code> otherwise
H A DSessionConstants.java16 package com.iplanet.dpro.session.service;
27 * Session service attribute to enable/disable session blacklisting.
29 public static final String SESSION_BLACKLIST_ENABLED_ATTR = "openam-session-stateless-enable-session-blacklisting";
32 * Session service attribute for the size of the cache to maintain for session blacklisting.
34 public static final String SESSION_BLACKLIST_CACHE_SIZE_ATTR = "openam-session-stateless-blacklist-cache-size";
37 * Session service attribute for the interval (in seconds) at which to poll the CTS for session blacklist changes.
40 "openam-session-stateless-blacklist-poll-interval";
43 * Session service attribute for delay (in minutes) before purging elements from the session blacklist, after
46 public static final String SESSION_BLACKLIST_PURGE_DELAY_ATTR = "openam-session
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/
H A DSessionUpgradeHandler.java18 import com.iplanet.dpro.session.service.InternalSession;
22 * in user during a session upgrade.
27 * Allows execution of custom logic during a session upgrade to ensure that internal data structures are properly
28 * maintained during a session upgrade.
30 * @param oldSession The old session that is about to be upgraded.
31 * @param newSession The just activated new session.
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/activators/
H A DForceAuthSessionActivator.java21 import com.iplanet.dpro.session.service.InternalSession;
22 import com.iplanet.dpro.session.service.SessionService;
28 * The force auth session activator: creates a new session, sets that as the current session
29 * (setSessionProperties in loginState then replaces that with the old session),
30 * copies in properties from the auth session, deletes the auth session and returns.
47 throw new AuthException("Invalid session to activate.");
49 final InternalSession session
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionMeta.java28 package org.forgerock.openam.session;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DSessionTimeoutHandler.java25 package org.forgerock.openam.session.service;
32 * is created upon session timeout. The listed methods are called just before
33 * the session gets removed, so it is safe to use the passed in {@link SSOToken}
45 * @param token The {@link SSOToken} instance for the timed out session
52 * @param token The {@link SSOToken} instance for the timed out session
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/
H A DSessionPersistenceException.java17 package org.forgerock.openam.session.service.access.persistence;
20 * Represents an issue that has occurred when persisting a session.
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DAMSessionRepositoryGetInstanceTest.java30 package com.iplanet.dpro.session.service;
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/
H A DCoreTokenConfigTest.java18 import com.iplanet.dpro.session.service.InternalSession;
30 InternalSession session = mock(InternalSession.class);
32 given(session.getUUID()).willReturn(badger);
38 String result = config.getUserId(session);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/
H A DLogger.java70 * @param session the User's session object
77 Object session) throws LogException;
85 * @param session Session object (it could be null)
93 Object session,
114 * @param session the User's Session object.
118 Object session) throws LogException;
125 * @param session Session object (it could be null)
133 Object session,
74 access(Level level, String messageID, String data[], Object session) argument
89 access( Level level, String msgid, String data[], Object session, Map props) argument
117 error(Level level,String messageId,String data[], Object session) argument
129 error( Level level, String msgid, String data[], Object session, Map props) argument
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/store/reducers/
H A Dsession.jsm29 const session = function (state = initialState, action) {
45 export default session;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/impl/
H A DFedletLogger.java93 * @param session the User's session object
99 Object session
101 access(level, messageId, data, session, null);
109 * @param session Session object (it could be null)
117 Object session,
122 formatMessage(messageId, data, session));
128 Object session) {
135 if (session != null) {
136 messageId = messageId + "\n{" + session
113 access( Level level, String messageId, String data[], Object session, Map props) argument
127 formatMessage(String messageId, String[] param, Object session) argument
162 error(Level level, String messageId, String data[], Object session) argument
176 error( Level level, String messageId, String data[], Object session, Map props) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DIdentityProviderDiscoveryUtils.cs51 /// Name of the session attribute used for IDP discovery.
56 /// Name of the session attribute used for storing and recovering
103 /// being managed by a session variable tracking cirlce of trusts
107 /// <param name="context">HttpContext containing session, request, and response objects.</param>
113 HttpSessionState session = context.Session;
116 ArrayList cotList = (ArrayList)session[IdentityProviderDiscoveryUtils.CommonDomainDiscoverySessionAttribute];
138 session[IdentityProviderDiscoveryUtils.CommonDomainDiscoverySessionAttribute] = cotList;
150 /// <param name="context">HttpContext containing session, request, and response objects.</param>
157 // the query information already saved to the session.
175 /// Resets all session variable
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DIdentityProviderDiscoveryUtils.cs51 /// Name of the session attribute used for IDP discovery.
56 /// Name of the session attribute used for storing and recovering
103 /// being managed by a session variable tracking cirlce of trusts
107 /// <param name="context">HttpContext containing session, request, and response objects.</param>
113 HttpSessionState session = context.Session;
116 ArrayList cotList = (ArrayList)session[IdentityProviderDiscoveryUtils.CommonDomainDiscoverySessionAttribute];
138 session[IdentityProviderDiscoveryUtils.CommonDomainDiscoverySessionAttribute] = cotList;
150 /// <param name="context">HttpContext containing session, request, and response objects.</param>
157 // the query information already saved to the session.
175 /// Resets all session variable
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/impl/
H A DFedletLogger.java93 * @param session the User's session object
99 Object session
101 access(level, messageId, data, session, null);
109 * @param session Session object (it could be null)
117 Object session,
122 formatMessage(messageId, data, session));
128 Object session) {
135 if (session != null) {
136 messageId = messageId + "\n{" + session
113 access( Level level, String messageId, String data[], Object session, Map props) argument
127 formatMessage(String messageId, String[] param, Object session) argument
162 error(Level level, String messageId, String data[], Object session) argument
176 error( Level level, String messageId, String data[], Object session, Map props) argument
[all...]
/forgerock/opendj-b2.6/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...]

Completed in 116 milliseconds

1234567891011>>