Uses of Interface
org.apache.jackrabbit.oak.spi.security.SecurityProvider
-
-
Uses of SecurityProvider in org.apache.jackrabbit.oak.spi.security
Classes in org.apache.jackrabbit.oak.spi.security that implement SecurityProvider Modifier and Type Class Description classOpenSecurityProviderRudimentarySecurityProviderimplementation that allow every subject to authenticate and grants it full access everywhere.Methods in org.apache.jackrabbit.oak.spi.security that return SecurityProvider Modifier and Type Method Description protected @NotNull SecurityProviderCompositeConfiguration. getSecurityProvider()@NotNull SecurityProviderConfigurationBase. getSecurityProvider()Methods in org.apache.jackrabbit.oak.spi.security with parameters of type SecurityProvider Modifier and Type Method Description voidCompositeConfiguration. setSecurityProvider(@NotNull SecurityProvider securityProvider)voidConfigurationBase. setSecurityProvider(@NotNull SecurityProvider securityProvider)Constructors in org.apache.jackrabbit.oak.spi.security with parameters of type SecurityProvider Constructor Description CompositeConfiguration(@NotNull String name, @NotNull SecurityProvider securityProvider)ConfigurationBase(@NotNull SecurityProvider securityProvider, @NotNull ConfigurationParameters config)non-osgi constructor -
Uses of SecurityProvider in org.apache.jackrabbit.oak.spi.security.authentication
Methods in org.apache.jackrabbit.oak.spi.security.authentication that return SecurityProvider Modifier and Type Method Description protected @Nullable SecurityProviderAbstractLoginModule. getSecurityProvider()Tries to obtain theSecurityProviderobject from the callback handler using a new SecurityProviderCallback and keeps the value as private field. -
Uses of SecurityProvider in org.apache.jackrabbit.oak.spi.security.authentication.callback
Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback that return SecurityProvider Modifier and Type Method Description @Nullable SecurityProviderRepositoryCallback. getSecurityProvider()@Nullable SecurityProviderSecurityProviderCallback. getSecurityProvider()Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback with parameters of type SecurityProvider Modifier and Type Method Description voidRepositoryCallback. setSecurityProvider(SecurityProvider securityProvider)voidSecurityProviderCallback. setSecurityProvider(SecurityProvider securityProvider) -
Uses of SecurityProvider in org.apache.jackrabbit.oak.spi.security.authentication.token
Constructors in org.apache.jackrabbit.oak.spi.security.authentication.token with parameters of type SecurityProvider Constructor Description CompositeTokenConfiguration(@NotNull SecurityProvider securityProvider) -
Uses of SecurityProvider in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Constructors in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol with parameters of type SecurityProvider Constructor Description AbstractAccessControlManager(@NotNull org.apache.jackrabbit.oak.api.Root root, @NotNull org.apache.jackrabbit.oak.namepath.NamePathMapper namePathMapper, @NotNull SecurityProvider securityProvider) -
Uses of SecurityProvider in org.apache.jackrabbit.oak.spi.security.principal
Constructors in org.apache.jackrabbit.oak.spi.security.principal with parameters of type SecurityProvider Constructor Description CompositePrincipalConfiguration(@NotNull SecurityProvider securityProvider) -
Uses of SecurityProvider in org.apache.jackrabbit.oak.spi.security.user.action
Methods in org.apache.jackrabbit.oak.spi.security.user.action with parameters of type SecurityProvider Modifier and Type Method Description @NotNull List<? extends AuthorizableAction>AuthorizableActionProvider. getAuthorizableActions(@NotNull SecurityProvider securityProvider)@NotNull List<? extends AuthorizableAction>CompositeActionProvider. getAuthorizableActions(@NotNull SecurityProvider securityProvider)@NotNull List<? extends AuthorizableAction>DefaultAuthorizableActionProvider. getAuthorizableActions(@NotNull SecurityProvider securityProvider)voidAbstractAuthorizableAction. init(@NotNull SecurityProvider securityProvider, @NotNull ConfigurationParameters config)Doesn't perform any action.voidAccessControlAction. init(@NotNull SecurityProvider securityProvider, @NotNull ConfigurationParameters config)voidAuthorizableAction. init(@NotNull SecurityProvider securityProvider, @NotNull ConfigurationParameters config)Initialize this action with the specified security provider and configuration.voidPasswordValidationAction. init(@NotNull SecurityProvider securityProvider, @NotNull ConfigurationParameters config) -
Uses of SecurityProvider in org.apache.jackrabbit.oak.spi.xml
Methods in org.apache.jackrabbit.oak.spi.xml with parameters of type SecurityProvider Modifier and Type Method Description booleanProtectedItemImporter. init(@NotNull Session session, @NotNull org.apache.jackrabbit.oak.api.Root root, @NotNull org.apache.jackrabbit.oak.namepath.NamePathMapper namePathMapper, boolean isWorkspaceImport, int uuidBehavior, @NotNull ReferenceChangeTracker referenceTracker, @NotNull SecurityProvider securityProvider)Initializes the importer.
-