Uses of Class
org.musicontroller.security.Authority

Packages that use Authority
org.musicontroller.dao   
org.musicontroller.security   
 

Uses of Authority in org.musicontroller.dao
 

Methods in org.musicontroller.dao that return Authority
 Authority HibernateDao.getAuthorityById(int authorityId)
           
 

Methods in org.musicontroller.dao that return types with arguments of type Authority
 java.util.List<Authority> HibernateDao.listAuthorities()
           
 

Methods in org.musicontroller.dao with parameters of type Authority
 void HibernateDao.save(Authority authority)
           
 

Uses of Authority in org.musicontroller.security
 

Methods in org.musicontroller.security that return types with arguments of type Authority
 java.util.Set<Authority> Role.getAuthorities()
           
 

Method parameters in org.musicontroller.security with type arguments of type Authority
 void Role.setAuthorities(java.util.Set<Authority> authorities)
          Sets the Authorities that are granted to this Role.
 



Copyright © 2010 A.J.V.. All Rights Reserved.