| Package | Description |
|---|---|
| org.ikasan.security.dao |
| Modifier and Type | Method and Description |
|---|---|
Authority |
AuthorityDao.getAuthority(java.lang.String authority)
Retrieves a specific
Authority by name |
Authority |
HibernateAuthorityDao.getAuthority(java.lang.String authority) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Authority> |
AuthorityDao.getAuthorities()
Retrieves all
Authoritys known to the system |
java.util.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) |
Copyright © 2007-2019 Ikasan. All Rights Reserved.