org.ofbiz.crowd.user
Class UserWrapper

java.lang.Object
  extended by org.ofbiz.crowd.user.UserWrapper

public class UserWrapper
extends java.lang.Object

UserWrapper


Field Summary
protected  UserAttributeMapper attMapper
           
protected  UserGroupMapper grpMapper
           
protected  SOAPPrincipal user
           
 
Constructor Summary
UserWrapper(SOAPPrincipal user, java.lang.String[] groups)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 SOAPPrincipal getSOAPPrincipal()
           
 UserAttributeMapper getUserAttributeMapper()
           
 UserGroupMapper getUserGroupMapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attMapper

protected UserAttributeMapper attMapper

grpMapper

protected UserGroupMapper grpMapper

user

protected SOAPPrincipal user
Constructor Detail

UserWrapper

public UserWrapper(SOAPPrincipal user,
                   java.lang.String[] groups)
Method Detail

getSOAPPrincipal

public SOAPPrincipal getSOAPPrincipal()

getUserAttributeMapper

public UserAttributeMapper getUserAttributeMapper()

getUserGroupMapper

public UserGroupMapper getUserGroupMapper()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()