java.security
public
abstract
class
java.security.Identity
Known Direct Subclasses
Summary
Public Constructors
Protected Constructors
Public Methods
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Protected Constructors
Public Methods
public
final
boolean
equals(Object obj)
Compares the argument to the receiver, and answers true if they represent
the
same object using a class specific comparison. The
implementation in Object answers true only if the argument is the exact
same object as the receiver (==).
Parameters
| obj
| Object the object to compare with this object. |
public
int
hashCode()
Answers an integer hash code for the receiver. Any two objects which
answer true when passed to .equals must
answer the same value for this method.
public
void
setInfo(String info)
public
String
toString(boolean detailed)
public
String
toString()
Answers a string containing a concise, human-readable description of the
receiver.
Protected Methods
protected
boolean
identityEquals(Identity identity)