tyrex.security.container.helper
public final class EmailPrincipal extends Object implements Principal, Serializable
Version: $Revision: 1.4 $ $Date: 2001/03/12 19:20:19 $
| Constructor Summary | |
|---|---|
| EmailPrincipal(String email)
Construct a new email principal.
| |
| Method Summary | |
|---|---|
| boolean | equals(Object object) |
| String | getName()
Returns the email of the principal.
|
| int | hashCode() |
| String | toString() |
Parameters: email The email address
Returns: The prinicipal's email