/glassfish-3.1.2/security/webintegration/src/main/java/com/sun/web/security/ |
H A D | WebProgrammaticLoginImpl.java | 147 Session realSession = getSession(req); 225 Session realSession = getSession(req); 244 private static Session getSession(Request request) method in class:WebProgrammaticLoginImpl 246 HttpSession session = request.getSession(false);
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ |
H A D | SessionEvent.java | 124 public Session getSession() { method in class:SessionEvent 146 return ("SessionEvent['" + getSession() + "','" +
|
H A D | Session.java | 230 public HttpSession getSession(); method in interface:Session
|
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/ |
H A D | PESessionLocker.java | 87 Session sess = this.getSession(request); 121 private Session getSession(ServletRequest request) { method in class:PESessionLocker 124 javax.servlet.http.HttpSession httpSess = httpReq.getSession(false); 153 Session sess = this.getSession(request);
|
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/session/management/ |
H A D | ReplicationStore.java | 413 Session session = getSession(metaData); 489 private Session getSession(SimpleMetadata metaData) throws IOException { method in class:ReplicationStore 494 return getSession(metaData.getState(), metaData.getVersion()); 499 public Session getSession(byte[] state, long version) throws IOException { method in class:ReplicationStore 562 _logger.log(Level.WARNING, "Exception occurred in getSession", e); 568 _logger.fine("ReplicationStore>>getSession: username=" + username + " principal=" + _session.getPrincipal()); 576 _logger.fine("ReplicationStore>>getSession:created pal=" + pal); 584 debug("getSession principal="+pal+" was added to session="+_session);
|
H A D | ReplicationWebEventPersistentManager.java | 176 Session sess = this.getSession(request); 184 private Session getSession(ServletRequest request) { method in class:ReplicationWebEventPersistentManager 187 javax.servlet.http.HttpSession httpSess = httpReq.getSession(false);
|
H A D | ReplicationAttributeStore.java | 236 Session session = getSession(metaData); 263 public Session getSession(CompositeMetadata metadata) method in class:ReplicationAttributeStore 290 //debug("ReplicationStore.getSession() id="+id+" username ="+username+";"); 352 debug("getSession principal="+pal+" was added to session="+_session);
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/authenticator/ |
H A D | AuthenticatorBase.java | 462 Session session = getSession(hrequest); 747 protected Session getSession(HttpRequest request) { method in class:AuthenticatorBase 749 return (getSession(request, false)); 762 protected Session getSession(HttpRequest request, boolean create) { method in class:AuthenticatorBase 831 Session session = getSession(request, false);
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/ |
H A D | ApplicationHttpRequest.java | 573 public HttpSession getSession() { method in class:ApplicationHttpRequest 574 return (getSession(true)); 585 public HttpSession getSession(boolean create) { method in class:ApplicationHttpRequest 595 return (session.getSession()); 598 HttpSession other = super.getSession(false); 603 other = super.getSession(true); 659 return session.getSession(); 665 return super.getSession(create);
|
H A D | DummyRequest.java | 276 public HttpSession getSession() { return null; } method in class:DummyRequest 277 public HttpSession getSession(boolean create) { return null; } method in class:DummyRequest
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/ |
H A D | RequestFacade.java | 235 return request.getSession(create); 909 public HttpSession getSession(boolean create) { method in class:RequestFacade 920 return request.getSession(create); 924 public HttpSession getSession() { method in class:RequestFacade 931 return getSession(true);
|
H A D | Request.java | 2240 HttpSession session = getSession(false); 2565 public HttpSession getSession() { method in class:Request 2568 return session.getSession(); 2581 public HttpSession getSession(boolean create) { method in class:Request 2584 return session.getSession();
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/ |
H A D | StandardSession.java | 468 HttpSessionEvent event = new HttpSessionEvent(getSession()); 638 public HttpSession getSession() { method in class:StandardSession 798 HttpSessionEvent event = new HttpSessionEvent(getSession()); 893 event = new HttpSessionEvent(getSession()); 920 event = new HttpSessionEvent(getSession()); 1589 event = new HttpSessionBindingEvent(getSession(), name, value); 1609 context.fireContainerEvent("sessionSync", (new HttpSessionBindingEvent(getSession(), name))); 1631 event = new HttpSessionBindingEvent(getSession(), name, value); 1721 event = new HttpSessionBindingEvent(getSession(), name, value); 1739 (new HttpSessionBindingEvent(getSession(), nam 2318 public HttpSession getSession(String id) { method in class:StandardSessionContext [all...] |
/glassfish-3.1.2/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ |
H A D | ServletFakeArtifactSet.java | 190 public HttpSession getSession(final boolean b) { method in class:ServletFakeArtifactSet.FakeServletHttpRequest 194 public HttpSession getSession() { method in class:ServletFakeArtifactSet.FakeServletHttpRequest
|