org.csapi.fw.fw_access.trust_and_security
Interface IpAccessOperations
- All Superinterfaces:
- IpInterfaceOperations
- All Known Subinterfaces:
- IpAccess
- All Known Implementing Classes:
- _IpAccessStub, IpAccessPOA, IpAccessPOATie
public interface IpAccessOperations
- extends IpInterfaceOperations
Generated from IDL interface "IpAccess"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
obtainInterface
IpInterface obtainInterface(java.lang.String interfaceName)
throws TpCommonExceptions,
P_ACCESS_DENIED,
P_INVALID_INTERFACE_NAME
- Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_INTERFACE_NAME
obtainInterfaceWithCallback
IpInterface obtainInterfaceWithCallback(java.lang.String interfaceName,
IpInterface clientInterface)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_ACCESS_DENIED,
P_INVALID_INTERFACE_NAME
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_INTERFACE_NAME
endAccess
void endAccess(TpProperty[] endAccessProperties)
throws TpCommonExceptions,
P_ACCESS_DENIED,
P_INVALID_PROPERTY
- Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_PROPERTY
listInterfaces
java.lang.String[] listInterfaces()
throws TpCommonExceptions,
P_ACCESS_DENIED
- Throws:
TpCommonExceptions
P_ACCESS_DENIED
releaseInterface
void releaseInterface(java.lang.String interfaceName)
throws TpCommonExceptions,
P_ACCESS_DENIED,
P_INVALID_INTERFACE_NAME
- Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_INTERFACE_NAME
selectSigningAlgorithm
java.lang.String selectSigningAlgorithm(java.lang.String signingAlgorithmCaps)
throws TpCommonExceptions,
P_ACCESS_DENIED,
P_NO_ACCEPTABLE_SIGNING_ALGORITHM
- Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_NO_ACCEPTABLE_SIGNING_ALGORITHM
terminateAccess
void terminateAccess(java.lang.String terminationText,
byte[] digitalSignature)
throws TpCommonExceptions,
P_INVALID_SIGNATURE
- Throws:
TpCommonExceptions
P_INVALID_SIGNATURE
relinquishInterface
void relinquishInterface(java.lang.String interfaceName,
java.lang.String terminationText,
byte[] digitalSignature)
throws TpCommonExceptions,
P_INVALID_SIGNATURE,
P_INVALID_INTERFACE_NAME
- Throws:
TpCommonExceptions
P_INVALID_SIGNATURE
P_INVALID_INTERFACE_NAME
Copyright © 2008. All Rights Reserved.