public class ProtectedPrincipal
extends Object
implements Principal, Serializable
| Constructor and Description |
|---|
ProtectedPrincipal() |
ProtectedPrincipal(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
String |
toString() |
public ProtectedPrincipal()
public ProtectedPrincipal(String name)
public boolean equals(Object obj)
equals in interface Principalequals in class Objectpublic String getName()
getName in interface Principalpublic int hashCode()
hashCode in interface PrincipalhashCode in class Objectpublic String toString()
toString in interface PrincipaltoString in class Object