public class SkeletonKeyPrincipal extends Object implements Principal
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
surrogate |
| Constructor and Description |
|---|
SkeletonKeyPrincipal(String name,
String surrogate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getSurrogate() |
int |
hashCode() |
String |
toString() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.