Searched refs:session (Results 401 - 425 of 1175) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/authorisation/
H A DSessionChangeAuthorizer.java16 package org.forgerock.openam.session.authorisation;
24 import com.iplanet.dpro.session.Session;
25 import com.iplanet.dpro.session.SessionException;
26 import com.iplanet.dpro.session.SessionID;
27 import com.iplanet.dpro.session.service.SessionState;
28 import com.iplanet.dpro.session.share.SessionBundle;
40 import org.forgerock.openam.session.SessionConstants;
44 * Session Change Authorizer acts as a mini authorisation manager for changes to a session that need to be
59 * @param debug The session debug instance.
71 * Gets the organisations assigned to the session subjec
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResourceUtil.java17 package org.forgerock.openam.core.rest.session;
27 import com.iplanet.dpro.session.share.SessionInfo;
37 import org.forgerock.openam.core.rest.session.query.SessionQueryManager;
38 import org.forgerock.openam.session.SessionConstants;
130 LOGGER.message("SessionResource.generateNmaedServerSession :: retrieved session list for server, " +
142 LOGGER.message("SessionResource.generateNmaedServerSession :: retrieved session list for all servers.");
197 * @param session The session Info
200 public JsonValue jsonValueOf(SessionInfo session) { argument
203 field(HEADER_USER_ID, session
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPSigninRequest.java32 import com.sun.identity.plugin.session.SessionException;
33 import com.sun.identity.plugin.session.SessionProvider;
108 Object session = null;
155 // get the user sso session from the request
157 session = WSFederationUtils.sessionProvider.getSession(request);
161 classMethod + "Unable to retrieve user session.");
163 session = null;
166 if (session == null) {
172 String sessionRealm = getSessionRealm(session);
173 // If we are in the same realm as the users existing session the
261 sendResponse(Object session, String idpEntityId, String spEntityId, String idpMetaAlias, String realm) argument
539 getSessionRealm(Object session) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/
H A DSessionPersistenceStore.java17 package org.forgerock.openam.session.service.access.persistence;
19 import static org.forgerock.openam.session.SessionConstants.*;
47 import org.forgerock.openam.dpro.session.PartialSession;
48 import org.forgerock.openam.dpro.session.PartialSessionFactory;
50 import org.forgerock.openam.session.SessionConstants;
61 import com.iplanet.dpro.session.SessionException;
62 import com.iplanet.dpro.session.SessionID;
63 import com.iplanet.dpro.session.service.InternalSession;
64 import com.iplanet.dpro.session.service.SessionConstraint;
65 import com.iplanet.dpro.session
119 save(InternalSession session) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DServerReader.java60 private final Session session; field in class:ServerReader
66 * @param session
71 public ServerReader(Session session, ServerHandler handler) argument
75 + session.getReadableRemoteAddress());
76 this.session = session;
102 final ReplicationMsg msg = session.receive();
235 TRACER.debugInfo("In " + getName() + " closing the session");
237 session.close();
277 session
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DServerReader.java60 private final Session session; field in class:ServerReader
66 * @param session
71 public ServerReader(Session session, ServerHandler handler) argument
75 + session.getReadableRemoteAddress());
76 this.session = session;
102 final ReplicationMsg msg = session.receive();
235 TRACER.debugInfo("In " + getName() + " closing the session");
237 session.close();
277 session
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DSSOTaskHandler.java130 // Invalidate the HTTP session if this session binding is enabled
133 // Don't create a session if one doesn't already exist.
135 HttpSession session = request.getSession(false);
136 if (session != null) {
138 // invalidate the current session before storing the new
139 // userDN in a new session
140 String currentUserDN = (String)session.getAttribute(HTTPSESSION_BINDING_ATTRIBUTE);
141 // If null then we have not recorded the user in the session yet
144 session
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/process/
H A DSessionExpiryBatchHandler.java18 import static org.forgerock.openam.session.SessionEventType.IDLE_TIMEOUT;
19 import static org.forgerock.openam.session.SessionEventType.MAX_TIMEOUT;
34 import org.forgerock.openam.session.SessionEventType;
44 import com.iplanet.dpro.session.operations.strategies.LocalOperations;
45 import com.iplanet.dpro.session.service.InternalSession;
46 import com.iplanet.dpro.session.service.InternalSessionEventBroker;
47 import com.iplanet.dpro.session.service.SessionConstraint;
48 import com.iplanet.dpro.session.service.SessionService;
49 import com.iplanet.dpro.session.service.SessionServiceConfig;
50 import com.sun.identity.session
[all...]
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/operations/strategies/
H A DStatelessOperationsTest.java17 package com.iplanet.dpro.session.operations.strategies;
28 import org.forgerock.openam.session.SessionEventType;
29 import org.forgerock.openam.session.authorisation.SessionChangeAuthorizer;
38 import com.iplanet.dpro.session.Session;
39 import com.iplanet.dpro.session.SessionException;
40 import com.iplanet.dpro.session.SessionID;
41 import com.iplanet.dpro.session.SessionTimedOutException;
42 import com.iplanet.dpro.session.service.SessionAuditor;
43 import com.iplanet.dpro.session.service.SessionLogging;
44 import com.iplanet.dpro.session
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java43 import com.sun.identity.plugin.session.SessionManager;
44 import com.sun.identity.plugin.session.SessionException;
120 * @param session Single sign-on session.
126 public List getAttributes(Object session, String hostEntityID, String remoteEntityID, String realm) argument
137 if (session == null) {
144 if (!SessionManager.getProvider().isValid(session)) {
145 debug.warning(debugMethod + "Invalid session.");
165 if (!isIgnoredProfile(session, realm)) {
182 SessionManager.getProvider().getPrincipalName(session), stringAttribute
311 isIgnoredProfile(Object session, String realm) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSAML2SingleLogoutHandler.java32 import com.sun.identity.plugin.session.SessionException;
33 import com.sun.identity.plugin.session.SessionManager;
34 import com.sun.identity.plugin.session.SessionProvider;
73 * session shall not be destroyed by the SPI implementation. In cases of
78 * - logout single session (specified by userSession parameter)
79 * - logout a list of session (specified by userSession parameter)
86 * @param userSession Set of user session objects (java.lang.Object) to be
148 // no session for this protocol
163 "userID=" + userID + ", session=" + userSession +
258 * Returns true if the user session i
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSAML2SingleLogoutHandler.java32 import com.sun.identity.plugin.session.SessionException;
33 import com.sun.identity.plugin.session.SessionManager;
34 import com.sun.identity.plugin.session.SessionProvider;
73 * session shall not be destroyed by the SPI implementation. In cases of
78 * - logout single session (specified by userSession parameter)
79 * - logout a list of session (specified by userSession parameter)
86 * @param userSession Set of user session objects (java.lang.Object) to be
148 // no session for this protocol
163 "userID=" + userID + ", session=" + userSession +
258 * Returns true if the user session i
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java46 import com.sun.identity.plugin.session.SessionManager;
47 import com.sun.identity.plugin.session.SessionProvider;
108 * For managing session statistics.
237 * @return session object associated with the request ID
348 * Sets session list.
361 * Removes session list associated with <code>userID</code>.
373 * Returns session with <code>sessionID</code> for <code>userID</code>.
375 * @param sessionID session ID
385 FSSession session = (FSSession)i.next ();
386 if (session
493 removeSession(String userID, FSSession session) argument
518 addSession(String userID, FSSession session) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DServerHandler.java85 * Close the session and log the provided error message
87 * @param providedSession The provided closing session.
89 * @param handler The handler that manages that session.
99 " closing session with err=" +
119 * The session opened with the remote server.
121 protected Session session; field in class:ServerHandler
240 * @param session The Session used by the ServerHandler to
250 Session session,
259 this.session = session;
249 ServerHandler( Session session, int queueSize, String replicationServerURL, int replicationServerId, ReplicationServer replicationServer, int rcvWindowSize) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DServerHandler.java87 * Close the session and log the provided error message
89 * @param providedSession The provided closing session.
91 * @param handler The handler that manages that session.
101 " closing session with err=" +
121 * The session opened with the remote server.
123 protected Session session; field in class:ServerHandler
242 * @param session The Session used by the ServerHandler to
252 Session session,
261 this.session = session;
251 ServerHandler( Session session, int queueSize, String replicationServerURL, int replicationServerId, ReplicationServer replicationServer, int rcvWindowSize) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DServerHandler.java85 * Close the session and log the provided error message
87 * @param providedSession The provided closing session.
89 * @param handler The handler that manages that session.
99 " closing session with err=" +
119 * The session opened with the remote server.
121 protected Session session; field in class:ServerHandler
240 * @param session The Session used by the ServerHandler to
250 Session session,
259 this.session = session;
249 ServerHandler( Session session, int queueSize, String replicationServerURL, int replicationServerId, ReplicationServer replicationServer, int rcvWindowSize) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetServlet.java71 * Ignores HTTP session time out.
99 HttpSession session = req.getSession(false);
101 if (session != null) {
102 sessLocale = (String) session.getAttribute(URL_LOCALE);
111 if (session == null) {
112 session = req.getSession(true);
114 session.setAttribute(URL_LOCALE, reqLocale);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionNotificationSender.java30 package com.iplanet.dpro.session.service;
45 import com.iplanet.dpro.session.SessionID;
46 import com.iplanet.dpro.session.SessionNotificationHandler;
47 import com.iplanet.dpro.session.share.SessionInfo;
48 import com.iplanet.dpro.session.share.SessionNotification;
49 import com.iplanet.dpro.session.utils.SessionInfoFactory;
56 * Responsible for sending PLL session notification events to registered listeners.
H A DSessionNotificationPublisher.java17 package com.iplanet.dpro.session.service;
29 import org.forgerock.openam.session.SessionEventType;
31 import com.iplanet.dpro.session.SessionID;
35 * Responsible for publishing session notifications over {@link NotificationBroker}.
71 sessionDebug.message("Publishing session notification, type = {}", event.getType().toString());
85 broker.publish(Topic.of("/agent/session"), notification);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetServlet.java71 * Ignores HTTP session time out.
99 HttpSession session = req.getSession(false);
101 if (session != null) {
102 sessLocale = (String) session.getAttribute(URL_LOCALE);
111 if (session == null) {
112 session = req.getSession(true);
114 session.setAttribute(URL_LOCALE, reqLocale);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DDeletePropertyActionHandler.java17 package org.forgerock.openam.core.rest.session.action;
21 import static org.forgerock.openam.core.rest.session.SessionResource.KEYWORD_PROPERTIES;
38 import org.forgerock.openam.core.rest.session.SessionResource;
39 import org.forgerock.openam.core.rest.session.SessionResourceUtil;
42 import org.forgerock.openam.session.SessionConstants;
43 import org.forgerock.openam.session.SessionPropertyWhitelist;
101 LOGGER.message("Unable to delete session property due to unreadable SSOToken", e);
104 LOGGER.message("Unable to read session property due to delegation match internal error", e);
H A DGetPropertyActionHandler.java17 package org.forgerock.openam.core.rest.session.action;
22 import static org.forgerock.openam.core.rest.session.SessionResource.KEYWORD_PROPERTIES;
37 import org.forgerock.openam.core.rest.session.SessionResource;
38 import org.forgerock.openam.core.rest.session.SessionResourceUtil;
41 import org.forgerock.openam.session.SessionConstants;
42 import org.forgerock.openam.session.SessionPropertyWhitelist;
65 * @param sessionResourceUtil An instance of the session resource manager.
103 LOGGER.message("Unable to read session property due to unreadable SSOToken", e);
105 LOGGER.message("Unable to read session property due to delegation match internal error", e);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/
H A DCoreTokenConfig.java19 import com.iplanet.dpro.session.service.InternalSession;
147 * @param session Non null.
150 public String getUserId(InternalSession session) { argument
152 String userId = session.getUUID();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionCopy.java31 import com.sun.identity.plugin.session.SessionException;
32 import com.sun.identity.plugin.session.SessionManager;
33 import com.sun.identity.plugin.session.SessionProvider;
41 * This class represents a copy of a session in the identity provider side.
81 SAML2Utils.debug.error("Error retrieving session provider.", se);
93 * Returns the <code>SSO Token</code> of the session
95 * @return the <code>SSO Token</code> of the session
103 * <code>SPEntityID</code> pair of the session
106 * <code>SPEntityID</code> pair of the session
113 * Sets the pending log out request id of the session
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DReplicationServerHandler.java78 session.setProtocolVersion(protocolVersion);
107 return new HostPort(session.getRemoteAddress(), port).toString();
126 * @param session The session with the remote RS.
132 Session session,
137 super(session, queueSize, replicationServer, rcvWindowSize);
165 ReplicationMsg msg = session.receive();
207 // Until here session is encrypted then it depends on the negotiation
208 // The session initiator decides whether to use SSL.
211 session
131 ReplicationServerHandler( Session session, int queueSize, ReplicationServer replicationServer, int rcvWindowSize) argument
[all...]

Completed in 101 milliseconds

<<11121314151617181920>>