| Package | Description |
|---|---|
| net.sourceforge.jaulp.auth |
In this package are classes and interfaces for simple authentication and authorization.
|
| net.sourceforge.jaulp.auth.interfaces |
Provides interfaces for simple authentication and authorization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserSession
The Class UserSession.
|
| Modifier and Type | Method and Description |
|---|---|
Session<String,String> |
UserSessionContext.getSession(String id)
Gets the session from the given id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSessionContext.addSession(Session<String,String> session)
Adds the session to the context.
|
| Modifier and Type | Method and Description |
|---|---|
Session<SK,SV> |
SessionContext.getSession(K id)
Gets the session from the given id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionContext.addSession(Session<SK,SV> session)
Adds the session to the context.
|
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.