com.atlassian.crowd.integration.soap
Class SOAPPrincipalWithCredential
java.lang.Object
com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
public class SOAPPrincipalWithCredential
- extends Object
A wrapper class, which encapsulates the SOAPPrincipal and PasswordCredential.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPPrincipalWithCredential
public SOAPPrincipalWithCredential()
SOAPPrincipalWithCredential
public SOAPPrincipalWithCredential(SOAPPrincipal principal,
PasswordCredential passwordCredential)
getPrincipal
public SOAPPrincipal getPrincipal()
getPasswordCredential
public PasswordCredential getPasswordCredential()
setPrincipal
public void setPrincipal(SOAPPrincipal principal)
setPasswordCredential
public void setPasswordCredential(PasswordCredential passwordCredential)
Copyright © 2013 Atlassian. All Rights Reserved.