public interface AuthorityDao
Authority instances| Modifier and Type | Method and Description |
|---|---|
List<Authority> |
getAuthorities()
Retrieves all
Authoritys known to the system |
Authority |
getAuthority(String authority)
Retrieves a specific
Authority by name |
void |
save(Authority newAuthority)
Saves a new
Authority to persistent storage |
List<Authority> getAuthorities()
Authoritys known to the systemAuthoritysAuthority getAuthority(String authority)
Authority by nameauthority - Authority or null if it does not existvoid save(Authority newAuthority)
Authority to persistent storagenewAuthority - Copyright © 2007-2016 Ikasan. All Rights Reserved.