public class SerializablePrincipal extends Object implements Principal, Serializable
Principal
that is Serializable
Constructor and Description |
---|
SerializablePrincipal(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object another)
Compare this SerializablePrincipal's name against another Principal.
|
String |
getName() |
int |
hashCode() |
String |
toString() |
Copyright © 2018. All rights reserved.