Package com.i2group.disco.audit
Interface IAccessControl
public interface IAccessControl
An association between a subject (a user or a group) and an access level, for a saved artifact
involved in an operation that is under audit.
- Since:
- 13.3
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe level of access that a user or a group has to a saved artifact. -
Method Summary
Modifier and TypeMethodDescriptionGets theIAccessControl.AccessLevelthat the subject has to the saved artifact.Gets aStringthat contains the unique identifier of the subject (a user or a group).
-
Method Details
-
getSubjectId
String getSubjectId()Gets aStringthat contains the unique identifier of the subject (a user or a group).- Returns:
- See above.
-
getAccessLevel
IAccessControl.AccessLevel getAccessLevel()Gets theIAccessControl.AccessLevelthat the subject has to the saved artifact.- Returns:
- See above.
-