public final class HTTPAnonymousAuthorizationMechanismCfgDefn extends ManagedObjectDefinition<HTTPAnonymousAuthorizationMechanismCfgClient,HTTPAnonymousAuthorizationMechanismCfg>
The HTTP Anonymous Authorization Mechanism is used to define static authorization.
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, toStringpublic static HTTPAnonymousAuthorizationMechanismCfgDefn getInstance()
public HTTPAnonymousAuthorizationMechanismCfgClient createClientConfiguration(ManagedObject<? extends HTTPAnonymousAuthorizationMechanismCfgClient> impl)
createClientConfiguration in class ManagedObjectDefinition<HTTPAnonymousAuthorizationMechanismCfgClient,HTTPAnonymousAuthorizationMechanismCfg>impl - The managed object.public HTTPAnonymousAuthorizationMechanismCfg createServerConfiguration(ServerManagedObject<? extends HTTPAnonymousAuthorizationMechanismCfg> impl)
createServerConfiguration in class ManagedObjectDefinition<HTTPAnonymousAuthorizationMechanismCfgClient,HTTPAnonymousAuthorizationMechanismCfg>impl - The server managed object.public Class<HTTPAnonymousAuthorizationMechanismCfg> getServerConfigurationClass()
getServerConfigurationClass in class ManagedObjectDefinition<HTTPAnonymousAuthorizationMechanismCfgClient,HTTPAnonymousAuthorizationMechanismCfg>public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the HTTP Anonymous Authorization Mechanism is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the HTTP Anonymous Authorization Mechanism implementation.
public DNPropertyDefinition getUserDNPropertyDefinition()
The authorization DN which will be used for performing anonymous operations.
Copyright © 2017-2020 Wren Security. All Rights Reserved.