org.jboss.portal.identity.management
Class Identity

java.lang.Object
  extended by org.jboss.portal.identity.management.Identity
All Implemented Interfaces:
IdentityMBean

public class Identity
extends java.lang.Object
implements IdentityMBean

Version:
$Revision$
Author:
Thomas Heute

Constructor Summary
Identity()
           
 
Method Summary
 int getRoleCount()
           
 int getUserCount()
           
 void setRoleModule(RoleModule roleModule)
           
 void setUserModule(UserModule userModule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identity

public Identity()
Method Detail

getUserCount

public int getUserCount()
                 throws java.lang.Exception
Specified by:
getUserCount in interface IdentityMBean
Throws:
java.lang.Exception

getRoleCount

public int getRoleCount()
                 throws java.lang.Exception
Specified by:
getRoleCount in interface IdentityMBean
Throws:
java.lang.Exception

setRoleModule

public void setRoleModule(RoleModule roleModule)
Specified by:
setRoleModule in interface IdentityMBean

setUserModule

public void setUserModule(UserModule userModule)
Specified by:
setUserModule in interface IdentityMBean