com.atlassian.crowd.integration.authentication
Class PasswordCredential

java.lang.Object
  extended by com.atlassian.crowd.integration.authentication.PasswordCredential

public class PasswordCredential
extends Object

Password based authentication information.

Version:
1.0
Author:
Justen Stepka

Field Summary
protected  String credential
           
 
Constructor Summary
PasswordCredential()
           
 
Method Summary
 boolean equals(Object o)
           
 String getCredential()
          Gets the password credential.
 int hashCode()
           
 void setCredential(String credential)
          Sets the password credential.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

credential

protected String credential
Constructor Detail

PasswordCredential

public PasswordCredential()
Method Detail

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.