org.ow2.dragon.service.administration
Class RoleManagerImpl

java.lang.Object
  extended by org.ow2.dragon.service.administration.RoleManagerImpl
All Implemented Interfaces:
RoleManager

public class RoleManagerImpl
extends java.lang.Object
implements RoleManager


Constructor Summary
RoleManagerImpl()
           
 
Method Summary
 void createRole(java.lang.String roleName)
          Add a new Role in registry.
 void init()
          Add all roles in Registry, if not exist
 void setRoleDAO(RoleDAO roleDAO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleManagerImpl

public RoleManagerImpl()
Method Detail

init

public void init()
Description copied from interface: RoleManager
Add all roles in Registry, if not exist

Specified by:
init in interface RoleManager

createRole

public void createRole(java.lang.String roleName)
Description copied from interface: RoleManager
Add a new Role in registry. The Role name must be specified.

Specified by:
createRole in interface RoleManager
Parameters:
roleName - String

setRoleDAO

public void setRoleDAO(RoleDAO roleDAO)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.