net.sf.jguard.credentials
Class JGuardCredential
java.lang.Object
net.sf.jguard.credentials.JGuardCredential
- public class JGuardCredential
- extends java.lang.Object
Class which wrap security credential.
- Author:
- Charles Gay
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getId()
|
java.lang.String |
getValue()
|
void |
setId(java.lang.String id)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGuardCredential
public JGuardCredential()
getId
public java.lang.String getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.String id)
- Parameters:
id - The id to set.
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(java.lang.String value)
- Parameters:
value - The value to set.
equals
public boolean equals(java.lang.Object obj)