com.sap.security.core.server.securestorage
Class SecureStorageRuntimeInterfaceImpl
java.lang.Object
|
+--com.sap.security.core.server.securestorage.SecureStorageRuntimeInterfaceImpl
- All Implemented Interfaces:
- com.sap.engine.frame.state.ManagementInterface, SecureStorageRuntimeInterface
- public class SecureStorageRuntimeInterfaceImpl
- extends java.lang.Object
- implements SecureStorageRuntimeInterface
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
To enable and disable the creation of type comments go to
Window>Preferences>Java>Code Generation.
|
Constructor Summary |
SecureStorageRuntimeInterfaceImpl(com.sap.engine.frame.ApplicationServiceContext applicationServiceContext)
Method SecureStorageRuntimeInterfaceImpl. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureStorageRuntimeInterfaceImpl
public SecureStorageRuntimeInterfaceImpl(com.sap.engine.frame.ApplicationServiceContext applicationServiceContext)
throws java.rmi.RemoteException
- Method SecureStorageRuntimeInterfaceImpl.
- Parameters:
applicationServiceContext - - Throws:
java.rmi.RemoteException -
getSecureStorageClientContext
public RemoteSecureStorageClientContextInterface getSecureStorageClientContext()
throws java.rmi.RemoteException
- Description copied from interface:
SecureStorageRuntimeInterface
- Returns a SecureStorageClientContext for the specified client
- Specified by:
getSecureStorageClientContext in interface SecureStorageRuntimeInterface
- Following copied from interface:
com.sap.security.core.server.securestorage.SecureStorageRuntimeInterface
- Returns:
- RemoteSecureStorageClientContext
- Throws:
RemoteException -
getSecureStorageClientContext
public RemoteSecureStorageClientContextInterface getSecureStorageClientContext(java.lang.String clientExt)
throws java.rmi.RemoteException
- Description copied from interface:
SecureStorageRuntimeInterface
- Returns a SecureStorageClientContext for the specified client
- Specified by:
getSecureStorageClientContext in interface SecureStorageRuntimeInterface
- Following copied from interface:
com.sap.security.core.server.securestorage.SecureStorageRuntimeInterface
- Returns:
- RemoteSecureStorageClientContext
- Throws:
RemoteException -
getSecureStorageClientContext
public RemoteSecureStorageClientContextInterface getSecureStorageClientContext(java.lang.String clientID,
int clientType)
throws java.rmi.RemoteException
- Description copied from interface:
SecureStorageRuntimeInterface
- Returns a SecureStorageClientContext for the specified client
- Specified by:
getSecureStorageClientContext in interface SecureStorageRuntimeInterface
- Following copied from interface:
com.sap.security.core.server.securestorage.SecureStorageRuntimeInterface
- Parameters:
clientID - clientType - - Returns:
- RemoteSecureStorageClientContext
- Throws:
RemoteException -
getSecureStorageAdministratorContext
public RemoteSecureStorageAdministratorContextInterface getSecureStorageAdministratorContext()
throws java.rmi.RemoteException
- Description copied from interface:
SecureStorageRuntimeInterface
- Returns a SecureStorageAdministrationContext - only accessible for administrators
- Specified by:
getSecureStorageAdministratorContext in interface SecureStorageRuntimeInterface
- Following copied from interface:
com.sap.security.core.server.securestorage.SecureStorageRuntimeInterface
- Returns:
- RemoteSecureStorageAdministratorContext
- Throws:
RemoteException -
registerManagementListener
public void registerManagementListener(com.sap.engine.frame.state.ManagementListener managementListener)
- Registers the ManagementListener
- Specified by:
registerManagementListener in interface com.sap.engine.frame.state.ManagementInterface