Copyright © 2002 SAP AG. All Rights Reserved.

Uses of Class
com.sap.security.core.server.securestorage.exception.ObjectModificationException

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

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

Methods in com.sap.security.core.server.securestorage.remote that throw ObjectModificationException
 boolean RemoteSecureStorageClientContextInterface.isSecure(java.lang.String objectID)
           
 void RemoteSecureStorageAdministratorContextImpl.reEncryptCentralStoredObject(int clientType, java.lang.String clientID)
           
 void RemoteSecureStorageAdministratorContextInterface.reEncryptCentralStoredObject(int clientType, java.lang.String clientID)
           
 void RemoteSecureStorageClientContextImpl.commit()
          commits all datas of the actual ConfigurationHandler to database
 void RemoteSecureStorageClientContextImpl.updateObjectNoCommit(java.io.Serializable object, java.lang.String objectID)
           
 boolean RemoteSecureStorageClientContextImpl.isSecure(java.lang.String objectID)
           
 void RemoteSecureStorageAdministratorContextInterface_Stub.reEncryptCentralStoredObject(int _param0, java.lang.String _param1)
           
 


Copyright © 2002 SAP AG. All Rights Reserved.