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 © 2021. All rights reserved.