Uses of Class
org.ikasan.framework.security.model.Authority

Packages that use Authority
org.ikasan.framework.security.dao   
org.ikasan.framework.security.model   
org.ikasan.framework.security.service   
 

Uses of Authority in org.ikasan.framework.security.dao
 

Methods in org.ikasan.framework.security.dao that return Authority
 Authority AuthorityDao.getAuthority(String authority)
          Retrieves a specific Authority by name
 Authority HibernateAuthorityDao.getAuthority(String authority)
           
 

Methods in org.ikasan.framework.security.dao that return types with arguments of type Authority
 List<Authority> AuthorityDao.getAuthorities()
          Retrieves all Authoritys known to the system
 List<Authority> HibernateAuthorityDao.getAuthorities()
           
 

Methods in org.ikasan.framework.security.dao with parameters of type Authority
 void AuthorityDao.save(Authority newAuthority)
          Saves a new Authority to persistent storage
 void HibernateAuthorityDao.save(Authority newAuthority)
           
 

Uses of Authority in org.ikasan.framework.security.model
 

Methods in org.ikasan.framework.security.model with parameters of type Authority
 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
 

Method parameters in org.ikasan.framework.security.model with type arguments of type Authority
 void User.setGrantedAuthorities(Set<Authority> grantedAuthorities)
          Setter method for GrantedAuthorities
 

Uses of Authority in org.ikasan.framework.security.service
 

Methods in org.ikasan.framework.security.service that return types with arguments of type Authority
 List<Authority> UserService.getAuthorities()
          Gets all Authorities in the system
 List<Authority> UserServiceImpl.getAuthorities()
           
 

Methods in org.ikasan.framework.security.service with parameters of type Authority
 void UserService.createAuthority(Authority newAuthority)
          Creates a new Authority on the system
 void UserServiceImpl.createAuthority(Authority newAuthority)
           
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.