com.atlassian.crowd.integration.osuser
Class SOAPPrincipalHelper

java.lang.Object
  extended by com.atlassian.crowd.integration.osuser.SOAPPrincipalHelper

public class SOAPPrincipalHelper
extends Object


Constructor Summary
SOAPPrincipalHelper()
           
SOAPPrincipalHelper(Map keys)
           
 
Method Summary
 void setEmail(String email, SOAPPrincipal principal)
           
 void setFullName(String fullname, SOAPPrincipal principal)
           
 void setProperty(String property, String value, SOAPPrincipal principal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPPrincipalHelper

public SOAPPrincipalHelper(Map keys)

SOAPPrincipalHelper

public SOAPPrincipalHelper()
Method Detail

setFullName

public void setFullName(String fullname,
                        SOAPPrincipal principal)

setEmail

public void setEmail(String email,
                     SOAPPrincipal principal)

setProperty

public void setProperty(String property,
                        String value,
                        SOAPPrincipal principal)


Copyright © 2012 Atlassian. All Rights Reserved.