com.connecterra.ale.alevent.impl
Class EnginePasswordOpSpec

java.lang.Object
  extended bycom.connecterra.ale.alevent.impl.EnginePasswordOpSpec
All Implemented Interfaces:
OpSpec, PasswordOpSpec

public class EnginePasswordOpSpec
extends java.lang.Object
implements PasswordOpSpec


Constructor Summary
EnginePasswordOpSpec(DataSpec dataSpec)
           
 
Method Summary
 DataSpec getDataSpec()
          Returns the DataSpec representing the method used to retrieve the password for this tag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnginePasswordOpSpec

public EnginePasswordOpSpec(DataSpec dataSpec)
Method Detail

getDataSpec

public DataSpec getDataSpec()
Description copied from interface: PasswordOpSpec
Returns the DataSpec representing the method used to retrieve the password for this tag.

Specified by:
getDataSpec in interface PasswordOpSpec
Returns:
the DataSpec to retrieve the password for this tag.