|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICMSAuditAdmin
The ICMSAuditAdmin interface provides auditing information to the Central Management Server (CMS).
This interface allows you to monitor both folder and user actions. In this situation the CMS functions as the auditor
and the auditee. Furthermore, when a new ICMSAuditAdmin object is created, it supplies its own functionality
and inherits the methods that are associated with the IAuditAdmin interface.
| Method Summary | |
|---|---|
boolean |
isConcurrentLogonSucceeded()
Deprecated. As of version 12.0. |
boolean |
isFolderCreation()
Deprecated. As of version 12.0. |
boolean |
isFolderDeletion()
Deprecated. As of version 12.0. |
boolean |
isFolderModification()
Deprecated. As of version 12.0. |
boolean |
isJobIncomplete()
Deprecated. As of version 12.0. |
boolean |
isLogonFailed()
Deprecated. As of version 12.0. |
boolean |
isNamedLogonSucceeded()
Deprecated. As of version 12.0. |
boolean |
isObjectCreation()
Deprecated. As of version 12.0. |
boolean |
isObjectDeletion()
Deprecated. As of version 12.0. |
boolean |
isObjectModification()
Deprecated. As of version 12.0. |
boolean |
isPasswordChanged()
Deprecated. As of version 12.0. |
boolean |
isRightsModification()
Deprecated. As of version 12.0. |
boolean |
isUserLogoff()
Deprecated. As of version 12.0. |
void |
setConcurrentLogonSucceeded(boolean value)
Deprecated. As of version 12.0. |
void |
setFolderCreation(boolean value)
Deprecated. As of version 12.0. |
void |
setFolderDeletion(boolean value)
Deprecated. As of version 12.0. |
void |
setFolderModification(boolean value)
Deprecated. As of version 12.0. |
void |
setJobIncomplete(boolean value)
Deprecated. As of version 12.0. |
void |
setLogonFailed(boolean value)
Deprecated. As of version 12.0. |
void |
setNamedLogonSucceeded(boolean value)
Deprecated. As of version 12.0. |
void |
setObjectCreation(boolean value)
Deprecated. As of version 12.0. |
void |
setObjectDeletion(boolean value)
Deprecated. As of version 12.0. |
void |
setObjectModification(boolean value)
Deprecated. As of version 12.0. |
void |
setPasswordChanged(boolean value)
Deprecated. As of version 12.0. |
void |
setRightsModification(boolean value)
Deprecated. As of version 12.0. |
void |
setUserLogoff(boolean value)
Deprecated. As of version 12.0. |
| Method Detail |
|---|
boolean isConcurrentLogonSucceeded()
throws SDKException
Returns a boolean indicating whether the CMS audits user logons
that are concurrent and successful.
boolean indicating whether the CMS audits user logons
that are concurrent and successful.
SDKException - This is thrown if the process is unsuccessful.
void setConcurrentLogonSucceeded(boolean value)
throws SDKException
Sets whether the CMS audits user logons that are concurrent and successful.
value - A boolean indicating whether or not the CMS audits user logons that are concurrent and successful. This will be either true or false.
SDKException - This is thrown if the process is unsuccessful.
boolean isNamedLogonSucceeded()
throws SDKException
Returns a boolean indicating whether or not the CMS audits named logons that succeeded.
boolean indicating whether or not the CMS audits successful named logons.
SDKException - This is thrown if the process is unsuccessful.
void setNamedLogonSucceeded(boolean value)
throws SDKException
Sets whether the CMS audits named logons that succeeded.
value - A boolean indicating whether or not the CMS audits successful named logons. This will be either true or false.
SDKException - This is thrown if the process is unsuccessful.
boolean isLogonFailed()
throws SDKException
Returns a boolean indicating whether the CMS audits user logons that failed. The possible causes of a user logon failure are as follows:
boolean indicating whether or not the CMS audits user logons that failed.
SDKException - This is thrown if the process is unsuccessful.
void setLogonFailed(boolean value)
throws SDKException
Sets whether the CMS audits user logons that failed.
value - A boolean indicating whether or not the CMS audits user logons that failed. This will be either true or false.
SDKException - This is thrown if the process is unsuccessful.
boolean isUserLogoff()
throws SDKException
Returns a boolean indicating whether the CMS audits user logoffs.
boolean indicating whether or not the CMS audits user logoffs.
SDKException - This is thrown if the process is unsuccessful.
void setUserLogoff(boolean value)
throws SDKException
Sets whether the CMS audits user logoffs.
value - A boolean indicating whether or not the CMS audits user logoffs. This will be either true or false.
SDKException - This is thrown if the process is unsuccessful.
boolean isPasswordChanged()
throws SDKException
Returns a boolean indicating whether the CMS audits passwords that have been changed.
boolean indicating whether or not the CMS audits passwords that have been changed.
SDKException - This is thrown if the process is unsuccessful.
void setPasswordChanged(boolean value)
throws SDKException
Sets whether the CMS audits passwords that have been changed.
value - A boolean indicating whether or not the CMS audits passwords that have been changed. This will be either true or false.
SDKException - This is thrown if the process is unsuccessful.
boolean isFolderCreation()
throws SDKException
Returns a boolean indicating whether the CMS audits creations of new folders.
boolean indicating whether or not the CMS audits creations of new folders.
SDKException - This is thrown if the process is unsuccessful.
void setFolderCreation(boolean value)
throws SDKException
Sets whether the CMS audits creations of new folders.
A - boolean indicating whether or not the CMS audits creations of new folders. This will be either true or false.
SDKException - This is thrown if the process is unsuccessful.
boolean isFolderDeletion()
throws SDKException
Returns a boolean indicating whether the CMS audits deletions of folders.
boolean indicating whether or not the CMS audits deletions of folders.
SDKException - This is thrown if the process is unsuccessful.
void setFolderDeletion(boolean value)
throws SDKException
Sets whether the CMS audits deletions of folders.
value - A boolean indicating whether or not the CMS audits deletions of folders. This will be either true or false.
SDKException - This is thrown if the process is unsuccessful.
boolean isFolderModification()
throws SDKException
Returns a boolean indicating whether the CMS audits the modifications of folders.
The CMS considers a modification to be a change in the name, location, or description of a folder.
boolean indicating whether or not the CMS audits the modifications of folders.
SDKException - This is thrown if the process is unsuccessful.
void setFolderModification(boolean value)
throws SDKException
Sets whether the CMS audits the modifications of folders. The CMS considers a modification to be a change in the name, location, or description of a folder.
value - A boolean indicating whether or not the CMS audits the modifications of folders.
SDKException - This is thrown if the process is unsuccessful.
boolean isJobIncomplete()
throws SDKException
Returns a boolean indicating whether the CMS audits incomplete jobs.
SDKException - This is thrown if the process is unsuccessful.
void setJobIncomplete(boolean value)
throws SDKException
Sets whether the CMS audits for incomplete jobs.
value - A boolean specifying whether or not the CMS audits for incomplete jobs. A
true value indicates that the CMS will audit for incomplete jobs, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
boolean isObjectCreation()
throws SDKException
Returns a boolean value that indicates whether the CMS audits creations of new objects.
boolean value that indicates whether the CMS audits creations of new objects.
SDKException - This is thrown if the process is unsuccessful.
void setObjectCreation(boolean value)
throws SDKException
Sets whether the CMS audits creations of new objects.
A - boolean indicating whether or not the CMS audits creations of new objects. This will be either true or false.
SDKException - This is thrown if the process is unsuccessful.
boolean isObjectDeletion()
throws SDKException
Returns a boolean value that indicates whether the CMS audits the deletion of objects.
boolean value that indicates whether the CMS audits the deletion of objects.
SDKException - This is thrown if the process is unsuccessful.
void setObjectDeletion(boolean value)
throws SDKException
Sets whether the CMS audits deletions of objects.
value - A boolean that indicates whether the CMS audits the deletion of objects.
SDKException - This is thrown if the process is unsuccessful.
boolean isObjectModification()
throws SDKException
Returns a boolean value that indicates whether the CMS audits the modification of objects.
The CMS considers a modification to be a change in the name, location, or description of an object.
boolean value that indicates whether the CMS audits the modification of objects.
SDKException - This is thrown if the process is unsuccessful.
void setObjectModification(boolean value)
throws SDKException
Sets whether the CMS audits the modifications of objects. The CMS considers a modification to be a change in the name, location, or description of an object.
value - A boolean value that indicates whether the CMS audits the modification of objects.
SDKException - This is thrown if the process is unsuccessful.
boolean isRightsModification()
throws SDKException
Returns a boolean value that indicates whether the CMS audits the modification of rights.
boolean value that indicates whether the CMS audits the modification of rights.
SDKException - This is thrown if the process is unsuccessful.
void setRightsModification(boolean value)
throws SDKException
Sets whether the CMS audits the modification of rights.
value - A boolean value that indicates whether the CMS audits the modification of rights.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||