com.connecterra.alepc.api
Interface PasswordOpSpec

All Superinterfaces:
OpSpec
All Known Implementing Classes:
EnginePasswordOpSpec

public interface PasswordOpSpec
extends OpSpec

Operation Spec representing a request to move the tag into "secured" state. The operation requires a password, which is provided by a DataSpec.

A PasswordOpSpec is created through the #ALEPCFactory, using the createPasswordOpSpec method.


Method Summary
 DataSpec getDataSpec()
          Returns the DataSpec representing the method used to retrieve the password for this tag.
 

Method Detail

getDataSpec

public DataSpec getDataSpec()
Returns the DataSpec representing the method used to retrieve the password for this tag.

Returns:
the DataSpec to retrieve the password for this tag.