Class AuditUtil


  • public final class AuditUtil
    extends Object
    Class contains static utilities for conversions of ldap data to/from audit format These are low-level data utilities and no validations are performed. These apis should not be called by outside programs.

    This class is thread safe.

    Author:
    Apache Directory Project
    • Method Detail

      • getAuthZId

        public static String getAuthZId​(String inputString)
        Parse a raw slapd access log format data string for userId.
        Parameters:
        inputString - raw slapd access log data.
        Returns:
        string containing userId.