Uses of Interface
org.apache.jackrabbit.oak.stats.Monitor
-
-
Uses of Monitor in org.apache.jackrabbit.oak.security.authentication
Methods in org.apache.jackrabbit.oak.security.authentication that return types with arguments of type Monitor Modifier and Type Method Description @NotNull Iterable<Monitor<?>>AuthenticationConfigurationImpl. getMonitors(@NotNull StatisticsProvider statisticsProvider) -
Uses of Monitor in org.apache.jackrabbit.oak.security.authentication.monitor
Classes in org.apache.jackrabbit.oak.security.authentication.monitor that implement Monitor Modifier and Type Class Description classLoginModuleMonitorImpl -
Uses of Monitor in org.apache.jackrabbit.oak.security.authorization
Methods in org.apache.jackrabbit.oak.security.authorization that return types with arguments of type Monitor Modifier and Type Method Description @NotNull Iterable<Monitor<?>>AuthorizationConfigurationImpl. getMonitors(@NotNull StatisticsProvider statisticsProvider) -
Uses of Monitor in org.apache.jackrabbit.oak.security.authorization.monitor
Subinterfaces of Monitor in org.apache.jackrabbit.oak.security.authorization.monitor Modifier and Type Interface Description interfaceAuthorizationMonitorClasses in org.apache.jackrabbit.oak.security.authorization.monitor that implement Monitor Modifier and Type Class Description classAuthorizationMonitorImpl -
Uses of Monitor in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user that return types with arguments of type Monitor Modifier and Type Method Description @NotNull Iterable<Monitor<?>>UserConfigurationImpl. getMonitors(@NotNull StatisticsProvider statisticsProvider) -
Uses of Monitor in org.apache.jackrabbit.oak.security.user.monitor
Subinterfaces of Monitor in org.apache.jackrabbit.oak.security.user.monitor Modifier and Type Interface Description interfaceUserMonitorClasses in org.apache.jackrabbit.oak.security.user.monitor that implement Monitor Modifier and Type Class Description classUserMonitorImpl -
Uses of Monitor in org.apache.jackrabbit.oak.spi.security
Methods in org.apache.jackrabbit.oak.spi.security that return types with arguments of type Monitor Modifier and Type Method Description @NotNull Iterable<Monitor<?>>CompositeConfiguration. getMonitors(@NotNull StatisticsProvider statisticsProvider)default @NotNull Iterable<Monitor<?>>SecurityConfiguration. getMonitors(@NotNull StatisticsProvider statisticsProvider) -
Uses of Monitor in org.apache.jackrabbit.oak.spi.security.authentication
Subinterfaces of Monitor in org.apache.jackrabbit.oak.spi.security.authentication Modifier and Type Interface Description interfaceLoginModuleMonitorClasses in org.apache.jackrabbit.oak.spi.security.authentication that implement Monitor Modifier and Type Class Description classLoginModuleStatsDeprecated.Since Oak 1.40.0. -
Uses of Monitor in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.monitor
Subinterfaces of Monitor in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.monitor Modifier and Type Interface Description interfaceExternalIdentityMonitorClasses in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.monitor that implement Monitor Modifier and Type Class Description classExternalIdentityMonitorImpl -
Uses of Monitor in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal that return types with arguments of type Monitor Modifier and Type Method Description @NotNull Iterable<Monitor<?>>ExternalPrincipalConfiguration. getMonitors(@NotNull StatisticsProvider statisticsProvider)
-