public final class PrincipalId extends Object
| Constructor and Description |
|---|
PrincipalId(String name,
String domain)
Construct a principal identifier by domain name where he/she is located
and short name which should be unique in scope of the given domain
|
public PrincipalId(String name, String domain)
name - principal short name (e.g. jdoe); requires not-null and
not empty string valuedomain - domain name or alias (e.g. vmware.com); requires not-null and not empty string value;Copyright © 2016. All rights reserved.