| Package | Description |
|---|---|
| org.nuiton.web.security | |
| org.nuiton.web.security.actions |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityRoleDAOAbstract<E extends SecurityRole> |
class |
SecurityRoleDAOImpl<E extends SecurityRole> |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityRoleAbstract |
class |
SecurityRoleImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<SecurityRole> |
SecurityUserAbstract.securityRole
Nom de l'attribut en BD : securityRole
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
SecurityUserAbstract.getSecurityRoleByTopiaId(String topiaId) |
SecurityRole |
SecurityUser.getSecurityRoleByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SecurityRole> |
SecurityUserAbstract.getSecurityRole() |
Collection<SecurityRole> |
SecurityUser.getSecurityRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityUserAbstract.addSecurityRole(SecurityRole securityRole) |
void |
SecurityUser.addSecurityRole(SecurityRole securityRole) |
List<E> |
SecurityUserDAOAbstract.findAllContainsSecurityRole(SecurityRole v) |
E |
SecurityUserDAOAbstract.findContainsSecurityRole(SecurityRole v) |
void |
SecurityUserAbstract.removeSecurityRole(SecurityRole securityRole) |
void |
SecurityUser.removeSecurityRole(SecurityRole securityRole) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityUserAbstract.addAllSecurityRole(Collection<SecurityRole> securityRole) |
void |
SecurityUser.addAllSecurityRole(Collection<SecurityRole> securityRole) |
void |
SecurityUserAbstract.setSecurityRole(Collection<SecurityRole> securityRole) |
void |
SecurityUser.setSecurityRole(Collection<SecurityRole> securityRole) |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityRole |
RoleAction.role |
| Modifier and Type | Field and Description |
|---|---|
protected List<SecurityRole> |
UserRolesAction.roles |
protected List<SecurityRole> |
RolePermissionsAction.roles |
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
RoleAction.getRole() |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRole> |
UserRolesAction.getRoles() |
List<SecurityRole> |
RolePermissionsAction.getRoles() |
Copyright © 2010-2013 CodeLutin. All Rights Reserved.