cgl.narada.service.security.events
Class TemplateKeyResponse

java.lang.Object
  extended by cgl.narada.service.security.events.TemplateKeyResponse

public class TemplateKeyResponse
extends Object


Constructor Summary
TemplateKeyResponse(byte[] marshalledBytes)
           
TemplateKeyResponse(int entityId, int templateId, byte[] encryptedTemplateKey)
           
TemplateKeyResponse(int entityId, int templateId, String reason)
          Called in response to a denial in the request to= retrieve a template key
 
Method Summary
 byte[] getBytes()
           
 byte[] getEncryptedTemplateKey()
           
 int getEntityId()
           
 String getFailureReason()
           
 int getTemplateId()
           
 boolean isSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateKeyResponse

public TemplateKeyResponse(int entityId,
                           int templateId,
                           byte[] encryptedTemplateKey)

TemplateKeyResponse

public TemplateKeyResponse(int entityId,
                           int templateId,
                           String reason)
Called in response to a denial in the request to= retrieve a template key


TemplateKeyResponse

public TemplateKeyResponse(byte[] marshalledBytes)
Method Detail

getEntityId

public int getEntityId()

getTemplateId

public int getTemplateId()

getEncryptedTemplateKey

public byte[] getEncryptedTemplateKey()

isSuccess

public boolean isSuccess()

getFailureReason

public String getFailureReason()

getBytes

public byte[] getBytes()


For comments and suggestions please send e-mail to The NaradaBrokering Project