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 Principal
equals
in class Object
public String getName()
getName
in interface Principal
public int hashCode()
hashCode
in interface Principal
hashCode
in class Object
public String toString()
toString
in interface Principal
toString
in class Object