Searched refs:SessionContext (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/jee-agents-v3.5/jee-agents-sampleapp/jee-agents-sampleapp-ejb/src/main/java/com/sun/identity/agents/sample/
H A DProtectedEJBImpl.java32 import javax.ejb.SessionContext;
50 public void setSessionContext(SessionContext context) {
54 private SessionContext context;
H A DSecurityAwareEJBImpl.java33 import javax.ejb.SessionContext;
71 public void setSessionContext(SessionContext context) {
75 private SessionContext context;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityTokenProvider.java119 * @param invocatorSession <code>SessionContext</code> of the invocation
138 * <code>SessionContext</code> will always be included in the
147 SessionContext invocatorSession,
160 * @param invocatorSession <code>SessionContext</code> of the invocation
178 * <code>SessionContext</code> will always be included in the
186 SessionContext invocatorSession,
199 * @param invocatorSession <code>SessionContext</code> of the invocation
217 * <code>SessionContext</code> will always be included in the
226 SessionContext invocatorSession,
239 * @param invocatorSession <code>SessionContext</cod
[all...]
H A DSecurityTokenManager.java219 * @param invocatorSession SessionContext of the invocation identity, it
232 * "true" as parameter here since the SessionContext will always be
240 SessionContext invocatorSession,
259 * @param invocatorSession SessionContext of the invocation identity, it
272 * "true" as parameter here since the SessionContext will always be
280 SessionContext invocatorSession,
300 * @param invocatorSession SessionContext of the invocation identity, it
318 * SessionContext will always be included in the
326 SessionContext invocatorSession,
346 * @param invocatorSession SessionContext o
[all...]
H A DResourceAccessStatement.java63 protected SessionContext _sessionContext = null;
170 } else if (tagName.equals("SessionContext") &&
176 "contain one SessionContext.");
181 _sessionContext = new SessionContext((Element)
261 * <code>SessionContext</code> object and a <code>Subject</code>.
265 * @param sessionContext <code>SessionContext</code> object.
271 SessionContext sessionContext,
294 * <code>SessionContext</code> object and a <code>Subject</code>.
298 * @param sessionContext <code>SessionContext</code> object.
304 SessionContext sessionContex
[all...]
H A DSessionContextStatement.java60 protected SessionContext _sessionContext = null;
64 * <code>SessionContext</code> object and a <code>Subject</code> object.
66 * @param sessionContext <code>SessionContext</code> object.
71 public SessionContextStatement(SessionContext sessionContext,
76 "SessionContext is null!");
86 * <code>SessionContext</code> object, a <code>proxySubject</code> and
89 * @param sessionContext <code>SessionContext</code> object.
95 public SessionContextStatement(SessionContext sessionContext,
101 "SessionContext is null!");
157 SAMLUtils.debug.message("SessionContext"
[all...]
H A DSessionContext.java25 * $Id: SessionContext.java,v 1.2 2008/06/25 05:47:21 qcheng Exp $
54 * The <code>SessionContext</code> class represents session status of an entity
60 public class SessionContext { class
72 protected SessionContext() { method in class:SessionContext
76 * Constructs a <code>SessionContext</code> object from a
86 public SessionContext(SessionSubject sessionSubject, method in class:SessionContext
90 SAMLUtils.debug.message("SessionContext: null input.");
103 * <code>SessionContext</code> object.
122 * <code>SessionContext</code> object.
131 * Returns the <code>ProviderID</code> in the <code>SessionContext</cod
165 public SessionContext(Element element)throws SAMLException { method in class:SessionContext
[all...]
H A DLibSecurityTokenProvider.java290 * @param invocatorSession SessionContext of the invocation identity, it
308 * SessionContext will always be included in the
316 SessionContext invocatorSession,
333 * @param invocatorSession SessionContext of the invocation identity, it
349 * SessionContext will always be included in the
357 SessionContext invocatorSession,
373 * @param invocatorSession SessionContext of the invocation identity, it
391 * SessionContext will always be included in the
399 SessionContext invocatorSession,
415 * @param invocatorSession SessionContext o
[all...]
H A DSecurityTokenManagerImpl.java145 * <code>SessionContext</code> will always be included in the
160 SessionContext sc = new SessionContext(XMLUtils.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityTokenProvider.java119 * @param invocatorSession <code>SessionContext</code> of the invocation
138 * <code>SessionContext</code> will always be included in the
147 SessionContext invocatorSession,
160 * @param invocatorSession <code>SessionContext</code> of the invocation
178 * <code>SessionContext</code> will always be included in the
186 SessionContext invocatorSession,
199 * @param invocatorSession <code>SessionContext</code> of the invocation
217 * <code>SessionContext</code> will always be included in the
226 SessionContext invocatorSession,
239 * @param invocatorSession <code>SessionContext</cod
[all...]
H A DSecurityTokenManager.java219 * @param invocatorSession SessionContext of the invocation identity, it
232 * "true" as parameter here since the SessionContext will always be
240 SessionContext invocatorSession,
259 * @param invocatorSession SessionContext of the invocation identity, it
272 * "true" as parameter here since the SessionContext will always be
280 SessionContext invocatorSession,
300 * @param invocatorSession SessionContext of the invocation identity, it
318 * SessionContext will always be included in the
326 SessionContext invocatorSession,
346 * @param invocatorSession SessionContext o
[all...]
H A DResourceAccessStatement.java63 protected SessionContext _sessionContext = null;
170 } else if (tagName.equals("SessionContext") &&
176 "contain one SessionContext.");
181 _sessionContext = new SessionContext((Element)
261 * <code>SessionContext</code> object and a <code>Subject</code>.
265 * @param sessionContext <code>SessionContext</code> object.
271 SessionContext sessionContext,
294 * <code>SessionContext</code> object and a <code>Subject</code>.
298 * @param sessionContext <code>SessionContext</code> object.
304 SessionContext sessionContex
[all...]
H A DSessionContextStatement.java60 protected SessionContext _sessionContext = null;
64 * <code>SessionContext</code> object and a <code>Subject</code> object.
66 * @param sessionContext <code>SessionContext</code> object.
71 public SessionContextStatement(SessionContext sessionContext,
76 "SessionContext is null!");
86 * <code>SessionContext</code> object, a <code>proxySubject</code> and
89 * @param sessionContext <code>SessionContext</code> object.
95 public SessionContextStatement(SessionContext sessionContext,
101 "SessionContext is null!");
157 SAMLUtils.debug.message("SessionContext"
[all...]
H A DSessionContext.java25 * $Id: SessionContext.java,v 1.2 2008/06/25 05:47:21 qcheng Exp $
56 * The <code>SessionContext</code> class represents session status of an entity
62 public class SessionContext { class
74 protected SessionContext() { method in class:SessionContext
78 * Constructs a <code>SessionContext</code> object from a
88 public SessionContext(SessionSubject sessionSubject, method in class:SessionContext
92 SAMLUtils.debug.message("SessionContext: null input.");
105 * <code>SessionContext</code> object.
124 * <code>SessionContext</code> object.
133 * Returns the <code>ProviderID</code> in the <code>SessionContext</cod
167 public SessionContext(Element element)throws SAMLException { method in class:SessionContext
[all...]
H A DLibSecurityTokenProvider.java293 * @param invocatorSession SessionContext of the invocation identity, it
311 * SessionContext will always be included in the
319 SessionContext invocatorSession,
336 * @param invocatorSession SessionContext of the invocation identity, it
352 * SessionContext will always be included in the
360 SessionContext invocatorSession,
376 * @param invocatorSession SessionContext of the invocation identity, it
394 * SessionContext will always be included in the
402 SessionContext invocatorSession,
418 * @param invocatorSession SessionContext o
[all...]
H A DSecurityTokenManagerImpl.java145 * <code>SessionContext</code> will always be included in the
160 SessionContext sc = new SessionContext(XMLUtils.
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV2Test.java30 import org.forgerock.http.session.SessionContext;
54 AttributesContext context = new AttributesContext(new SessionContext(new RootContext(), mock(Session.class)));
H A DAuthenticationServiceV1Test.java31 import org.forgerock.http.session.SessionContext;
55 AttributesContext context = new AttributesContext(new SessionContext(new RootContext(), mock(Session.class)));
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV2Test.java30 import org.forgerock.http.session.SessionContext;
54 AttributesContext context = new AttributesContext(new SessionContext(new RootContext(), mock(Session.class)));
H A DAuthenticationServiceV1Test.java31 import org.forgerock.http.session.SessionContext;
55 AttributesContext context = new AttributesContext(new SessionContext(new RootContext(), mock(Session.class)));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoUtils.java83 * @param invoSession <code>SessionContext</code>
97 SessionContext invoSession, String wscID,
165 SessionContext invoSession,
318 private static SessionContext getSessionContext(SecurityAssertion assertion)
324 SessionContext context = null;
349 SessionContext invoSession,
366 SessionContext invocatorSession = invoSession;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoUtils.java83 * @param invoSession <code>SessionContext</code>
97 SessionContext invoSession, String wscID,
165 SessionContext invoSession,
318 private static SessionContext getSessionContext(SecurityAssertion assertion)
324 SessionContext context = null;
349 SessionContext invoSession,
366 SessionContext invocatorSession = invoSession;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java190 SessionContext invocatorSession = new SessionContext(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java190 SessionContext invocatorSession = new SessionContext(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDiscoveryBootstrap.java50 import com.sun.identity.liberty.ws.security.SessionContext;
228 SessionContext invocatorSession = new SessionContext(

Completed in 40 milliseconds

12