Package com.netscape.certsrv.logging
Interface IAuditor
- All Known Implementing Classes:
Auditor
public interface IAuditor
- Author:
- Endi S. Dewata
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet 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
-
SIGNED_AUDIT_SCOPE
- See Also:
-
SIGNED_AUDIT_OPERATION
- See Also:
-
SIGNED_AUDIT_RESOURCE
- See Also:
-
SIGNED_AUDIT_EMPTY_NAME_VALUE_PAIR
- See Also:
-
-
Method Details
-
getSubjectID
String 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
-
getParamString
-