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()
           
 
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