| 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 |
SimplePermission
The Class SimpleAccessRight.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Permission> |
SimpleRole.getPermissions()
Gets the access rights.
|
Set<Role<Permission>> |
SimpleUser.getRoles() |
User<Permission,Role<Permission>> |
UserSession.getUser()
Returns the field
user. |
User<Permission,Role<Permission>> |
UserSession.getUser()
Returns the field
user. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleUser.addRole(Role<Permission> role) |
boolean |
SimpleUser.removeRole(Role<Permission> role) |
void |
SimpleRole.setPermissions(Set<Permission> permissions) |
void |
SimpleUser.setRoles(Set<Role<Permission>> roles) |
void |
UserSession.setUser(User<Permission,Role<Permission>> user)
Sets the field
user. |
void |
UserSession.setUser(User<Permission,Role<Permission>> user)
Sets the field
user. |
| Constructor and Description |
|---|
UserSession(User<Permission,Role<Permission>> user)
Default constructor.
|
UserSession(User<Permission,Role<Permission>> user)
Default constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Role<T extends Permission>
The Interface Role.
|
interface |
User<P extends Permission,R extends Role<P>>
The Interface User.
|
| Modifier and Type | Method and Description |
|---|---|
User<Permission,Role<Permission>> |
Session.getUser()
Returns the field
user. |
User<Permission,Role<Permission>> |
Session.getUser()
Returns the field
user. |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setUser(User<Permission,Role<Permission>> user)
Sets the field
user. |
void |
Session.setUser(User<Permission,Role<Permission>> user)
Sets the field
user. |
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.