Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.basic.AutoMembershipConfig
-
Packages that use AutoMembershipConfig Package Description org.apache.jackrabbit.oak.spi.security.authentication.external.basic org.apache.jackrabbit.oak.spi.security.authentication.external.impl -
-
Uses of AutoMembershipConfig in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Fields in org.apache.jackrabbit.oak.spi.security.authentication.external.basic declared as AutoMembershipConfig Modifier and Type Field Description static AutoMembershipConfigAutoMembershipConfig. EMPTYMethods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that return AutoMembershipConfig Modifier and Type Method Description @NotNull AutoMembershipConfigAutoMembershipAware. getAutoMembershipConfig()Returns theAutoMembershipConfigdefined with theSyncHandlerimplementing this interface.@NotNull AutoMembershipConfigDefaultSyncConfig.Authorizable. getAutoMembershipConfig()Gets theAutoMembershipConfigthat applies to this configuration.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type AutoMembershipConfig Modifier and Type Method Description @NotNull DefaultSyncConfig.AuthorizableDefaultSyncConfig.Authorizable. setAutoMembershipConfig(@NotNull AutoMembershipConfig autoMembershipConfig)Sets theAutoMembershipConfigurationthat applies to this configuration. -
Uses of AutoMembershipConfig in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that return AutoMembershipConfig Modifier and Type Method Description @NotNull AutoMembershipConfigDefaultSyncHandler. getAutoMembershipConfig()
-