| Package | Description |
|---|---|
| org.ikasan.security.dao | |
| org.ikasan.security.model | |
| org.ikasan.security.service | |
| org.ikasan.security.util |
| Modifier and Type | Method and Description |
|---|---|
Authority |
AuthorityDao.getAuthority(String authority)
Retrieves a specific
Authority by name |
Authority |
HibernateAuthorityDao.getAuthority(String authority) |
| Modifier and Type | Method and Description |
|---|---|
List<Authority> |
AuthorityDao.getAuthorities()
Retrieves all
Authoritys known to the system |
List<Authority> |
HibernateAuthorityDao.getAuthorities() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityDao.save(Authority newAuthority)
Saves a new
Authority to persistent storage |
void |
HibernateAuthorityDao.save(Authority newAuthority) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.grantAuthority(Authority authority)
Allows an Authority to be granted to a User
|
void |
User.revokeAuthority(Authority authority)
Removes an Authority from a user's granted authorities
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setGrantedAuthorities(Set<Authority> grantedAuthorities)
Setter method for GrantedAuthorities
|
| Modifier and Type | Method and Description |
|---|---|
List<Authority> |
UserService.getAuthorities()
Gets all Authorities in the system
|
List<Authority> |
UserServiceImpl.getAuthorities() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserService.createAuthority(Authority newAuthority)
Creates a new Authority on the system
|
void |
UserServiceImpl.createAuthority(Authority newAuthority) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InitialisePermission.createAuthority(Authority authority)
Create the authority if it doesn't already exist
|
Copyright © 2007-2016 Ikasan. All Rights Reserved.