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