|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.atlassian.crowd.integration.authentication.PasswordCredential
public class PasswordCredential
| Constructor Summary | |
|---|---|
PasswordCredential()
|
|
PasswordCredential(java.lang.String credential,
java.lang.Boolean encryptedCredential)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCredential()
Gets the credential value for this PasswordCredential. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class<?> _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.Boolean |
getEncryptedCredential()
Gets the encryptedCredential value for this PasswordCredential. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class<?> _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCredential(java.lang.String credential)
Sets the credential value for this PasswordCredential. |
void |
setEncryptedCredential(java.lang.Boolean encryptedCredential)
Sets the encryptedCredential value for this PasswordCredential. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordCredential()
public PasswordCredential(java.lang.String credential,
java.lang.Boolean encryptedCredential)
| Method Detail |
|---|
public java.lang.String getCredential()
public void setCredential(java.lang.String credential)
credential - public java.lang.Boolean getEncryptedCredential()
public void setEncryptedCredential(java.lang.Boolean encryptedCredential)
encryptedCredential - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class<?> _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class<?> _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||