Searched refs:FSSession (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java59 * that provides interfaces to manage <code>FSSession</code>s.
79 // used to store list of FSSession for a user
80 // key : user DN, value List of FSSession object
376 * @return <code>FSSession</code> object
378 public FSSession getSession(String userID, String sessionID) {
385 FSSession session = (FSSession)i.next ();
398 * @param sessions list of <code>FSSession</code>s.
400 * @return <code>FSSession</code> object whose session index is
403 public FSSession getSessio
[all...]
H A DFSSession.java25 * $Id: FSSession.java,v 1.3 2008/06/25 05:46:56 qcheng Exp $
47 public class FSSession{ class
63 * Constructs a new <code>FSSession</code>.
67 public FSSession( method in class:FSSession
82 * Constructs a new <code>FSSession</code> object.
85 public FSSession(String sessionID) { method in class:FSSession
170 "FSSession.removeSessionPartner : Removing "
208 boolean equals(FSSession session) {
235 FSUtils.debug.error("FSSession.setBootStrapAttributeStatement" +
354 FSUtils.debug.message("FSSession
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSession.java25 * $Id: FSSession.java,v 1.3 2008/06/25 05:46:56 qcheng Exp $
47 public class FSSession{ class
63 * Constructs a new <code>FSSession</code>.
67 public FSSession( method in class:FSSession
82 * Constructs a new <code>FSSession</code> object.
85 public FSSession(String sessionID) { method in class:FSSession
170 "FSSession.removeSessionPartner : Removing "
208 boolean equals(FSSession session) {
235 FSUtils.debug.error("FSSession.setBootStrapAttributeStatement" +
354 FSUtils.debug.message("FSSession
[all...]
H A DFSSessionManager.java62 * that provides interfaces to manage <code>FSSession</code>s.
82 // used to store list of FSSession for a user
83 // key : user DN, value List of FSSession object
379 * @return <code>FSSession</code> object
381 public FSSession getSession(String userID, String sessionID) {
388 FSSession session = (FSSession)i.next ();
401 * @param sessions list of <code>FSSession</code>s.
403 * @return <code>FSSession</code> object whose session index is
406 public FSSession getSessio
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/jaxrpc/
H A DLibertyManagerImpl.java36 import com.sun.identity.federation.services.FSSession;
70 FSSession session = FSSessionManager.getInstance(
79 "ResourceOffering: no FSSession found");
128 FSSession session = FSSessionManager.getInstance(
138 "ResourceOffering: no FSSession found");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/jaxrpc/
H A DLibertyManagerImpl.java36 import com.sun.identity.federation.services.FSSession;
70 FSSession session = FSSessionManager.getInstance(
79 "ResourceOffering: no FSSession found");
128 FSSession session = FSSessionManager.getInstance(
138 "ResourceOffering: no FSSession found");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSLogoutUtil.java38 import com.sun.identity.federation.services.FSSession;
111 FSSession session = null;
115 session = (FSSession)sessionObjList.elementAt(0);
117 // clean FSSession map
178 String sessionId = (String)(((FSSession)
236 FSSession sessionObj;
238 sessionObj = (FSSession)iter.next();
275 FSSession session)
308 FSSession sessionObj;
310 sessionObj = (FSSession)ite
[all...]
H A DFSSingleLogoutHandler.java56 import com.sun.identity.federation.services.FSSession;
328 FSSession session = sessionManager.getSession(
432 FSSession session = sMgr.getSession(ssoToken);
1009 FSSession session = sMgr.getSession(ssoToken);
1411 FSSession session = sessionManager.getSession(
1521 ((FSSession) sessionObjList.get(0)).getSessionID();
1562 ((FSSession) sessionObjList.get(0)).getSessionID();
1583 FSSession session = sessionManager.getSession(
1803 FSSession session = sessionMgr.getSession(ssoToken);
H A DFSPreLogoutHandler.java33 import com.sun.identity.federation.services.FSSession;
232 FSSession session = sMgr.getSession(ssoToken);
409 FSSession session = sMgr.getSession(ssoToken);
523 FSSession session = sessionManager.getSession(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSLogoutUtil.java38 import com.sun.identity.federation.services.FSSession;
111 FSSession session = null;
115 session = (FSSession)sessionObjList.elementAt(0);
117 // clean FSSession map
178 String sessionId = (String)(((FSSession)
236 FSSession sessionObj;
238 sessionObj = (FSSession)iter.next();
275 FSSession session)
308 FSSession sessionObj;
310 sessionObj = (FSSession)ite
[all...]
H A DFSSingleLogoutHandler.java56 import com.sun.identity.federation.services.FSSession;
328 FSSession session = sessionManager.getSession(
432 FSSession session = sMgr.getSession(ssoToken);
1009 FSSession session = sMgr.getSession(ssoToken);
1411 FSSession session = sessionManager.getSession(
1521 ((FSSession) sessionObjList.get(0)).getSessionID();
1562 ((FSSession) sessionObjList.get(0)).getSessionID();
1583 FSSession session = sessionManager.getSession(
1803 FSSession session = sessionMgr.getSession(ssoToken);
H A DFSPreLogoutHandler.java33 import com.sun.identity.federation.services.FSSession;
232 FSSession session = sMgr.getSession(ssoToken);
409 FSSession session = sMgr.getSession(ssoToken);
523 FSSession session = sessionManager.getSession(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java58 import com.sun.identity.federation.services.FSSession;
255 FSSession session = sessionManager.getSession(userID, sessionID);
264 FSSession newSession = new FSSession(sessionID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java58 import com.sun.identity.federation.services.FSSession;
255 FSSession session = sessionManager.getSession(userID, sessionID);
264 FSSession newSession = new FSSession(sessionID);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java72 import com.sun.identity.federation.services.FSSession;
1666 FSSession session = sessionManager.getSession(token);
1714 FSSession session = sessionManager.getSession(token);
1764 FSSession session = sessionManager.getSession(token);
1812 FSSession session = sessionManager.getSession(token);
1880 FSSession session = sessionManager.getSession(token);
1946 FSSession session = sessionManager.getSession(token);
2059 FSSession sess = null;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationInitiationServlet.java47 import com.sun.identity.federation.services.FSSession;
290 FSSession ssoSession = sessManager.getSession(ssoToken);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationInitiationServlet.java47 import com.sun.identity.federation.services.FSSession;
288 FSSession ssoSession = sessManager.getSession(ssoToken);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationInitiationServlet.java47 import com.sun.identity.federation.services.FSSession;
290 FSSession ssoSession = sessManager.getSession(ssoToken);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationInitiationServlet.java47 import com.sun.identity.federation.services.FSSession;
288 FSSession ssoSession = sessManager.getSession(ssoToken);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java72 import com.sun.identity.federation.services.FSSession;
1666 FSSession session = sessionManager.getSession(token);
1714 FSSession session = sessionManager.getSession(token);
1764 FSSession session = sessionManager.getSession(token);
1812 FSSession session = sessionManager.getSession(token);
1880 FSSession session = sessionManager.getSession(token);
1946 FSSession session = sessionManager.getSession(token);
2059 FSSession sess = null;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java34 import com.sun.identity.federation.services.FSSession;
339 FSSession ssoSession = sessionMgr.getSession(ssoToken);
793 FSSession session = sessionManager.getSession(userID, sessionID);
811 session = new FSSession(sessionID);
1025 FSSession session)
H A DFSAssertionArtifactHandler.java63 import com.sun.identity.federation.services.FSSession;
1323 FSSession session = sessionManager.getSession(userID, value);
1342 session = new FSSession(value);
1351 // keep authncontext in FSSession.
1360 // keep the attr statement in FSSession.
1581 FSSession session = sessionManager.getSession(
1602 session = new FSSession(sessionID);
1881 FSSession session = sessionManager.getSession(ssoToken);
H A DFSSSOAndFedService.java31 import com.sun.identity.federation.services.FSSession;
474 FSSession session = sessionManager.getSession(ssoToken);
477 session = new FSSession(sessionProvider.getSessionID(ssoToken));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java34 import com.sun.identity.federation.services.FSSession;
339 FSSession ssoSession = sessionMgr.getSession(ssoToken);
793 FSSession session = sessionManager.getSession(userID, sessionID);
811 session = new FSSession(sessionID);
1025 FSSession session)
H A DFSAssertionArtifactHandler.java65 import com.sun.identity.federation.services.FSSession;
1325 FSSession session = sessionManager.getSession(userID, value);
1344 session = new FSSession(value);
1353 // keep authncontext in FSSession.
1362 // keep the attr statement in FSSession.
1583 FSSession session = sessionManager.getSession(
1604 session = new FSSession(sessionID);
1883 FSSession session = sessionManager.getSession(ssoToken);

Completed in 83 milliseconds

12