| Package | Description |
|---|---|
| org.ikasan.security.dao | |
| org.ikasan.security.model | |
| org.ikasan.security.service |
| Modifier and Type | Method and Description |
|---|---|
Role |
SecurityDao.getRoleByName(String name) |
Role |
HibernateSecurityDao.getRoleByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
SecurityDao.getAllRoles() |
List<Role> |
HibernateSecurityDao.getAllRoles() |
List<Role> |
SecurityDao.getRoleByNameLike(String name) |
List<Role> |
HibernateSecurityDao.getRoleByNameLike(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityDao.deleteRole(Role role) |
void |
HibernateSecurityDao.deleteRole(Role role) |
void |
SecurityDao.saveOrUpdateRole(Role role) |
void |
HibernateSecurityDao.saveOrUpdateRole(Role role) |
| Modifier and Type | Method and Description |
|---|---|
Set<Role> |
IkasanPrincipal.getRoles() |
Set<Role> |
Policy.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
int |
Role.compareTo(Role role) |
| Modifier and Type | Method and Description |
|---|---|
void |
IkasanPrincipal.setRoles(Set<Role> roles) |
void |
Policy.setRoles(Set<Role> roles) |
| Modifier and Type | Method and Description |
|---|---|
Role |
SecurityService.createNewRole(String name,
String description) |
Role |
SecurityServiceImpl.createNewRole(String name,
String description) |
Role |
SecurityService.findRoleByName(String name) |
Role |
SecurityServiceImpl.findRoleByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
SecurityService.getAllRoles() |
List<Role> |
SecurityServiceImpl.getAllRoles() |
List<Role> |
SecurityService.getRoleByNameLike(String name) |
List<Role> |
SecurityServiceImpl.getRoleByNameLike(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityService.deleteRole(Role role) |
void |
SecurityServiceImpl.deleteRole(Role role) |
void |
SecurityService.saveRole(Role role) |
void |
SecurityServiceImpl.saveRole(Role role) |
Copyright © 2007-2016 Ikasan. All Rights Reserved.