com.sap.security.core.server.securestorage.remote
Class RemoteSecureStorageAdministratorContextInterface_Stub
java.lang.Object
|
+--com.sap.engine.services.rmi_p4.StubImpl
|
+--com.sap.security.core.server.securestorage.remote.RemoteSecureStorageAdministratorContextInterface_Stub
- All Implemented Interfaces:
- java.rmi.Remote, com.sap.engine.services.rmi_p4.RemoteRef, RemoteSecureStorageAdministratorContextInterface, java.io.Serializable
- public class RemoteSecureStorageAdministratorContextInterface_Stub
- extends com.sap.engine.services.rmi_p4.StubImpl
- implements RemoteSecureStorageAdministratorContextInterface
- See Also:
- Serialized Form
| Fields inherited from class com.sap.engine.services.rmi_p4.StubImpl |
broker, clLoader, connectionType, GET_CLASS_DATA, GET_RESOURCE_DATA, info, isLocal, p4remote, repliable |
|
Method Summary |
void |
checkConfiguration(java.lang.String _param0,
boolean _param1)
|
void |
checkRootConfiguration(java.lang.String _param0,
boolean _param1)
|
void |
deleteObject(int _param0,
java.lang.String _param1,
java.lang.String _param2)
|
void |
generateSecretKeyID(int _param0,
java.lang.String _param1)
|
java.util.Vector |
getClientIDs(int _param0)
|
int |
getEncryptionRate()
|
java.lang.String |
getLatestKeyID(int _param0,
java.lang.String _param1)
|
int |
getNumberOfAllClientObjects()
|
int |
getNumberOfAllClients()
|
int |
getNumberOfEncodedObjects()
|
int |
getNumberOfEncryptedObjects()
|
int |
getNumberOfKeys()
|
int |
getNumberOfServiceClientObjects()
|
int |
getNumberOfServiceClients()
|
int |
getNumberOfServiceKeys()
|
int |
getNumberOfWebAppClientObjects()
|
int |
getNumberOfWebAppClients()
|
int |
getNumberOfWebAppKeys()
|
java.util.Vector |
getObjectIDs(int _param0,
java.lang.String _param1)
|
java.util.Vector |
getSecretKeyIDs(java.lang.String _param0,
int _param1)
|
boolean |
isClientSecure(int _param0,
java.lang.String _param1)
|
boolean |
isCryptoLibDepolyed()
|
boolean |
isSecure(int _param0,
java.lang.String _param1,
java.lang.String _param2)
|
java.lang.String[] |
p4_getOperations()
|
void |
reEncryptAllCentralStoredObjects()
|
void |
reEncryptCentralStoredObject(int _param0,
java.lang.String _param1)
|
| Methods inherited from class com.sap.engine.services.rmi_p4.StubImpl |
equals, getObjectInfo, p4_done, p4_finalize, p4_getClassData, p4_getClassLoader, p4_getConnectionType, p4_getData, p4_getInfo, p4_getObjectInfo, p4_getReplicateInput, p4_getReplicateOutput, p4_getResourceData, p4_initializeStreams, p4_invoke, p4_invokeReflect, p4_invokeReflect, p4_makeInformMessage, p4_newCall, p4_newCall, p4_replicate, p4_replicateParameters, p4_replicateWithStreams, p4_setClassLoader, p4_setConnectionType, p4_setInfo, p4_setNewServerInfo, p4_setRepliaror |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteSecureStorageAdministratorContextInterface_Stub
public RemoteSecureStorageAdministratorContextInterface_Stub()
p4_getOperations
public java.lang.String[] p4_getOperations()
- Overrides:
p4_getOperations in class com.sap.engine.services.rmi_p4.StubImpl
checkRootConfiguration
public void checkRootConfiguration(java.lang.String _param0,
boolean _param1)
throws java.rmi.RemoteException,
CreateConfigurationsException
- Specified by:
checkRootConfiguration in interface RemoteSecureStorageAdministratorContextInterface
checkConfiguration
public void checkConfiguration(java.lang.String _param0,
boolean _param1)
throws java.rmi.RemoteException
- Specified by:
checkConfiguration in interface RemoteSecureStorageAdministratorContextInterface
getLatestKeyID
public java.lang.String getLatestKeyID(int _param0,
java.lang.String _param1)
throws NoKeyForClientException,
KeyStoreAccessException
- Specified by:
getLatestKeyID in interface RemoteSecureStorageAdministratorContextInterface
getClientIDs
public java.util.Vector getClientIDs(int _param0)
throws StorageLocationOpenException,
java.rmi.RemoteException
- Specified by:
getClientIDs in interface RemoteSecureStorageAdministratorContextInterface
getObjectIDs
public java.util.Vector getObjectIDs(int _param0,
java.lang.String _param1)
throws StorageLocationOpenException,
java.rmi.RemoteException
- Specified by:
getObjectIDs in interface RemoteSecureStorageAdministratorContextInterface
getSecretKeyIDs
public java.util.Vector getSecretKeyIDs(java.lang.String _param0,
int _param1)
throws NoKeyForClientException,
KeyStoreAccessException,
java.rmi.RemoteException
- Specified by:
getSecretKeyIDs in interface RemoteSecureStorageAdministratorContextInterface
deleteObject
public void deleteObject(int _param0,
java.lang.String _param1,
java.lang.String _param2)
throws ObjectDeletionException,
java.rmi.RemoteException
- Specified by:
deleteObject in interface RemoteSecureStorageAdministratorContextInterface
generateSecretKeyID
public void generateSecretKeyID(int _param0,
java.lang.String _param1)
throws KeyGenerationException
- Specified by:
generateSecretKeyID in interface RemoteSecureStorageAdministratorContextInterface
reEncryptCentralStoredObject
public void reEncryptCentralStoredObject(int _param0,
java.lang.String _param1)
throws ObjectModificationException,
java.rmi.RemoteException
- Specified by:
reEncryptCentralStoredObject in interface RemoteSecureStorageAdministratorContextInterface
reEncryptAllCentralStoredObjects
public void reEncryptAllCentralStoredObjects()
throws ObjectEncryptionException,
java.rmi.RemoteException
- Specified by:
reEncryptAllCentralStoredObjects in interface RemoteSecureStorageAdministratorContextInterface
isSecure
public boolean isSecure(int _param0,
java.lang.String _param1,
java.lang.String _param2)
throws SecureStorageException
- Specified by:
isSecure in interface RemoteSecureStorageAdministratorContextInterface
isClientSecure
public boolean isClientSecure(int _param0,
java.lang.String _param1)
throws SecureStorageException
- Specified by:
isClientSecure in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfServiceClients
public int getNumberOfServiceClients()
throws StorageLocationOpenException,
java.rmi.RemoteException
- Specified by:
getNumberOfServiceClients in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfWebAppClients
public int getNumberOfWebAppClients()
throws StorageLocationOpenException,
java.rmi.RemoteException
- Specified by:
getNumberOfWebAppClients in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfAllClients
public int getNumberOfAllClients()
throws StorageLocationOpenException,
java.rmi.RemoteException
- Specified by:
getNumberOfAllClients in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfServiceClientObjects
public int getNumberOfServiceClientObjects()
throws StorageLocationOpenException,
java.rmi.RemoteException
- Specified by:
getNumberOfServiceClientObjects in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfWebAppClientObjects
public int getNumberOfWebAppClientObjects()
throws StorageLocationOpenException,
java.rmi.RemoteException
- Specified by:
getNumberOfWebAppClientObjects in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfAllClientObjects
public int getNumberOfAllClientObjects()
throws StorageLocationOpenException,
java.rmi.RemoteException
- Specified by:
getNumberOfAllClientObjects in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfEncryptedObjects
public int getNumberOfEncryptedObjects()
throws java.rmi.RemoteException,
SecureStorageException
- Specified by:
getNumberOfEncryptedObjects in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfEncodedObjects
public int getNumberOfEncodedObjects()
throws java.rmi.RemoteException,
SecureStorageException
- Specified by:
getNumberOfEncodedObjects in interface RemoteSecureStorageAdministratorContextInterface
getEncryptionRate
public int getEncryptionRate()
throws java.rmi.RemoteException,
SecureStorageException
- Specified by:
getEncryptionRate in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfServiceKeys
public int getNumberOfServiceKeys()
throws StorageLocationOpenException,
KeyStoreAccessException,
NoKeyForClientException,
java.rmi.RemoteException
- Specified by:
getNumberOfServiceKeys in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfWebAppKeys
public int getNumberOfWebAppKeys()
throws StorageLocationOpenException,
KeyStoreAccessException,
NoKeyForClientException,
java.rmi.RemoteException
- Specified by:
getNumberOfWebAppKeys in interface RemoteSecureStorageAdministratorContextInterface
getNumberOfKeys
public int getNumberOfKeys()
throws StorageLocationOpenException,
KeyStoreAccessException,
NoKeyForClientException,
java.rmi.RemoteException
- Specified by:
getNumberOfKeys in interface RemoteSecureStorageAdministratorContextInterface
isCryptoLibDepolyed
public boolean isCryptoLibDepolyed()
throws java.rmi.RemoteException
- Specified by:
isCryptoLibDepolyed in interface RemoteSecureStorageAdministratorContextInterface