Package | Description |
---|---|
COM.TIBCO.hawk.console.security |
Modifier and Type | Method and Description |
---|---|
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 HsUnpackedOperation |
HsFramework.decrypt(HsPackedOperation operation) |
static HsPackedOperation |
HsFramework.encrypt(HsOperation operation) |
void |
HsAgentInterface.initialize()
Called from the TIB/Hawk Agent to initialize the security plug-in.
|
static void |
HsFramework.initialize() |
java.lang.String |
HsConsoleInterface.initialize(int context)
Called via the Console API to initialize the security plug-in.
|
static java.lang.String |
HsFramework.initialize(int context) |
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) |
void |
HsAgentInterface.shutdown()
Called from the TIB/Hawk Agent to shutdown the security plug-in.
|
static void |
HsFramework.shutdown() |
void |
HsConsoleInterface.shutdown(int context)
Called via the Console API to shutdown the security plug-in.
|
static void |
HsFramework.shutdown(int context) |
HsUnpackedOperation |
HsAgentInterface.unpack(HsPackedOperation operation)
Called from within the TIB/Hawk agent to unpack every request into
plaintext form.
|
static HsUnpackedOperation |
HsFramework.unpack(HsPackedOperation operation) |
boolean |
HsAgentInterface.validateId(HsIdentifier id,
HsOperation operation)
Called by the TIB/Hawk agent to validate and authorize each request.
|
Copyright © 2000-2024 Cloud Software Group, Inc. All Rights Reserved.