Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalGroup
-
-
Uses of ExternalGroup in org.apache.jackrabbit.oak.exercise.security.authentication.external
Methods in org.apache.jackrabbit.oak.exercise.security.authentication.external that return ExternalGroup Modifier and Type Method Description ExternalGroupCustomExternalIdentityProvider. getGroup(@NotNull String name)Methods in org.apache.jackrabbit.oak.exercise.security.authentication.external that return types with arguments of type ExternalGroup Modifier and Type Method Description @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 ExternalGroup Modifier and Type Class Description classLdapGroupMethods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return ExternalGroup Modifier and Type Method Description ExternalGroupLdapIdentityProvider. getGroup(@NotNull String name)Methods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return types with arguments of type ExternalGroup Modifier and Type Method Description @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 ExternalGroup Modifier and Type Method Description @Nullable ExternalGroupExternalIdentityProvider. getGroup(@NotNull String name)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 ExternalGroup Modifier and Type Method Description @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 ExternalGroup Modifier and Type Method Description protected @Nullable ExternalGroupDefaultSyncContext. getExternalGroupFromRef(@NotNull ExternalIdentityRef externalGroupRef)Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type ExternalGroup Modifier and Type Method Description protected @NotNull GroupDefaultSyncContext. createGroup(@NotNull ExternalGroup externalGroup)Creates a new repository group for the given external one.protected @NotNull DefaultSyncResultImplDefaultSyncContext. syncGroup(@NotNull ExternalGroup external, @NotNull Group group)
-