com.atlassian.crowd.integration.atlassianuser
Class CrowdUser

java.lang.Object
  extended by DefaultUser
      extended by com.atlassian.crowd.integration.atlassianuser.CrowdUser

public class CrowdUser
extends DefaultUser


Constructor Summary
CrowdUser()
           
CrowdUser(SOAPPrincipal principal)
           
CrowdUser(String name)
           
 
Method Summary
 String getEmail()
           
 String getFullName()
           
protected  String[] getPropertyValues(String key)
           
protected  void processEmail()
           
protected  void processFullName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdUser

public CrowdUser()

CrowdUser

public CrowdUser(String name)

CrowdUser

public CrowdUser(SOAPPrincipal principal)
Method Detail

getFullName

public String getFullName()

getEmail

public String getEmail()

processFullName

protected void processFullName()

processEmail

protected void processEmail()

getPropertyValues

protected String[] getPropertyValues(String key)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.