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
Modifier and TypeInterfaceDescriptionstatic enum
The level of access that a user or a group has to a saved artifact. -
Method Summary
Modifier and TypeMethodDescriptionGets theIAccessControl.AccessLevel
that the subject has to the saved artifact.Gets aString
that contains the unique identifier of the subject (a user or a group).
-
Method Details
-
getSubjectId
String getSubjectId()Gets aString
that contains the unique identifier of the subject (a user or a group).- Returns:
- See above.
-
getAccessLevel
IAccessControl.AccessLevel getAccessLevel()Gets theIAccessControl.AccessLevel
that the subject has to the saved artifact.- Returns:
- See above.
-