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
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe provisioning source of a user. -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets theProvisioningTypeof the operation that provisioned the user that thisIUserInforepresents.Gets the provisioningIUserInfo.Sourceof the user that thisIUserInforepresents.
-
Method Details
-
getSource
IUserInfo.Source getSource()Gets the provisioningIUserInfo.Sourceof the user that thisIUserInforepresents.- Returns:
- See above.
-
getProvisioningType
ProvisioningType getProvisioningType()Gets theProvisioningTypeof the operation that provisioned the user that thisIUserInforepresents.- Returns:
- See above.
-
getId
String getId()- Returns:
- See above.
-
getUserName
String getUserName()- Returns:
- See above.
-
getDisplayName
String getDisplayName()- Returns:
- See above.
-