Uses of Interface
org.apache.jackrabbit.oak.spi.security.Context
-
Packages that use Context Package Description org.apache.jackrabbit.oak.spi.security -
-
Uses of Context in org.apache.jackrabbit.oak.spi.security
Classes in org.apache.jackrabbit.oak.spi.security that implement Context Modifier and Type Class Description static classContext.DefaultDefault implementation of theContextinterface that always returnsfalse.Fields in org.apache.jackrabbit.oak.spi.security declared as Context Modifier and Type Field Description static ContextContext. DEFAULTMethods in org.apache.jackrabbit.oak.spi.security that return Context Modifier and Type Method Description @NotNull ContextCompositeConfiguration. getContext()@NotNull ContextSecurityConfiguration.Default. getContext()@NotNull ContextSecurityConfiguration. getContext()
-