Searched refs:sessions (Results 1 - 25 of 47) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionCount.java78 * sessions can be obtained.
82 *I Simply return the local sessions for the given user.
84 * Query other AM servers for the sessions for the given user Add the numbers
86 * is down, simply ignores it since all the sessions maintained by that instance
88 * <li> SFO_MODE : Fetch the sessions for the given user directly from the
165 * Returns the expiration information of all sessions belonging to a user
176 Map sessions = null;
183 sessions = getSessionsFromLocalServer(uuid);
187 sessions = getSessionsFromLocalServer(uuid);
189 sessions
[all...]
H A DSessionConstraint.java122 // Override default behaviour if using local sessions in MULTI_SERVER_MODE
138 // time) of all sessions for the given user from all
140 Map sessions = null;
142 sessions =
166 if (sessions != null) {
167 sessionCount = sessions.size();
174 reject = getQuotaExhaustionAction().action(is, sessions);
223 * Gets the default allowed sessions quota
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/session/model/
H A DSMSessionCache.java53 private List sessions = new ArrayList(); field in class:SMSessionCache
58 * @param sessions Collection of sessions.
63 Collection sessions,
68 Map mapSessions = retainSessionsWithUserID(sessions, modelImpl);
87 return sessions;
95 sessions.add(mapSessions.get(sorted.get(i)));
104 Collection sessions,
107 Map results = new HashMap(sessions.size() *2);
109 for (Iterator iter = sessions
62 SMSessionCache( Collection sessions, String searchErrorMsg, SMProfileModelImpl modelImpl ) argument
103 retainSessionsWithUserID( Collection sessions, SMProfileModelImpl modelImpl ) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/session/model/
H A DSMSessionCache.java53 private List sessions = new ArrayList(); field in class:SMSessionCache
58 * @param sessions Collection of sessions.
63 Collection sessions,
68 Map mapSessions = retainSessionsWithUserID(sessions, modelImpl);
87 return sessions;
95 sessions.add(mapSessions.get(sorted.get(i)));
104 Collection sessions,
107 Map results = new HashMap(sessions.size() *2);
109 for (Iterator iter = sessions
62 SMSessionCache( Collection sessions, String searchErrorMsg, SMProfileModelImpl modelImpl ) argument
103 retainSessionsWithUserID( Collection sessions, SMProfileModelImpl modelImpl ) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DDenyAccessAction.java37 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
H A DDestroyAllAction.java43 * This action will invalidate all currently existing sessions, but it will
65 public boolean action(InternalSession is, Map sessions) { argument
66 Set<String> sids = sessions.keySet();
67 debug.message("there are " + sids.size() + " sessions");
68 synchronized (sessions) {
H A DDestroyNextExpiringAction.java56 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
60 for (Map.Entry<String, Long> entry : sessions.entrySet()) {
H A DDestroyOldestAction.java40 * This action retrieves all the sessions using the Session service and
62 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
65 for (Map.Entry<String, Long> entry : sessions.entrySet()) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DDenyAccessAction.java37 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
H A DDestroyAllAction.java43 * This action will invalidate all currently existing sessions, but it will
65 public boolean action(InternalSession is, Map sessions) { argument
66 Set<String> sids = sessions.keySet();
67 debug.message("there are " + sids.size() + " sessions");
68 synchronized (sessions) {
H A DDestroyNextExpiringAction.java56 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
60 for (Map.Entry<String, Long> entry : sessions.entrySet()) {
H A DDestroyOldestAction.java40 * This action retrieves all the sessions using the Session service and
62 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
65 for (Map.Entry<String, Long> entry : sessions.entrySet()) {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/sessions/
H A DSessionsView.jsx54 sessions: []
58 handleInvalidateSessions (sessions) {
59 const handles = _.pluck(sessions, "sessionHandle");
66 this.setState({ sessions: response });
73 sessions: [],
85 if (this.state.sessions.length) {
88 data={ this.state.sessions }
94 content = <Panel><CallToAction><h3>{ t("console.sessions.table.noResults") }</h3></CallToAction></Panel>;
99 <SimplePageHeader title={ t("console.sessions.title") } />
101 <PageDescription>{ t("console.sessions
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java338 * Returns list of sessions associated with <code>userID</code>.
340 * @return list of sessions
350 * @param sessionList list of sessions to be set
380 List sessions = getSessionList (userID);
381 if (sessions != null){
382 synchronized (sessions) {
383 Iterator i = sessions.iterator ();
396 * Returns the session in <code>sessions</code> whose session index is
398 * @param sessions list of <code>FSSession</code>s.
403 public FSSession getSession(List sessions, Strin argument
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/
H A DSessionQueryManager.java60 * @return Returns all sessions across all servers.
65 List<SessionInfo> sessions = new LinkedList<SessionInfo>();
79 sessions.addAll(queriedSessions);
82 return sessions;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/
H A DSessionQueryManager.java60 * @return Returns all sessions across all servers.
65 List<SessionInfo> sessions = new LinkedList<SessionInfo>();
79 sessions.addAll(queriedSessions);
82 return sessions;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java341 * Returns list of sessions associated with <code>userID</code>.
343 * @return list of sessions
353 * @param sessionList list of sessions to be set
383 List sessions = getSessionList (userID);
384 if (sessions != null){
385 synchronized (sessions) {
386 Iterator i = sessions.iterator ();
399 * Returns the session in <code>sessions</code> whose session index is
401 * @param sessions list of <code>FSSession</code>s.
406 public FSSession getSession(List sessions, Strin argument
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DSessionsService.jsm31 url: fetchUrl(`/sessions?_queryFilter=${queryFilter}`, { realm: false }),
38 url: fetchUrl("/sessions?_action=logoutByHandle", { realm: false }),
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionConstraint.java130 // time) of all sessions for the given user from all
132 Map sessions = null;
134 sessions = InjectorHolder.getInstance(SessionQueryManager.class).getAllSessionsByUUID(internalSession.getUUID());
157 if (sessions != null) {
158 sessionCount = sessions.size();
165 reject = getQuotaExhaustionAction().action(internalSession, sessions);
212 * Gets the default allowed sessions quota
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/session/query/
H A DSessionQueryManagerTest.java103 Collection<SessionInfo> sessions = manager.getAllSessions(Arrays.asList(new String[]{badger, weasel}));
106 assertEquals(2, sessions.size());
107 assertTrue(sessions.contains(one));
108 assertTrue(sessions.contains(two));
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResourceUtil.java128 Collection<SessionInfo> sessions = queryManager.getAllSessions(serverList);
133 return sessions;
140 Collection<SessionInfo> sessions = queryManager.getAllSessions(getAllServerIds());
144 return sessions;
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/session/query/
H A DSessionQueryManagerTest.java103 Collection<SessionInfo> sessions = manager.getAllSessions(Arrays.asList(new String[]{badger, weasel}));
106 assertEquals(2, sessions.size());
107 assertTrue(sessions.contains(one));
108 assertTrue(sessions.contains(two));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/
H A DSessionPersistenceStore.java74 * This class is responsible for loading sessions from the CTS.
188 * Return partial sessions matching the provided CREST query filter from the CTS servers.
190 * @param crestQuery The CREST query based on which we should look for matching sessions.
191 * @return The collection of matching partial sessions.
283 * Returns the expiration information of all sessions belonging to a user
298 Map<String, Long> sessions;
300 sessions = getSessionsFromRepository(uuid);
305 if (sessions == null) {
306 sessions = Collections.emptyMap();
311 return sessions;
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/impl/
H A DRemoteSessionQuery.java71 * also return no sessions.
74 List<SessionInfo> sessions = new LinkedList<SessionInfo>();
92 sessions.addAll(infoList);
94 debug.warning("Failed to fetch sessions from " + serverId, e);
97 return sessions;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/impl/
H A DRemoteSessionQuery.java71 * also return no sessions.
74 List<SessionInfo> sessions = new LinkedList<SessionInfo>();
92 sessions.addAll(infoList);
94 debug.warning("Failed to fetch sessions from " + serverId, e);
97 return sessions;

Completed in 72 milliseconds

12