|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<GSSAPISASLMechanismHandlerCfgClient,GSSAPISASLMechanismHandlerCfg>
org.opends.server.admin.std.meta.GSSAPISASLMechanismHandlerCfgDefn
public final class GSSAPISASLMechanismHandlerCfgDefn
An interface for querying the GSSAPI SASL Mechanism Handler managed object definition meta information.
The GSSAPI SASL mechanism performs all processing related to SASL GSSAPI authentication using Kerberos V5.
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static GSSAPISASLMechanismHandlerCfgDefn getInstance()
public GSSAPISASLMechanismHandlerCfgClient createClientConfiguration(ManagedObject<? extends GSSAPISASLMechanismHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<GSSAPISASLMechanismHandlerCfgClient,GSSAPISASLMechanismHandlerCfg>
impl
- The managed object.
public GSSAPISASLMechanismHandlerCfg createServerConfiguration(ServerManagedObject<? extends GSSAPISASLMechanismHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<GSSAPISASLMechanismHandlerCfgClient,GSSAPISASLMechanismHandlerCfg>
impl
- The server managed object.
public java.lang.Class<GSSAPISASLMechanismHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<GSSAPISASLMechanismHandlerCfgClient,GSSAPISASLMechanismHandlerCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the SASL mechanism handler is enabled for use.
public AggregationPropertyDefinition<IdentityMapperCfgClient,IdentityMapperCfg> getIdentityMapperPropertyDefinition()
Specifies the name of the identity mapper that is to be used with this SASL mechanism handler to match the Kerberos principal included in the SASL bind request to the corresponding user in the directory.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
public StringPropertyDefinition getKdcAddressPropertyDefinition()
Specifies the address of the KDC that is to be used for Kerberos processing.
If provided, this property must be a fully-qualified DNS-resolvable name. If this property is not provided, then the server attempts to determine it from the system-wide Kerberos configuration.
public StringPropertyDefinition getKeytabPropertyDefinition()
Specifies the path to the keytab file that should be used for Kerberos processing.
If provided, this is either an absolute path or one that is relative to the server instance root.
public StringPropertyDefinition getRealmPropertyDefinition()
Specifies the realm to be used for GSSAPI authentication.
public StringPropertyDefinition getServerFqdnPropertyDefinition()
Specifies the DNS-resolvable fully-qualified domain name for the system.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |