Class LoginModuleStats
java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.LoginModuleStats
- All Implemented Interfaces:
LoginModuleMBean,LoginModuleMonitor,org.apache.jackrabbit.oak.stats.Monitor<LoginModuleMonitor>
@Deprecated
public class LoginModuleStats
extends Object
implements LoginModuleMBean, LoginModuleMonitor
Deprecated.
-
Field Summary
Fields inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.LoginModuleMBean
NAME, TYPEFields inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.LoginModuleMonitor
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionLoginModuleStats(org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated.Deprecated.voidDeprecated.Event to be called in the case there is an error in the login chain.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.LoginModuleMonitor
getMonitorClass, getMonitorProperties, loginFailed, principalsCollected
-
Constructor Details
-
LoginModuleStats
public LoginModuleStats(org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider) Deprecated.
-
-
Method Details
-
loginError
public void loginError()Deprecated.Description copied from interface:LoginModuleMonitorEvent to be called in the case there is an error in the login chain. This is not covering failed logins, but actual operational errors that probably need to be investigated. Any triggered event should have a corresponding error logged to make this investigation possible.- Specified by:
loginErrorin interfaceLoginModuleMonitor- See Also:
-
getLoginErrors
public long getLoginErrors()Deprecated.- Specified by:
getLoginErrorsin interfaceLoginModuleMBean
-
getLoginErrorsHistory
Deprecated.- Specified by:
getLoginErrorsHistoryin interfaceLoginModuleMBean
-
LoginModuleMonitorandLoginModuleMBeanhas been added to oak-core.