net.sf.jguard.credentials
Class JGuardCredential

java.lang.Object
  extended bynet.sf.jguard.credentials.JGuardCredential

public class JGuardCredential
extends java.lang.Object

Class which wrap security credential.

Author:
Charles Gay

Constructor Summary
JGuardCredential()
           
 
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
 

Constructor Detail

JGuardCredential

public JGuardCredential()
Method Detail

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)