info.magnolia.setup
Class HashUsersPasswords

java.lang.Object
  extended by info.magnolia.module.delta.AbstractTask
      extended by info.magnolia.module.delta.AbstractRepositoryTask
          extended by info.magnolia.module.delta.AllChildrenNodesOperation
              extended by info.magnolia.setup.HashUsersPasswords
All Implemented Interfaces:
Task

public final class HashUsersPasswords
extends AllChildrenNodesOperation

Task to encrypt base64 encoded passwords. Will skip all non-base64 entries.


Constructor Summary
HashUsersPasswords()
           
HashUsersPasswords(String path)
           
HashUsersPasswords(String name, String description, String repositoryName, String parentNodePath)
           
 
Method Summary
protected  void operateOnChildNode(Content node, InstallContext ctx)
           
 
Methods inherited from class info.magnolia.module.delta.AllChildrenNodesOperation
doExecute, getParentNode
 
Methods inherited from class info.magnolia.module.delta.AbstractRepositoryTask
execute
 
Methods inherited from class info.magnolia.module.delta.AbstractTask
getDescription, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashUsersPasswords

public HashUsersPasswords(String name,
                          String description,
                          String repositoryName,
                          String parentNodePath)

HashUsersPasswords

public HashUsersPasswords()

HashUsersPasswords

public HashUsersPasswords(String path)
Method Detail

operateOnChildNode

protected void operateOnChildNode(Content node,
                                  InstallContext ctx)
                           throws javax.jcr.RepositoryException,
                                  TaskExecutionException
Specified by:
operateOnChildNode in class AllChildrenNodesOperation
Throws:
javax.jcr.RepositoryException
TaskExecutionException


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.