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