Uses of Interface
org.apache.jackrabbit.api.security.user.UserManager
Packages that use UserManager
Package
Description
Jackrabbit extensions for JCR core interfaces
This package contains the delegates for the various JCR API entities.
-
Uses of UserManager in org.apache.jackrabbit.api
Methods in org.apache.jackrabbit.api that return UserManagerModifier and TypeMethodDescriptionJackrabbitSession.getUserManager()Returns theUserManagerfor the currentSession. -
Uses of UserManager in org.apache.jackrabbit.oak.jcr.delegate
Classes in org.apache.jackrabbit.oak.jcr.delegate that implement UserManagerModifier and TypeClassDescriptionclassThis implementation ofUserManagerdelegates back to a delegatee wrapping each call into aUserManagerclosure.Constructors in org.apache.jackrabbit.oak.jcr.delegate with parameters of type UserManagerModifierConstructorDescriptionUserManagerDelegator(SessionDelegate sessionDelegate, UserManager userManagerDelegate) -
Uses of UserManager in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session that return UserManagerModifier and TypeMethodDescription@NotNull UserManagerSessionContext.getUserManager()@NotNull UserManagerSessionImpl.getUserManager() -
Uses of UserManager in org.apache.jackrabbit.oak.security.user
Classes in org.apache.jackrabbit.oak.security.user that implement UserManagerMethods in org.apache.jackrabbit.oak.security.user that return UserManagerModifier and TypeMethodDescription@NotNull UserManagerUserConfigurationImpl.getUserManager(Root root, NamePathMapper namePathMapper) Methods in org.apache.jackrabbit.oak.security.user with parameters of type UserManagerModifier and TypeMethodDescriptionstatic booleanUtils.canImpersonateAllUsers(@NotNull Principal principal, @NotNull UserManager userManager) Returntrueif the given principal can impersonate all users.@NotNull DynamicMembershipProviderDynamicMembershipTracker.getDynamicMembershipProvider(@NotNull Root root, @NotNull UserManager userManager, @NotNull NamePathMapper namePathMapper) static booleanUtils.isAdmin(@NotNull Principal principal, @NotNull UserManager userManager) Returntrueif the given principal is admin. -
Uses of UserManager in org.apache.jackrabbit.oak.security.user.autosave
Classes in org.apache.jackrabbit.oak.security.user.autosave that implement UserManagerModifier and TypeClassDescriptionclassImplementation of the user management that allows to set the autosave flag.Methods in org.apache.jackrabbit.oak.security.user.autosave that return UserManagerConstructors in org.apache.jackrabbit.oak.security.user.autosave with parameters of type UserManager -
Uses of UserManager in org.apache.jackrabbit.oak.spi.security.authentication
Methods in org.apache.jackrabbit.oak.spi.security.authentication that return UserManagerModifier and TypeMethodDescriptionprotected @Nullable UserManagerAbstractLoginModule.getUserManager()Retrieves theUserManagerthat should be used to handle this authentication. -
Uses of UserManager in org.apache.jackrabbit.oak.spi.security.authentication.callback
Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback that return UserManagerModifier and TypeMethodDescriptionUserManagerCallback.getUserManager()Returns the user provider as set usingUserManagerCallback.setUserManager(org.apache.jackrabbit.api.security.user.UserManager)ornull.Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback with parameters of type UserManagerModifier and TypeMethodDescriptionvoidUserManagerCallback.setUserManager(UserManager userManager) Sets theUserManagerthat is being used during the authentication process. -
Uses of UserManager in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external with parameters of type UserManagerModifier and TypeMethodDescription@NotNull SyncContextSyncHandler.createContext(@NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory) Initializes a sync context which is used to start the sync operations.@Nullable SyncedIdentitySyncHandler.findIdentity(@NotNull UserManager userManager, @NotNull String id) Tries to find the identity with the given authorizable id or name.@NotNull Iterator<SyncedIdentity>SyncHandler.listIdentities(@NotNull UserManager userManager) Lists all externally synced identities. -
Uses of UserManager in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Fields in org.apache.jackrabbit.oak.spi.security.authentication.external.basic declared as UserManagerMethods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type UserManagerModifier and TypeMethodDescriptionAutoMembershipConfig.getAutoMembers(@NotNull UserManager userManager, @NotNull Group group) Best-effort attempt to retrieve all automatically defined members of the givenGroup.Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type UserManagerModifierConstructorDescriptionDefaultSyncContext(@NotNull DefaultSyncConfig config, @NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory) -
Uses of UserManager in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type UserManagerModifier and TypeMethodDescription@NotNull SyncContextDefaultSyncHandler.createContext(@NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory) Initializes a sync context which is used to start the sync operations.DefaultSyncHandler.findIdentity(@NotNull UserManager userManager, @NotNull String id) Tries to find the identity with the given authorizable id or name.@NotNull Iterator<SyncedIdentity>DefaultSyncHandler.listIdentities(@NotNull UserManager userManager) Lists all externally synced identities.Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type UserManagerModifierConstructorDescriptionDynamicSyncContext(@NotNull DefaultSyncConfig config, @NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory) -
Uses of UserManager in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal with parameters of type UserManagerModifier and TypeMethodDescription@NotNull DynamicMembershipProviderAutomembershipService.getDynamicMembershipProvider(@NotNull Root root, @NotNull UserManager userManager, @NotNull NamePathMapper namePathMapper) -
Uses of UserManager in org.apache.jackrabbit.oak.spi.security.user
Methods in org.apache.jackrabbit.oak.spi.security.user that return UserManagerModifier and TypeMethodDescription@NotNull UserManagerUserConfiguration.getUserManager(Root root, NamePathMapper namePathMapper) Create a newUserManagerinstanceMethods in org.apache.jackrabbit.oak.spi.security.user with parameters of type UserManagerModifier and TypeMethodDescription@NotNull DynamicMembershipProviderDynamicMembershipService.getDynamicMembershipProvider(@NotNull Root root, @NotNull UserManager userManager, @NotNull NamePathMapper namePathMapper) Returns in instance ofDynamicMembershipProviderfor the given root, user manager and name-path mapper.