org.openwms.core.service
Interface SecurityService

All Known Implementing Classes:
SecurityServiceImpl

public interface SecurityService

A SecurityService defines functionality to handle SecurityObject s, especially Grants.

Since:
0.1
Version:
$Revision: 1549 $
Author:
Heiko Scherrer

Method Summary
 void login()
          Force a login.
 List<Grant> mergeGrants(String moduleName, List<Grant> grants)
          Merge a list of persisted, detached or transient Grants of a particular Module.
 

Method Detail

mergeGrants

List<Grant> mergeGrants(String moduleName,
                        List<Grant> grants)
Merge a list of persisted, detached or transient Grants of a particular Module.

Parameters:
moduleName - The moduleName
grants - The list of Grants to merge
Returns:
All existing Grants

login

void login()
Force a login. Call this method to access the security filter chain. The implementation does not need to execute anything.



Copyright © 2005-2011 openwms.org. All Rights Reserved.