|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iplanet.log.LogManager
com.sun.identity.log.Logger
.
This class LogManager
is the class which provides a conversion
layer from the Sun ONE Identity Server5.1 log API to Sun ONE Identity Server6.0 log API.
Field Summary | |
SSOToken |
token
Deprecated. |
Constructor Summary | |
LogManager(com.iplanet.dpro.session.Session sess)
Deprecated. Construct a Sun ONE Identity Server 5.1 log manager. |
|
LogManager(com.iplanet.dpro.session.SessionID sid)
Deprecated. Construct a Sun ONE Identity Server 5.1 log manager. |
|
LogManager(SSOToken token)
Deprecated. Construct a Sun ONE Identity Server 5.1 log manager. |
Method Summary | |
void |
access(LogRecord lr,
java.lang.String logName)
Deprecated. Write a log record to an access log. |
void |
create(java.lang.String logName)
Deprecated. This method no longer does anything. |
void |
error(LogRecord lr,
java.lang.String logName)
Deprecated. Write a log record to an error log. |
void |
write(LogRecord lr,
java.lang.String logName)
Deprecated. Write a log record to a log. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public SSOToken token
Constructor Detail |
public LogManager(SSOToken token)
token
- The SSOToken which is used for filling up log details and to prove the
client's authorization.public LogManager(com.iplanet.dpro.session.Session sess)
sess
- Session which will be used for filling up the log details and also for
proving the clients authorization to log.public LogManager(com.iplanet.dpro.session.SessionID sid)
sid
- SessionID which will be used for filling up the log details and also for
proving the clients authorization to log.Method Detail |
public void create(java.lang.String logName) throws LogException
logName
- A log to be created. A valid logName should not
contain any "-".LogException
- This is no longer valid.public void access(LogRecord lr, java.lang.String logName) throws LogException
logName
- A log to which the application wants to submit a log record.lr
- A Sun ONE Identity Server 5.1 log record to be written to the log.LogException
- Can't be thrown any longer because jdk1.4 log API log method doesn't throw
any exception. But it is here for compatibility with existing client code.public void error(LogRecord lr, java.lang.String logName) throws LogException
lr
- A Sun ONE Identity Server 5.1 log record to be written to the log.logName
- A log to which the application wants to submit a log record.LogException
- Can't be thrown any longer because jdk1.4 log API log method doesn't throw
any exception. But it is here for compatibility with existing client code.public void write(LogRecord lr, java.lang.String logName) throws LogException
lr
- The Sun ONE Identity Server 5.1 log record.logName
- The logName to which the log record is to be written.LogException
- Can't be thrown any longer because jdk1.4 log API log method doesn't throw
any exception. But it is here for compatibility with existing client code.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |