static boolean |
HsFramework.authorize(HsIdentifier id,
HsOperation operation) |
HsIdentifier |
HsConsoleInterface.createId(HsOperation operation)
Called from the TIB/Hawk Console API to obtain identification information
needed to pack a message into secure form.
|
static HsIdentifier |
HsFramework.createId(HsOperation operation) |
static HsPackedOperation |
HsFramework.encrypt(HsOperation operation) |
HsPackedOperation |
HsConsoleInterface.pack(HsIdentifier id,
HsOperation operation)
Called from the TIB/Hawk Console API to transform every request into
secure form.
|
static HsPackedOperation |
HsFramework.pack(HsIdentifier id,
HsOperation operation) |
boolean |
HsAgentInterface.validateId(HsIdentifier id,
HsOperation operation)
Called by the TIB/Hawk agent to validate and authorize each request.
|