Uses of Interface
org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
-
-
Uses of PrincipalProvider in org.apache.jackrabbit.oak.exercise.security.principal
Methods in org.apache.jackrabbit.oak.exercise.security.principal that return PrincipalProvider Modifier and Type Method Description @NotNull PrincipalProviderCustomPrincipalConfiguration. getPrincipalProvider(Root root, NamePathMapper namePathMapper) -
Uses of PrincipalProvider in org.apache.jackrabbit.oak.security.principal
Methods in org.apache.jackrabbit.oak.security.principal that return PrincipalProvider Modifier and Type Method Description @NotNull PrincipalProviderPrincipalConfigurationImpl. getPrincipalProvider(Root root, NamePathMapper namePathMapper) -
Uses of PrincipalProvider in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user that return PrincipalProvider Modifier and Type Method Description @Nullable PrincipalProviderUserConfigurationImpl. getUserPrincipalProvider(@NotNull Root root, @NotNull NamePathMapper namePathMapper) -
Uses of PrincipalProvider in org.apache.jackrabbit.oak.spi.security.authentication
Methods in org.apache.jackrabbit.oak.spi.security.authentication that return PrincipalProvider Modifier and Type Method Description protected @Nullable PrincipalProviderAbstractLoginModule. getPrincipalProvider()Retrieves thePrincipalProviderthat should be used to handle this authentication. -
Uses of PrincipalProvider in org.apache.jackrabbit.oak.spi.security.authentication.callback
Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback that return PrincipalProvider Modifier and Type Method Description PrincipalProviderPrincipalProviderCallback. getPrincipalProvider()Returns the principal provider as set usingPrincipalProviderCallback.setPrincipalProvider(org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider)ornull.Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback with parameters of type PrincipalProvider Modifier and Type Method Description voidPrincipalProviderCallback. setPrincipalProvider(PrincipalProvider principalProvider)Sets thePrincipalProviderthat is being used during the authentication process. -
Uses of PrincipalProvider in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal that return PrincipalProvider Modifier and Type Method Description @NotNull PrincipalProviderExternalPrincipalConfiguration. getPrincipalProvider(Root root, NamePathMapper namePathMapper) -
Uses of PrincipalProvider in org.apache.jackrabbit.oak.spi.security.principal
Classes in org.apache.jackrabbit.oak.spi.security.principal that implement PrincipalProvider Modifier and Type Class Description classCompositePrincipalProviderPrincipalProviderimplementation that aggregates a list of principal providers into a single.classEmptyPrincipalProviderImplementation of thePrincipalProviderinterface that never returns any principals.Fields in org.apache.jackrabbit.oak.spi.security.principal declared as PrincipalProvider Modifier and Type Field Description static PrincipalProviderEmptyPrincipalProvider. INSTANCEMethods in org.apache.jackrabbit.oak.spi.security.principal that return PrincipalProvider Modifier and Type Method Description @NotNull PrincipalProviderCompositePrincipalConfiguration. getPrincipalProvider(Root root, NamePathMapper namePathMapper)@NotNull PrincipalProviderPrincipalConfiguration. getPrincipalProvider(Root root, NamePathMapper namePathMapper)Returns an instance of the OAKPrincipalProvider.static PrincipalProviderCompositePrincipalProvider. of(@NotNull List<PrincipalProvider> providers)Method parameters in org.apache.jackrabbit.oak.spi.security.principal with type arguments of type PrincipalProvider Modifier and Type Method Description static PrincipalProviderCompositePrincipalProvider. of(@NotNull List<PrincipalProvider> providers)Constructors in org.apache.jackrabbit.oak.spi.security.principal with parameters of type PrincipalProvider Constructor Description PrincipalManagerImpl(@NotNull PrincipalProvider principalProvider)Constructor parameters in org.apache.jackrabbit.oak.spi.security.principal with type arguments of type PrincipalProvider Constructor Description CompositePrincipalProvider(List<PrincipalProvider> providers) -
Uses of PrincipalProvider in org.apache.jackrabbit.oak.spi.security.user
Methods in org.apache.jackrabbit.oak.spi.security.user that return PrincipalProvider Modifier and Type Method Description @Nullable PrincipalProviderUserConfiguration. getUserPrincipalProvider(@NotNull Root root, @NotNull NamePathMapper namePathMapper)Optional method that allows a given user management implementation to provide a specific and optimized implementation of thePrincipalProviderinterface for the principals represented by the user/groups known to this implementation.
-