org.eclipse.jetty.security.authentication
Class SessionAuthentication
java.lang.Object
org.eclipse.jetty.security.UserAuthentication
org.eclipse.jetty.security.authentication.SessionAuthentication
- All Implemented Interfaces:
- java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionAttributeListener, Authentication, Authentication.User
public class SessionAuthentication
- extends UserAuthentication
- implements javax.servlet.http.HttpSessionAttributeListener, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
__J_AUTHENTICATED
public static final java.lang.String __J_AUTHENTICATED
- See Also:
- Constant Field Values
SessionAuthentication
public SessionAuthentication(javax.servlet.http.HttpSession session,
Authenticator authenticator,
UserIdentity userIdentity)
attributeAdded
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListener
attributeRemoved
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListener
attributeReplaced
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListener
logout
public void logout()
- Specified by:
logout in interface Authentication.User- Overrides:
logout in class UserAuthentication
toString
public java.lang.String toString()
- Overrides:
toString in class UserAuthentication
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.