org.ow2.bonita.identity
Class User

java.lang.Object
  extended by org.ow2.bonita.identity.User
All Implemented Interfaces:
UserMBean

public class User
extends java.lang.Object
implements UserMBean

Author:
"Pierre Vigneras"

Method Summary
 java.util.Set<java.lang.String> getGroups()
           
 java.lang.String getId()
           
 java.util.Set<java.security.Permission> getPermissions()
           
 java.util.Properties getProperties()
           
 void setProperty(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroups

public java.util.Set<java.lang.String> getGroups()
Specified by:
getGroups in interface UserMBean

getId

public java.lang.String getId()
Specified by:
getId in interface UserMBean

getPermissions

public java.util.Set<java.security.Permission> getPermissions()
Specified by:
getPermissions in interface UserMBean

getProperties

public java.util.Properties getProperties()
Specified by:
getProperties in interface UserMBean

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)
                 throws CommitException
Specified by:
setProperty in interface UserMBean
Throws:
CommitException


Copyright © 2009 OW2 Consortium. All Rights Reserved.