public interface HttpSecuritySourceExtension<S extends HttpSecuritySource>
HttpSecuritySource
usage.ExtensionClasspathProvider
,
ExtensionOpener
Modifier and Type | Field and Description |
---|---|
static String |
EXTENSION_ID
Extension ID.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite page,
HttpSecuritySourceExtensionContext context)
Loads the input page with the necessary
Control instances to
populate the PropertyList . |
Class<S> |
getHttpSecuritySourceClass()
Obtains the class of the
HttpSecuritySource being enriched in its
usage. |
String |
getHttpSecuritySourceLabel()
Obtains the label for the
HttpSecuritySource . |
static final String EXTENSION_ID
Class<S> getHttpSecuritySourceClass()
HttpSecuritySource
being enriched in its
usage.HttpSecuritySource
being enriched in its
usage.String getHttpSecuritySourceLabel()
Obtains the label for the HttpSecuritySource
.
This is a descriptive name that can be used other than the fully
qualified name of the HttpSecuritySource
.
HttpSecuritySource
.void createControl(org.eclipse.swt.widgets.Composite page, HttpSecuritySourceExtensionContext context)
Control
instances to
populate the PropertyList
. Also allows notifying of changes to
Property
instances via the
HttpSecuritySourceExtensionContext
.page
- Page to be setup for populating the PropertyList
.context
- HttpSecuritySourceExtensionContext
.Copyright © 2005–2016. All rights reserved.