Package com.netscape.cmscore.logging
Class Auditor
java.lang.Object
com.netscape.cmscore.logging.Auditor
- Author:
- Endi S. Dewata
-
Field Summary
Fields -
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.Get signed audit parameters as a string.getParamString
(Map<String, String> params) Get signed audit parameters as a string.Get signed audit log subject ID This method is called to obtain the "SubjectID" for a signed audit log message.
-
Field Details
-
SIGNED_AUDIT_SCOPE
- See Also:
-
SIGNED_AUDIT_OPERATION
- See Also:
-
SIGNED_AUDIT_RESOURCE
- See Also:
-
SIGNED_AUDIT_EMPTY_NAME_VALUE_PAIR
- See Also:
-
auditor
-
-
Constructor Details
-
Auditor
public Auditor()
-
-
Method Details
-
getAuditor
-
getSubjectID
Get signed audit log subject ID This method is called to obtain the "SubjectID" for a signed audit log message.- Returns:
- id string containing the signed audit log message SubjectID
-
getGroups
Get signed audit groups This method is called to extract all "groups" associated with the "auditSubjectID()".- Parameters:
subjectID
- string containing the signed audit log message SubjectID- Returns:
- a delimited string of groups associated with the "auditSubjectID()"
-
getParamString
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.- Returns:
- a delimited string of one or more delimited name/value pairs
-
getParamString
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.- Returns:
- a delimited string of one or more delimited name/value pairs
-
getParamString
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.- Returns:
- a delimited string of one or more delimited name/value pairs
-