public final class HTTPAccessLogPublisherCfgDefn extends ManagedObjectDefinition<HTTPAccessLogPublisherCfgClient,HTTPAccessLogPublisherCfg>
HTTP Access Log Publishers are responsible for distributing HTTP access log messages from the HTTP access logger to a destination.
Modifier and Type | Method and Description |
---|---|
HTTPAccessLogPublisherCfgClient |
createClientConfiguration(ManagedObject<? extends HTTPAccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
HTTPAccessLogPublisherCfg |
createServerConfiguration(ServerManagedObject<? extends HTTPAccessLogPublisherCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static HTTPAccessLogPublisherCfgDefn |
getInstance()
Get the HTTP Access Log Publisher configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<HTTPAccessLogPublisherCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
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 HTTPAccessLogPublisherCfgDefn getInstance()
public HTTPAccessLogPublisherCfgClient createClientConfiguration(ManagedObject<? extends HTTPAccessLogPublisherCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<HTTPAccessLogPublisherCfgClient,HTTPAccessLogPublisherCfg>
impl
- The managed object.public HTTPAccessLogPublisherCfg createServerConfiguration(ServerManagedObject<? extends HTTPAccessLogPublisherCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<HTTPAccessLogPublisherCfgClient,HTTPAccessLogPublisherCfg>
impl
- The server managed object.public Class<HTTPAccessLogPublisherCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<HTTPAccessLogPublisherCfgClient,HTTPAccessLogPublisherCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the HTTP Access Log Publisher is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the HTTP Access Log Publisher implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.