Package com.i2group.disco.audit
Interface IUserInfo
- All Known Subinterfaces:
IUserAddAuditEvent
,IUserRemoveAuditEvent
,IUserRestoreAuditEvent
,IUserUpdateAuditEvent
public interface IUserInfo
Information about a user that is involved in an operation that is under audit.
- Since:
- 13.3
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The provisioning source of a user. -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets theProvisioningType
of the operation that provisioned the user that thisIUserInfo
represents.Gets the provisioningIUserInfo.Source
of the user that thisIUserInfo
represents.
-
Method Details
-
getSource
IUserInfo.Source getSource()Gets the provisioningIUserInfo.Source
of the user that thisIUserInfo
represents.- Returns:
- See above.
-
getProvisioningType
ProvisioningType getProvisioningType()Gets theProvisioningType
of the operation that provisioned the user that thisIUserInfo
represents.- Returns:
- See above.
-
getId
String getId()- Returns:
- See above.
-
getUserName
String getUserName()- Returns:
- See above.
-
getDisplayName
String getDisplayName()- Returns:
- See above.
-