Principal
, which
can be used to represent any entity, such as an individual, a
corporation, and a login id.
java.security.cert.X509Certificate
Modifier and Type | Method and Description |
---|---|
public boolean | |
public String | |
public int | |
public default boolean | |
public String | Returns: a string representation of thisPrincipal .Returns a string representation of this |
equals | back to summary |
---|---|
public boolean equals(Object another) Compares this |
getName | back to summary |
---|---|
public String getName() Returns the name of this
|
hashCode | back to summary |
---|---|
public int hashCode() Returns a hashcode for this
|
implies | back to summary |
---|---|
public default boolean implies(Subject subject) Returns Implementation Specification The default implementation of this method returns Subclasses may override this with a different implementation, if necessary.
|
toString | back to summary |
---|---|
public String toString() Returns a string representation of this
|