Uses of Class
com.sun.identity.log.LogQuery

Packages that use LogQuery
Package
Description
Provides the classes and interfaces of core logging and auditing facilities.
  • Uses of LogQuery in com.sun.identity.log

    Methods in com.sun.identity.log with parameters of type LogQuery
    Modifier and Type
    Method
    Description
    static String[][]
    LogReader.read(String fileName, LogQuery logQuery, Object userCrdential)
    Deprecated.
    Retrieves specific records in a given sorted order on specific field (if user specifies valid sorting by field).
    static String[][]
    LogReader.read(String logName, String logType, LogQuery logQuery, Object userCrdential)
    Deprecated.
    Retrieves records from log file provided it has the required authorization.
    static String[][]
    LogReader.read(String logname, String logtype, String timeStamp, LogQuery logQuery, Object userCrdential)
    Deprecated.
    Reads a log file provided it has the required authorization.
    static String[][]
    LogReader.read(Set fileNames, LogQuery logQuery, Object userCrdential)
    Deprecated.
    Retrieves specific records in a given sorted order on specific field (if user specifies valid sorting by field).