com.xebialabs.deployit.plugin.was.contributor
Class UpdateJaasAliasContributor

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor<ExtensibleDeployedResource>
      extended by 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
UpdateJaasAliasContributor()
           
 
Method Summary
static void addUpdateJaasStep(ExtensibleDeployedResource datasource, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
           
 void addUpdateStepToPlan(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateJaasAliasContributor

public UpdateJaasAliasContributor()
Method Detail

addUpdateStepToPlan

public 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)