public class HttpSecuritySectionSource extends AbstractSectionSource
SectionSource
for the HttpSecuritySource
.AbstractSectionSource.SpecificationContext
Modifier and Type | Field and Description |
---|---|
static String |
INPUT_AUTHENTICATE
Name of the
SectionInput for undertaking authentication with
application provided credentials. |
static String |
INPUT_CHALLENGE
Name of the
SectionInput for challenging. |
static String |
OUTPUT_FAILURE
Name of the
SectionOutput for handling failure. |
static String |
OUTPUT_RECONTINUE
Name of the
SectionOutput for handling re-continuing after
authentication. |
static String |
PROPERTY_HTTP_SECURITY_SOURCE_KEY
|
Constructor and Description |
---|
HttpSecuritySectionSource() |
Modifier and Type | Method and Description |
---|---|
protected void |
loadSpecification(AbstractSectionSource.SpecificationContext context)
Loads the
SectionSourceSpecification . |
void |
sourceSection(SectionDesigner designer,
SectionSourceContext context)
Sources the
OfficeSection by constructing it via the input
SectionDesigner . |
getSpecification
public static final String PROPERTY_HTTP_SECURITY_SOURCE_KEY
public static final String INPUT_CHALLENGE
SectionInput
for challenging.public static final String INPUT_AUTHENTICATE
SectionInput
for undertaking authentication with
application provided credentials.public static final String OUTPUT_FAILURE
SectionOutput
for handling failure.public static final String OUTPUT_RECONTINUE
SectionOutput
for handling re-continuing after
authentication.protected void loadSpecification(AbstractSectionSource.SpecificationContext context)
AbstractSectionSource
SectionSourceSpecification
.loadSpecification
in class AbstractSectionSource
context
- AbstractSectionSource.SpecificationContext
.public void sourceSection(SectionDesigner designer, SectionSourceContext context) throws Exception
SectionSource
OfficeSection
by constructing it via the input
SectionDesigner
.designer
- SectionDesigner
to construct the structure of the
OfficeSection
.context
- SectionSourceContext
to source details to construct
the OfficeSection
.Exception
- If fails to construct the OfficeSection
.Copyright © 2005–2016. All rights reserved.