Copyright © 2002 SAP AG. All Rights Reserved.

Uses of Interface
com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextInterface

Packages that use RemoteSecureStorageClientContextInterface
com.sap.security.core.server.securestorage   
com.sap.security.core.server.securestorage.remote   
 

Uses of RemoteSecureStorageClientContextInterface in com.sap.security.core.server.securestorage
 

Methods in com.sap.security.core.server.securestorage that return RemoteSecureStorageClientContextInterface
 RemoteSecureStorageClientContextInterface SecureStorageRuntimeInterfaceImpl.getSecureStorageClientContext()
           
 RemoteSecureStorageClientContextInterface SecureStorageRuntimeInterfaceImpl.getSecureStorageClientContext(java.lang.String clientExt)
           
 RemoteSecureStorageClientContextInterface SecureStorageRuntimeInterfaceImpl.getSecureStorageClientContext(java.lang.String clientID, int clientType)
           
 RemoteSecureStorageClientContextInterface SecureStorageRuntimeInterface.getSecureStorageClientContext()
          Returns a SecureStorageClientContext for the specified client
 RemoteSecureStorageClientContextInterface SecureStorageRuntimeInterface.getSecureStorageClientContext(java.lang.String clientExt)
          Returns a SecureStorageClientContext for the specified client
 RemoteSecureStorageClientContextInterface SecureStorageRuntimeInterface.getSecureStorageClientContext(java.lang.String clientID, int clientType)
          Returns a SecureStorageClientContext for the specified client
 

Uses of RemoteSecureStorageClientContextInterface in com.sap.security.core.server.securestorage.remote
 

Classes in com.sap.security.core.server.securestorage.remote that implement RemoteSecureStorageClientContextInterface
 class RemoteSecureStorageClientContextImpl
           
 


Copyright © 2002 SAP AG. All Rights Reserved.