public class HttpAuthenticationManagedObjectSource extends AbstractManagedObjectSource<HttpAuthenticationManagedObjectSource.Dependencies,HttpAuthenticationManagedObjectSource.Flows>
ManagedObjectSource
for the HttpAuthentication
.Modifier and Type | Class and Description |
---|---|
static class |
HttpAuthenticationManagedObjectSource.Dependencies
Dependency keys.
|
static class |
HttpAuthenticationManagedObjectSource.Flows
Flow keys.
|
AbstractAsyncManagedObjectSource.DependencyLabeller, AbstractAsyncManagedObjectSource.Labeller, AbstractAsyncManagedObjectSource.MetaDataContext<D extends Enum<D>,F extends Enum<F>>, AbstractAsyncManagedObjectSource.SpecificationContext
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_HTTP_SECURITY_SOURCE_KEY
|
Constructor and Description |
---|
HttpAuthenticationManagedObjectSource() |
Modifier and Type | Method and Description |
---|---|
protected ManagedObject |
getManagedObject()
Synchronously obtains the
ManagedObject . |
protected void |
loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpAuthenticationManagedObjectSource.Dependencies,HttpAuthenticationManagedObjectSource.Flows> context)
Overridden to load meta-data.
|
protected void |
loadSpecification(AbstractAsyncManagedObjectSource.SpecificationContext context)
Overridden to load specifications.
|
void |
start(ManagedObjectExecuteContext<HttpAuthenticationManagedObjectSource.Flows> context)
Called once after
ManagedObjectSource.init(ManagedObjectSourceContext) to indicate
this ManagedObjectSource should start execution. |
sourceManagedObject
getMetaData, getSpecification, init, stop
public static final String PROPERTY_HTTP_SECURITY_SOURCE_KEY
public HttpAuthenticationManagedObjectSource()
protected void loadSpecification(AbstractAsyncManagedObjectSource.SpecificationContext context)
AbstractAsyncManagedObjectSource
loadSpecification
in class AbstractAsyncManagedObjectSource<HttpAuthenticationManagedObjectSource.Dependencies,HttpAuthenticationManagedObjectSource.Flows>
context
- Specifications.protected void loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpAuthenticationManagedObjectSource.Dependencies,HttpAuthenticationManagedObjectSource.Flows> context) throws Exception
AbstractAsyncManagedObjectSource
loadMetaData
in class AbstractAsyncManagedObjectSource<HttpAuthenticationManagedObjectSource.Dependencies,HttpAuthenticationManagedObjectSource.Flows>
context
- Meta-data.Exception
- If fails to load the meta-data.public void start(ManagedObjectExecuteContext<HttpAuthenticationManagedObjectSource.Flows> context) throws Exception
ManagedObjectSource
Called once after ManagedObjectSource.init(ManagedObjectSourceContext)
to indicate
this ManagedObjectSource
should start execution.
On invocation of this method, ProcessState
instances may be
invoked via the ManagedObjectExecuteContext
.
start
in interface ManagedObjectSource<HttpAuthenticationManagedObjectSource.Dependencies,HttpAuthenticationManagedObjectSource.Flows>
start
in class AbstractAsyncManagedObjectSource<HttpAuthenticationManagedObjectSource.Dependencies,HttpAuthenticationManagedObjectSource.Flows>
context
- ManagedObjectExecuteContext
to use in starting this
ManagedObjectSource
.Exception
- Should the ManagedObjectSource
fail to start
execution.protected ManagedObject getManagedObject() throws Throwable
AbstractManagedObjectSource
ManagedObject
.getManagedObject
in class AbstractManagedObjectSource<HttpAuthenticationManagedObjectSource.Dependencies,HttpAuthenticationManagedObjectSource.Flows>
ManagedObject
.Throwable
- If fails to obtain the ManagedObject
.Copyright © 2005–2016. All rights reserved.