| Package | Description |
|---|---|
| org.ikasan.security.dao | |
| org.ikasan.security.model | |
| org.ikasan.security.service |
| Modifier and Type | Method and Description |
|---|---|
Role |
SecurityDao.getRoleById(java.lang.Long id) |
Role |
HibernateSecurityDao.getRoleById(java.lang.Long id) |
Role |
SecurityDao.getRoleByName(java.lang.String name) |
Role |
HibernateSecurityDao.getRoleByName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Role> |
SecurityDao.getAllRoles() |
java.util.List<Role> |
HibernateSecurityDao.getAllRoles() |
java.util.List<Role> |
SecurityDao.getRoleByNameLike(java.lang.String name) |
java.util.List<Role> |
HibernateSecurityDao.getRoleByNameLike(java.lang.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 |
|---|---|
java.util.Set<Role> |
Policy.getRoles() |
java.util.Set<Role> |
IkasanPrincipal.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
IkasanPrincipal.addRole(Role role) |
int |
Role.compareTo(Role role) |
| Modifier and Type | Method and Description |
|---|---|
void |
Policy.setRoles(java.util.Set<Role> roles) |
void |
IkasanPrincipal.setRoles(java.util.Set<Role> roles) |
| Modifier and Type | Method and Description |
|---|---|
Role |
SecurityService.createNewRole(java.lang.String name,
java.lang.String description) |
Role |
SecurityServiceImpl.createNewRole(java.lang.String name,
java.lang.String description) |
Role |
SecurityService.findRoleByName(java.lang.String name) |
Role |
SecurityServiceImpl.findRoleByName(java.lang.String name) |
Role |
SecurityService.getRoleById(java.lang.Long id) |
Role |
SecurityServiceImpl.getRoleById(java.lang.Long id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Role> |
SecurityService.getAllRoles() |
java.util.List<Role> |
SecurityServiceImpl.getAllRoles() |
java.util.List<Role> |
SecurityService.getRoleByNameLike(java.lang.String name) |
java.util.List<Role> |
SecurityServiceImpl.getRoleByNameLike(java.lang.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-2019 Ikasan. All Rights Reserved.