|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
---|---|
net.sourceforge.jaulp.auth | In this package are classes and interfaces for simple authentication and authorization. |
net.sourceforge.jaulp.auth.interfaces | Provides the interfaces for simple authentication and authorization. |
Uses of Session in net.sourceforge.jaulp.auth |
---|
Classes in net.sourceforge.jaulp.auth that implement Session | |
---|---|
class |
UserSession
The Class UserSession. |
Methods in net.sourceforge.jaulp.auth that return Session | |
---|---|
Session |
UserSessionContext.getSession(java.lang.String id)
Gets the session from the given id. |
Methods in net.sourceforge.jaulp.auth with parameters of type Session | |
---|---|
void |
UserSessionContext.addSession(Session session)
Adds the session to the context. |
Uses of Session in net.sourceforge.jaulp.auth.interfaces |
---|
Methods in net.sourceforge.jaulp.auth.interfaces that return Session | |
---|---|
Session |
SessionContext.getSession(K id)
Gets the session from the given id. |
Methods in net.sourceforge.jaulp.auth.interfaces with parameters of type Session | |
---|---|
void |
SessionContext.addSession(Session session)
Adds the session to the context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |