org.ow2.dragon.api.service.administration
Interface RoleManager

All Known Implementing Classes:
RoleManagerImpl

@Transactional
public interface RoleManager


Method Summary
 void createRole(java.lang.String roleName)
          Add a new Role in registry.
 void init()
          Add all roles in Registry, if not exist
 

Method Detail

init

void init()
Add all roles in Registry, if not exist


createRole

void createRole(java.lang.String roleName)
Add a new Role in registry. The Role name must be specified.

Parameters:
roleName - String


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.