| Package | Description |
|---|---|
| org.nuiton.web.security | |
| org.nuiton.web.security.actions |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSecurityRoleTopiaDao<E extends SecurityRole> |
class |
GeneratedSecurityRoleTopiaDao<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) |
boolean |
SecurityUserAbstract.containsSecurityRole(SecurityRole securityRole) |
boolean |
SecurityUser.containsSecurityRole(SecurityRole securityRole) |
List<E> |
GeneratedSecurityUserTopiaDao.findAllContainsSecurityRole(SecurityRole v)
Deprecated.
|
E |
GeneratedSecurityUserTopiaDao.findContainsSecurityRole(SecurityRole v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedSecurityUserTopiaDao.forSecurityRoleContains(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> |
RolePermissionsAction.roles |
protected List<SecurityRole> |
UserRolesAction.roles |
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
RoleAction.getRole() |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRole> |
RolePermissionsAction.getRoles() |
List<SecurityRole> |
UserRolesAction.getRoles() |
Copyright © 2010–2014 CodeLutin. All rights reserved.