cgl.narada.service.security.events
Class TemplateKeyResponse
java.lang.Object
cgl.narada.service.security.events.TemplateKeyResponse
public class TemplateKeyResponse
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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