com.pmease.quickbuild.entitymanager
Interface AuthorizationManager
- All Superinterfaces:
- EntityManager<Authorization>
- All Known Implementing Classes:
- DefaultAuthorizationManager
public interface AuthorizationManager
- extends EntityManager<Authorization>
instance
static final AuthorizationManager instance
authorize
void authorize(Group group,
java.util.Collection<Authorization> authorizations)
- Authorize specified authorizations to specified group. Existing authorizations of the group will be removed.
authorize
void authorize(Configuration configuration,
java.util.Collection<Authorization> authorizations)
- Authorize specified authorizations to specified configuration. Existing authorizations of the configuration will be removed.
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.