Uses of Class
org.forgerock.opendj.config.AciPropertyDefinition
-
Packages that use AciPropertyDefinition Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components. -
-
Uses of AciPropertyDefinition in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return AciPropertyDefinition Modifier and Type Method Description protected AciPropertyDefinition
AciPropertyDefinition.Builder. buildInstance(AbstractManagedObjectDefinition<?,?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior)
Methods in org.forgerock.opendj.config with parameters of type AciPropertyDefinition Modifier and Type Method Description R
PropertyDefinitionVisitor. visitAci(AciPropertyDefinition pd, P p)
Visit a dseecompat Global ACI property definition.R
PropertyValueVisitor. visitAci(AciPropertyDefinition pd, ValueOrExpression<String> v, P p)
Visit a dseecompat ACI. -
Uses of AciPropertyDefinition in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AciPropertyDefinition Modifier and Type Method Description AciPropertyDefinition
DseeCompatAccessControlHandlerCfgDefn. getGlobalAciPropertyDefinition()
Get the "global-aci" property definition.
-