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)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<HttpAccessLogPublisherCfgClient,HttpAccessLogPublisherCfg>
impl
- The managed object.public HttpAccessLogPublisherCfg createServerConfiguration(ServerManagedObject<? extends HttpAccessLogPublisherCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<HttpAccessLogPublisherCfgClient,HttpAccessLogPublisherCfg>
impl
- The server managed object.public Class<HttpAccessLogPublisherCfg> getServerConfigurationClass()
ManagedObjectDefinition
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-2018 ForgeRock AS.