public final class UserPrincipal extends Principal
DEFAULT_NAMESPACE| Constructor and Description |
|---|
UserPrincipal(String name) |
UserPrincipal(String name,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGroup()
Always returns
false. |
boolean |
isUser()
Always returns
true. |
public UserPrincipal(String name)