Package | Description |
---|---|
com.sun.identity.log |
Provides the classes and interfaces of core logging and auditing facilities.
|
Modifier and Type | Method and Description |
---|---|
static String[][] |
LogReader.read(Set fileNames,
LogQuery logQuery,
Object userCrdential)
Retrieves specific records in a given sorted order on
specific field (if user specifies valid sorting by field).
|
static String[][] |
LogReader.read(String fileName,
LogQuery logQuery,
Object userCrdential)
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)
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)
Reads a log file provided it has the required authorization.
|
Copyright © 2010-2016, ForgeRock All Rights Reserved.