Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.LoginModuleMonitor
-
-
Uses of LoginModuleMonitor in org.apache.jackrabbit.oak.security.authentication.monitor
Classes in org.apache.jackrabbit.oak.security.authentication.monitor that implement LoginModuleMonitor Modifier and Type Class Description class
LoginModuleMonitorImpl
-
Uses of LoginModuleMonitor in org.apache.jackrabbit.oak.spi.security.authentication
Classes in org.apache.jackrabbit.oak.spi.security.authentication that implement LoginModuleMonitor Modifier and Type Class Description class
LoginModuleStats
Deprecated.Since Oak 1.40.0.Fields in org.apache.jackrabbit.oak.spi.security.authentication declared as LoginModuleMonitor Modifier and Type Field Description static LoginModuleMonitor
LoginModuleMonitor. NOOP
Methods in org.apache.jackrabbit.oak.spi.security.authentication that return LoginModuleMonitor Modifier and Type Method Description protected @NotNull LoginModuleMonitor
AbstractLoginModule. getLoginModuleMonitor()
Methods in org.apache.jackrabbit.oak.spi.security.authentication that return types with arguments of type LoginModuleMonitor Modifier and Type Method Description default @NotNull Class<LoginModuleMonitor>
LoginModuleMonitor. getMonitorClass()
Methods in org.apache.jackrabbit.oak.spi.security.authentication with parameters of type LoginModuleMonitor Modifier and Type Method Description void
LoginModuleStatsCollector. setLoginModuleMonitor(@NotNull LoginModuleMonitor lmm)
Deprecated. -
Uses of LoginModuleMonitor in org.apache.jackrabbit.oak.spi.security.authentication.callback
Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback that return LoginModuleMonitor Modifier and Type Method Description @Nullable LoginModuleMonitor
RepositoryCallback. getLoginModuleMonitor()
Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback with parameters of type LoginModuleMonitor Modifier and Type Method Description void
RepositoryCallback. setLoginModuleMonitor(LoginModuleMonitor loginModuleMonitor)
-