Uses of Class
org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn.FilteringPolicy
-
Packages that use AccessLogPublisherCfgDefn.FilteringPolicy Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of AccessLogPublisherCfgDefn.FilteringPolicy in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return AccessLogPublisherCfgDefn.FilteringPolicy Modifier and Type Method Description AccessLogPublisherCfgDefn.FilteringPolicyAccessLogPublisherCfgClient. getFilteringPolicy()Gets the "filtering-policy" property.Methods in org.forgerock.opendj.server.config.client with parameters of type AccessLogPublisherCfgDefn.FilteringPolicy Modifier and Type Method Description voidAccessLogPublisherCfgClient. setFilteringPolicy(AccessLogPublisherCfgDefn.FilteringPolicy value)Sets the "filtering-policy" property. -
Uses of AccessLogPublisherCfgDefn.FilteringPolicy in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AccessLogPublisherCfgDefn.FilteringPolicy Modifier and Type Method Description static AccessLogPublisherCfgDefn.FilteringPolicyAccessLogPublisherCfgDefn.FilteringPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessLogPublisherCfgDefn.FilteringPolicy[]AccessLogPublisherCfgDefn.FilteringPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessLogPublisherCfgDefn.FilteringPolicy in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return AccessLogPublisherCfgDefn.FilteringPolicy Modifier and Type Method Description AccessLogPublisherCfgDefn.FilteringPolicyAccessLogPublisherCfg. getFilteringPolicy()Gets the "filtering-policy" property.
-