public class ExternalRole extends Principal
| Constructor and Description |
|---|
ExternalRole(java.lang.String uuid)
Constructs an
ExternalRole object from a UUID |
ExternalRole(java.lang.String name, java.lang.String uuid)
Constructs an
ExternalRole object from a name and a UUID |
ExternalRole(java.lang.String name, java.lang.String uuid, long dbid)
Constructs an
ExternalRole object from a name, a UUID, and a DBID. |
public ExternalRole(java.lang.String name,
java.lang.String uuid,
long dbid)
throws XSPrincipalException
ExternalRole object from a name, a UUID, and a DBID.name - name of the ExternalRole objectuuid - UUID of the ExternalRole objectdbid - DBID of the ExternalRole objectXSPrincipalException, - if passed parameters not vaildXSPrincipalExceptionpublic ExternalRole(java.lang.String name,
java.lang.String uuid)
throws XSPrincipalException
ExternalRole object from a name and a UUIDname - name of the ExternalRole objectuuid - UUID of the ExternalRole objectXSPrincipalException, - if passed parameters not vaildXSPrincipalExceptionpublic ExternalRole(java.lang.String uuid)
throws XSPrincipalException
ExternalRole object from a UUIDuuid - UUID of the ExternalRole objectXSPrincipalException, - if passed parameters not vaildXSPrincipalException