@DTO public class UESCastAccessRoleAttributes extends java.lang.Object
UESCast#getAccessRoleCastList(UESURI, UESCastGetAccessRoleCastList)
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
castedSubjectCode
Code of the subject (personal access role or uuEE) which is casted to the subjectUri (role or group).
|
private UESURI |
castedSubjectEntityTypeUri
Entity type URI of casted subject.
|
private java.lang.String |
castedSubjectName
Name of the subject (personal access role or uuEE) which is casted to the subjectUri (role or group).
|
private UESURI |
castedSubjectUri
UESURI of the subject (personal access role or uuEE) which is casted to the subjectUri (role or group).
|
private UESCastLevel |
level
Access role cast level to the specified role.
|
private java.lang.Boolean |
primary
Specifies if the cast is the primary cast to the role.
|
private java.lang.String |
subjectCode
Code of the subject (role or group) to which the castedSubjectUri is casted.
|
private UESURI |
subjectEntityTypeUri
Entity type URI of subject.
|
private java.lang.String |
subjectName
Name of the subject (role or group) to which the castedSubjectUri is casted.
|
private UESURI |
subjectUri
UESURI of the subject (role or group) to which the castedSubjectUri is casted.
|
Constructor and Description |
---|
UESCastAccessRoleAttributes(java.lang.String castedSubjectName,
Full constructor.
|