Class UpdateJaasAliasContributor
java.lang.Object
com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor<ExtensibleDeployedResource>
com.xebialabs.deployit.plugin.was.contributor.UpdateJaasAliasContributor
public class UpdateJaasAliasContributor
extends CollectDeployedsOfTypesContributor<ExtensibleDeployedResource>
Contributor that adds an update JaasAlias step that pushes changed JaasAlias data to runtime.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
CollectDeployedsOfTypesContributor.TypedDelta -
Field Summary
Fields inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
deployedsCreated, deployedsModified, deployedsNoop, deployedsRemoved, typesOfInterest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddUpdateJaasStep(ExtensibleDeployedResource datasource, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx) static voidaddUpdateStepToPlan(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx) Methods inherited from class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor
filterDeltas, isOfType
-
Constructor Details
-
UpdateJaasAliasContributor
public UpdateJaasAliasContributor()
-
-
Method Details
-
addUpdateStepToPlan
public static void addUpdateStepToPlan(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx) -
addUpdateJaasStep
public static void addUpdateJaasStep(ExtensibleDeployedResource datasource, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
-