com.atlassian.crowd.integration.authentication
Class PasswordCredential
java.lang.Object
com.atlassian.crowd.integration.authentication.PasswordCredential
public class PasswordCredential
- extends Object
Password based authentication information.
- Version:
- 1.0
- Author:
- Justen Stepka
credential
protected String credential
PasswordCredential
public PasswordCredential()
getCredential
public String getCredential()
- Gets the password credential.
- Returns:
- The credential.
setCredential
public void setCredential(String credential)
- Sets the password credential.
- Parameters:
credential
- The credential.
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.