|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.security.summit.session.DefaultSessionBindingEvent
Default implementation of the
org.apache.fulcrum.security.session.SessionBindingEvent
interface.
Field Summary | |
private java.lang.String |
name
|
private Session |
session
|
Constructor Summary | |
DefaultSessionBindingEvent(javax.servlet.http.HttpSessionBindingEvent event)
|
Method Summary | |
java.lang.String |
getName()
Returns the name with which the object is bound to or unbound from the session. |
Session |
getSession()
Returns the session to or from which the object is bound or unbound. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Session session
private java.lang.String name
Constructor Detail |
public DefaultSessionBindingEvent(javax.servlet.http.HttpSessionBindingEvent event)
Method Detail |
public Session getSession()
SessionBindingEvent
getSession
in interface SessionBindingEvent
public java.lang.String getName()
SessionBindingEvent
getName
in interface SessionBindingEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |