Package com.netscape.cmscore.logging
Class Auditor
java.lang.Object
com.netscape.cmscore.logging.Auditor
- All Implemented Interfaces:
IAuditor
- Author:
- Endi S. Dewata
-
Field Summary
FieldsFields inherited from interface com.netscape.certsrv.logging.IAuditor
SIGNED_AUDIT_EMPTY_NAME_VALUE_PAIR, SIGNED_AUDIT_OPERATION, SIGNED_AUDIT_RESOURCE, SIGNED_AUDIT_SCOPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Auditor
Get signed audit groups This method is called to extract all "groups" associated with the "auditSubjectID()".getParamString
(StringBuilder parameters, Map<String, String> params) Get signed audit parameters as a string.getParamString
(Map<String, String> params) Get signed audit log subject ID This method is called to obtain the "SubjectID" for a signed audit log message.
-
Field Details
-
auditor
-
-
Constructor Details
-
Auditor
public Auditor()
-
-
Method Details
-
getAuditor
-
getSubjectID
Description copied from interface:IAuditor
Get signed audit log subject ID This method is called to obtain the "SubjectID" for a signed audit log message.- Specified by:
getSubjectID
in interfaceIAuditor
- Returns:
- id string containing the signed audit log message SubjectID
-
getGroups
Description copied from interface:IAuditor
Get signed audit groups This method is called to extract all "groups" associated with the "auditSubjectID()". -
getParamString
Description copied from interface:IAuditor
Get signed audit parameters as a string. This method is called to convert parameters into a string of name;;value pairs separated by a '+' if more than one name;;value pair exists.- Specified by:
getParamString
in interfaceIAuditor
- Returns:
- a delimited string of one or more delimited name/value pairs
-
getParamString
- Specified by:
getParamString
in interfaceIAuditor
-
getParamString
- Specified by:
getParamString
in interfaceIAuditor
-