@Service @PerLookup public class JwtAuthDeployer extends MicroProfileDeployer<JwtAuthContainer,JwtAuthApplicationContainer>
| Constructor and Description |
|---|
JwtAuthDeployer() |
| Modifier and Type | Method and Description |
|---|---|
JwtAuthApplicationContainer |
load(JwtAuthContainer container,
DeploymentContext deploymentContext)
Loads a previously prepared application in its execution environment and
return a ContractProvider instance that will identify this environment in
future communications with the application's container runtime.
|
void |
unload(JwtAuthApplicationContainer applicationContainer,
DeploymentContext ctx)
Unload or stop a previously running application identified with the
ContractProvider instance.
|
clean, getMetaData, loadMetaData, preparepublic JwtAuthApplicationContainer load(JwtAuthContainer container, DeploymentContext deploymentContext)
Deployercontainer - in which the application will residedeploymentContext - of the deploymentpublic void unload(JwtAuthApplicationContainer applicationContainer, DeploymentContext ctx)
DeployerapplicationContainer - instance to be stoppedctx - of the undeploymentCopyright © 2021. All rights reserved.