public class DefaultPrincipal extends Object implements Principal, Serializable
| Constructor and Description |
|---|
DefaultPrincipal() |
DefaultPrincipal(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
void |
setName(String name) |
String |
toString() |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.