public final class ExternalAccessLogPublisherCfgDefn extends ManagedObjectDefinition<ExternalAccessLogPublisherCfgClient,ExternalAccessLogPublisherCfg>
External Access Log Publishers publish access messages to an external handler.
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static ExternalAccessLogPublisherCfgDefn getInstance()
public ExternalAccessLogPublisherCfgClient createClientConfiguration(ManagedObject<? extends ExternalAccessLogPublisherCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<ExternalAccessLogPublisherCfgClient,ExternalAccessLogPublisherCfg>
impl
- The managed object.public ExternalAccessLogPublisherCfg createServerConfiguration(ServerManagedObject<? extends ExternalAccessLogPublisherCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<ExternalAccessLogPublisherCfgClient,ExternalAccessLogPublisherCfg>
impl
- The server managed object.public Class<ExternalAccessLogPublisherCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<ExternalAccessLogPublisherCfgClient,ExternalAccessLogPublisherCfg>
public StringPropertyDefinition getConfigFilePropertyDefinition()
The JSON configuration file that defines the External Access Log Publisher. The content of the JSON configuration file depends on the type of external audit event handler. The path to the file is relative to the server root.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the External Access Log Publisher is enabled for use.
public EnumPropertyDefinition<AccessLogPublisherCfgDefn.FilteringPolicy> getFilteringPolicyPropertyDefinition()
Specifies how filtering criteria should be applied to log records.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the External Access Log Publisher implementation.
public BooleanPropertyDefinition getLogControlOidsPropertyDefinition()
Specifies whether control OIDs will be included in operation log records.
public BooleanPropertyDefinition getSuppressInternalOperationsPropertyDefinition()
Indicates whether internal operations (for example, operations that are initiated by plugins) should be logged along with the operations that are requested by users.
public BooleanPropertyDefinition getSuppressSynchronizationOperationsPropertyDefinition()
Indicates whether access messages that are generated by synchronization operations should be suppressed.
public InstantiableRelationDefinition<AccessLogFilteringCriteriaCfgClient,AccessLogFilteringCriteriaCfg> getAccessLogFilteringCriteriaRelationDefinition()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.