com.izforge.izpack.util
Class UnixUserProcessor

java.lang.Object
  extended by com.izforge.izpack.util.UnixUserProcessor
All Implemented Interfaces:
Processor

public class UnixUserProcessor
extends java.lang.Object
implements Processor

Author:
thorsten-kamann

Constructor Summary
UnixUserProcessor()
           
 
Method Summary
 java.lang.String process(ProcessingClient client)
          Overridden Method returns a list of users in the /etc/passwd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixUserProcessor

public UnixUserProcessor()
Method Detail

process

public java.lang.String process(ProcessingClient client)
Overridden Method returns a list of users in the /etc/passwd

Specified by:
process in interface Processor
Parameters:
client - the client object using the services of this processor.
Returns:
The result of the encryption.