Modifier and Type | Method and Description |
---|---|
List<ServletExtension> |
DeploymentInfo.getServletExtensions() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.addServletExtension(ServletExtension servletExtension)
Adds an additional servlet extension to the deployment.
|
Modifier and Type | Method and Description |
---|---|
static List<ServletExtension> |
ServletExtensionHolder.getServletExtensions() |
Modifier and Type | Method and Description |
---|---|
ServletExtension |
Activator.addingService(<any> reference) |
Modifier and Type | Method and Description |
---|---|
void |
Activator.modifiedService(<any> reference,
ServletExtension service) |
void |
Activator.removedService(<any> reference,
ServletExtension service) |
Modifier and Type | Class and Description |
---|---|
class |
PicketLinkAuthenticatorServletExtension |
Modifier and Type | Class and Description |
---|---|
class |
IDPServletExtension
An implementation of
ServletExtension that can turn a deployment
into an IDP |
Modifier and Type | Class and Description |
---|---|
class |
SPServletExtension
ServletExtension that enables the SAML authentication mechanism for service provider deployments. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.