|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.system.logging.AuthenticationLogger
org.aselect.authspserver.log.AuthSPAuthenticationLogger
public class AuthSPAuthenticationLogger
A singleton class for the SystemLogger
that logs Authentication
information.
Description:
Singleton class for the SystemLogger
that is located in the
org.aselect.system package. It is used for logging authentication information
only.
Concurrency issues:
-
Method Summary | |
---|---|
static AuthSPAuthenticationLogger |
getHandle()
Method to return the instance of the SystemLogger . |
void |
init(java.lang.Object oAuthLogging,
java.lang.String sWorkingDir)
Initializes the Authentication Logger. |
Methods inherited from class org.aselect.system.logging.AuthenticationLogger |
---|
closeHandlers, init, init, log, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AuthSPAuthenticationLogger getHandle()
SystemLogger
.
SystemLogger
instancepublic void init(java.lang.Object oAuthLogging, java.lang.String sWorkingDir) throws ASelectException
NULL
.NULL
.
oAuthLogging
- The logger config section with id='authentication'sWorkingDir
- The A-Select working dir
ASelectException
- if initialization went wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |