public class PWResetAdminLog extends Object implements ConfigurationListener
PWResetAdminLog
defines the methods to log messages
to password reset log file.Modifier and Type | Field and Description |
---|---|
protected ResourceBundle |
rb
Resource bundle object
|
Constructor and Description |
---|
PWResetAdminLog(SSOToken token)
Constructs a logger object
|
Modifier and Type | Method and Description |
---|---|
void |
doLog(String msgString)
Writes a log record to the password reset log file.
|
void |
doLog(String key,
String message)
Writes a log record to the password reset log file.
|
void |
doLogKey(String key)
Writes a log record to the password reset log file.
|
boolean |
isEnabled()
Returns true if logging is enabled.
|
void |
notifyChanges()
This method will be call if configuration changed.
|
protected ResourceBundle rb
public PWResetAdminLog(SSOToken token)
token
- a valid SSO Token objectpublic void doLogKey(String key)
key
- to look up in the properties filepublic void doLog(String key, String message)
key
- to look up in the properties filemessage
- to write with the keypublic void doLog(String msgString)
msgString
- string which is to be written to the password reset
log filepublic boolean isEnabled()
public void notifyChanges()
ConfigurationListener
notifyChanges
in interface ConfigurationListener
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.