public class JWTAuthMethodExtension extends Object implements io.undertow.servlet.ServletExtension
| Constructor and Description |
|---|
JWTAuthMethodExtension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthMechanism() |
void |
handleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
javax.servlet.ServletContext servletContext)
This registers the JWTAuthMechanismFactory under the "MP-JWT" mechanism name
|
void |
setAuthMechanism(String authMechanism) |
public String getAuthMechanism()
public void setAuthMechanism(String authMechanism)
public void handleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
javax.servlet.ServletContext servletContext)
handleDeployment in interface io.undertow.servlet.ServletExtensiondeploymentInfo - - the deployment to augmentservletContext - - the ServletContext for the deploymentCopyright © 2019 JBoss by Red Hat. All rights reserved.