Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalGroup
Packages that use ExternalGroup
Package
Description
-
Uses of ExternalGroup in org.apache.jackrabbit.oak.exercise.security.authentication.external
Methods in org.apache.jackrabbit.oak.exercise.security.authentication.external that return ExternalGroupModifier and TypeMethodDescriptionMethods in org.apache.jackrabbit.oak.exercise.security.authentication.external that return types with arguments of type ExternalGroupModifier and TypeMethodDescription@NotNull Iterator<ExternalGroup>
CustomExternalIdentityProvider.listGroups()
-
Uses of ExternalGroup in org.apache.jackrabbit.oak.security.authentication.ldap.impl
Classes in org.apache.jackrabbit.oak.security.authentication.ldap.impl that implement ExternalGroupMethods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return ExternalGroupModifier and TypeMethodDescriptionMethods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return types with arguments of type ExternalGroupModifier and TypeMethodDescription@NotNull Iterator<ExternalGroup>
LdapIdentityProvider.listGroups()
-
Uses of ExternalGroup in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return ExternalGroupModifier and TypeMethodDescription@Nullable ExternalGroup
Returns the group for the given (local) group name.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return types with arguments of type ExternalGroupModifier and TypeMethodDescription@NotNull Iterator<ExternalGroup>
ExternalIdentityProvider.listGroups()
List all external groups. -
Uses of ExternalGroup in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that return ExternalGroupModifier and TypeMethodDescriptionprotected @Nullable ExternalGroup
DefaultSyncContext.getExternalGroupFromRef
(@NotNull ExternalIdentityRef externalGroupRef) Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type ExternalGroupModifier and TypeMethodDescriptionprotected @NotNull Group
DefaultSyncContext.createGroup
(@NotNull ExternalGroup externalGroup) Creates a new repository group for the given external one.protected @NotNull DefaultSyncResultImpl
DefaultSyncContext.syncGroup
(@NotNull ExternalGroup external, @NotNull Group group)