Package oracle.security.xs
Class Role
- java.lang.Object
-
- oracle.security.xs.Principal
-
- oracle.security.xs.Role
-
-
Constructor Summary
Constructors Constructor Description Role()Constructs aRoleobject.Role(java.lang.String name, long dbid)Constructs anRoleobject from a name and aDBID.Role(java.lang.String name, java.lang.String uuid)Constructs anRoleobject from a name and aUUID.Role(java.lang.String name, java.lang.String uuid, long dbid)Constructs anRoleobject from a name, aUUIDand aDBID.
-
-
-
Constructor Detail
-
Role
public Role()
Constructs aRoleobject.
-
Role
public Role(java.lang.String name, java.lang.String uuid, long dbid) throws XSPrincipalExceptionConstructs anRoleobject from a name, aUUIDand aDBID.- Parameters:
name- name of theRoleobjectuuid-UUIDof theRoleobjectdbid-DBIDof theRoleobject- Throws:
XSPrincipalException
-
Role
public Role(java.lang.String name, java.lang.String uuid) throws XSPrincipalExceptionConstructs anRoleobject from a name and aUUID.- Parameters:
name- name of theRoleuuid-UUIDof theRole- Throws:
XSPrincipalException
-
Role
public Role(java.lang.String name, long dbid) throws XSPrincipalExceptionConstructs anRoleobject from a name and aDBID.- Parameters:
name- name of theRoleuuid-UUIDof theRole- Throws:
XSPrincipalException
-
-