Package | Description |
---|---|
COM.TIBCO.hawk.console.security |
Modifier and Type | Method and Description |
---|---|
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) |
HsIdentifier |
HsUnpackedOperation.id() |
Modifier and Type | Method and Description |
---|---|
static boolean |
HsFramework.authorize(HsIdentifier id,
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.
|
Constructor and Description |
---|
HsUnpackedOperation(HsIdentifier id,
HsOperation operation) |
Copyright © 2000-2024 Cloud Software Group, Inc. All Rights Reserved.