Class LoginModuleStats
java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.LoginModuleStats
- All Implemented Interfaces:
LoginModuleMBean
,LoginModuleMonitor
,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, TYPE
Fields inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.LoginModuleMonitor
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.Deprecated.void
Deprecated.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, wait
Methods inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.LoginModuleMonitor
getMonitorClass, getMonitorProperties, loginFailed, principalsCollected
-
Constructor Details
-
LoginModuleStats
Deprecated.
-
-
Method Details
-
loginError
public void loginError()Deprecated.Description copied from interface:LoginModuleMonitor
Event 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:
loginError
in interfaceLoginModuleMonitor
- See Also:
-
getLoginErrors
public long getLoginErrors()Deprecated.- Specified by:
getLoginErrors
in interfaceLoginModuleMBean
-
getLoginErrorsHistory
Deprecated.- Specified by:
getLoginErrorsHistory
in interfaceLoginModuleMBean
-
LoginModuleMonitor
andLoginModuleMBean
has been added to oak-core.