Package | Description |
---|---|
COM.TIBCO.hawk.console.security |
Modifier and Type | Method and Description |
---|---|
static boolean |
HsFramework.authorize(HsIdentifier id,
HsOperation operation) |
static HsIdentifier |
HsFramework.createId(HsOperation operation) |
static HsUnpackedOperation |
HsFramework.decrypt(HsPackedOperation operation) |
static HsPackedOperation |
HsFramework.encrypt(HsOperation operation) |
static void |
HsFramework.init(java.lang.Object securityObject) |
static void |
HsFramework.init(java.lang.String className) |
static void |
HsFramework.initialize() |
static java.lang.String |
HsFramework.initialize(int context) |
static HsPackedOperation |
HsFramework.pack(HsIdentifier id,
HsOperation operation) |
static void |
HsFramework.shutdown() |
static void |
HsFramework.shutdown(int context) |
static HsUnpackedOperation |
HsFramework.unpack(HsPackedOperation operation) |
Constructor and Description |
---|
HsGroupOperation(HsNode[] nodes,
java.lang.String micro,
java.lang.String method,
int type,
byte[] buffer) |
HsIdentifier(byte[] buffer) |
HsNode(java.lang.String agent,
java.lang.String dns,
java.lang.String domain) |
HsNodeOperation(HsNode node,
java.lang.String micro,
java.lang.String method,
int type,
byte[] buffer) |
HsOperation(byte[] buffer) |
HsPackedOperation(byte[] buffer) |
HsUnpackedOperation(HsIdentifier id,
HsOperation operation) |
Copyright © 2000-2024 Cloud Software Group, Inc. All Rights Reserved.