|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SignedCallChain | |
---|---|
tecgraf.openbus.core.v2_0.credential | |
tecgraf.openbus.core.v2_0.services.access_control |
Uses of SignedCallChain in tecgraf.openbus.core.v2_0.credential |
---|
Fields in tecgraf.openbus.core.v2_0.credential declared as SignedCallChain | |
---|---|
SignedCallChain |
CredentialData.chain
|
SignedCallChain |
ExportedCallChain.signedChain
|
SignedCallChain |
SignedCallChainHolder.value
|
Methods in tecgraf.openbus.core.v2_0.credential that return SignedCallChain | |
---|---|
static SignedCallChain |
SignedCallChainHelper.extract(Any any)
|
static SignedCallChain |
SignedCallChainHelper.read(InputStream in)
|
Methods in tecgraf.openbus.core.v2_0.credential with parameters of type SignedCallChain | |
---|---|
static void |
SignedCallChainHelper.insert(Any any,
SignedCallChain s)
|
static void |
SignedCallChainHelper.write(OutputStream out,
SignedCallChain s)
|
Constructors in tecgraf.openbus.core.v2_0.credential with parameters of type SignedCallChain | |
---|---|
CredentialData(String bus,
String login,
int session,
int ticket,
byte[] hash,
SignedCallChain chain)
|
|
ExportedCallChain(String bus,
SignedCallChain signedChain)
|
|
SignedCallChainHolder(SignedCallChain initial)
|
Uses of SignedCallChain in tecgraf.openbus.core.v2_0.services.access_control |
---|
Methods in tecgraf.openbus.core.v2_0.services.access_control that return SignedCallChain | |
---|---|
SignedCallChain |
AccessControlPOATie.signChainFor(String target)
|
SignedCallChain |
AccessControlOperations.signChainFor(String target)
|
SignedCallChain |
_AccessControlStub.signChainFor(String target)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |