|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContextFactoryConfiguration in org.apache.ldap.server.authn |
Methods in org.apache.ldap.server.authn that return ContextFactoryConfiguration | |
ContextFactoryConfiguration |
AbstractAuthenticator.getFactoryConfiguration()
Returns ContextFactoryConfiguration of InitialContextFactory
which initialized this authenticator. |
Methods in org.apache.ldap.server.authn with parameters of type ContextFactoryConfiguration | |
void |
Authenticator.init(ContextFactoryConfiguration factoryCfg,
AuthenticatorConfiguration cfg)
Called by AuthenticationService to indicate that this
authenticator is being placed into service. |
void |
AuthenticationService.init(ContextFactoryConfiguration factoryCfg,
InterceptorConfiguration cfg)
Registers and initializes all Authenticator s to this service. |
void |
AbstractAuthenticator.init(ContextFactoryConfiguration factoryCfg,
AuthenticatorConfiguration cfg)
Initializes default properties (factoryConfiguration and configuration, and calls AbstractAuthenticator.doInit() method. |
Uses of ContextFactoryConfiguration in org.apache.ldap.server.authz |
Methods in org.apache.ldap.server.authz with parameters of type ContextFactoryConfiguration | |
void |
AuthorizationService.init(ContextFactoryConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of ContextFactoryConfiguration in org.apache.ldap.server.exception |
Methods in org.apache.ldap.server.exception with parameters of type ContextFactoryConfiguration | |
void |
ExceptionService.init(ContextFactoryConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of ContextFactoryConfiguration in org.apache.ldap.server.interceptor |
Methods in org.apache.ldap.server.interceptor with parameters of type ContextFactoryConfiguration | |
void |
InterceptorChain.init(ContextFactoryConfiguration factoryCfg)
Initializes and registers all interceptors according to the specified ContextFactoryConfiguration . |
void |
Interceptor.init(ContextFactoryConfiguration factoryCfg,
InterceptorConfiguration cfg)
Intializes this interceptor. |
void |
BaseInterceptor.init(ContextFactoryConfiguration factoryCfg,
InterceptorConfiguration cfg)
This method does nothing by default. |
Uses of ContextFactoryConfiguration in org.apache.ldap.server.jndi |
Methods in org.apache.ldap.server.jndi that return ContextFactoryConfiguration | |
abstract ContextFactoryConfiguration |
ContextFactoryService.getConfiguration()
Returns the configuration of this service. |
Uses of ContextFactoryConfiguration in org.apache.ldap.server.normalization |
Methods in org.apache.ldap.server.normalization with parameters of type ContextFactoryConfiguration | |
void |
NormalizationService.init(ContextFactoryConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of ContextFactoryConfiguration in org.apache.ldap.server.operational |
Methods in org.apache.ldap.server.operational with parameters of type ContextFactoryConfiguration | |
void |
OperationalAttributeService.init(ContextFactoryConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of ContextFactoryConfiguration in org.apache.ldap.server.partition |
Methods in org.apache.ldap.server.partition that return ContextFactoryConfiguration | |
ContextFactoryConfiguration |
AbstractContextPartition.getFactoryConfiguration()
Returns ContextFactoryConfiguration that is provided from
AbstractContextPartition.init(ContextFactoryConfiguration, ContextPartitionConfiguration) . |
Methods in org.apache.ldap.server.partition with parameters of type ContextFactoryConfiguration | |
void |
DefaultContextPartitionNexus.init(ContextFactoryConfiguration factoryCfg,
ContextPartitionConfiguration cfg)
|
void |
ContextPartition.init(ContextFactoryConfiguration factoryCfg,
ContextPartitionConfiguration cfg)
Initializes this partition. |
void |
AbstractContextPartition.init(ContextFactoryConfiguration factoryCfg,
ContextPartitionConfiguration cfg)
Sets up default properties(factoryConfiguration and configuration) and calls AbstractContextPartition.doInit() where you have to put your initialization code in. |
Uses of ContextFactoryConfiguration in org.apache.ldap.server.partition.impl.btree |
Methods in org.apache.ldap.server.partition.impl.btree with parameters of type ContextFactoryConfiguration | |
void |
BTreeContextPartition.init(ContextFactoryConfiguration factoryCfg,
ContextPartitionConfiguration cfg)
|
Uses of ContextFactoryConfiguration in org.apache.ldap.server.partition.impl.btree.jdbm |
Methods in org.apache.ldap.server.partition.impl.btree.jdbm with parameters of type ContextFactoryConfiguration | |
void |
JdbmContextPartition.init(ContextFactoryConfiguration factoryCfg,
ContextPartitionConfiguration cfg)
|
Uses of ContextFactoryConfiguration in org.apache.ldap.server.schema |
Methods in org.apache.ldap.server.schema with parameters of type ContextFactoryConfiguration | |
void |
SchemaService.init(ContextFactoryConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |