Interface LoginModuleMBean
-
- All Known Implementing Classes:
LoginModuleMonitorImpl
,LoginModuleStats
@ProviderType public interface LoginModuleMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getLoginErrors()
CompositeData
getLoginErrorsHistory()
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLoginErrors
long getLoginErrors()
-
getLoginErrorsHistory
CompositeData getLoginErrorsHistory()
-
-