com.novell.ecb.secretstore
Class SecretStoreBean

java.lang.Object
  |
  +--com.novell.ecb.secretstore.SecretStoreBean
All Implemented Interfaces:
Command, java.io.Serializable
Direct Known Subclasses:
EnumerateSecrets, GetSecretInstance, GetServiceInfo, ModifyMasterPassword, RemoveSecretStore, RepairSecretStore, SyncSecretStore, UnlockSecretStore, UpdateSecretStore

public abstract class SecretStoreBean
extends java.lang.Object
implements java.io.Serializable, Command

Serves as the base class for all the command beans which operate on a SecretStore.

Version:
1.0
See Also:
Serialized Form

Field Summary
static int MAX_BUFFER_SIZE
          Maximum buffer length for the enumerate operation.
 
Constructor Summary
SecretStoreBean()
          Constructs a SecretStore command bean.
SecretStoreBean(SecretStoreInstance ssInstance)
          Constructs a SecretStore command bean and sets the SecretStoreInstance to be used.
 
Method Summary
 SecretStoreInstance getSecretStoreInstance()
          Returns the SecretStoreInstance to be used for performing SecretStore operations.
 void setSecretStoreInstance(SecretStoreInstance ssInstance)
          Sets the SecretStoreInstance to be used for performing SecretStore operations.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.novell.ecb.Command
execute, isReady, reset
 

Field Detail

MAX_BUFFER_SIZE

public static final int MAX_BUFFER_SIZE
Maximum buffer length for the enumerate operation. The value of this length is 131072.

See Also:
Constant Field Values
Constructor Detail

SecretStoreBean

public SecretStoreBean()
Constructs a SecretStore command bean.


SecretStoreBean

public SecretStoreBean(SecretStoreInstance ssInstance)
Constructs a SecretStore command bean and sets the SecretStoreInstance to be used.

Parameters:
ssInstance - A SecretStoreInstance object that represents the SecretStore.
Method Detail

setSecretStoreInstance

public void setSecretStoreInstance(SecretStoreInstance ssInstance)
Sets the SecretStoreInstance to be used for performing SecretStore operations.

Parameters:
ssInstance - A SecretStoreInstance object that represents the SecretStore.

getSecretStoreInstance

public SecretStoreInstance getSecretStoreInstance()
Returns the SecretStoreInstance to be used for performing SecretStore operations.

Returns:
SecretStoreInstance The SecretStoreInstance to be used for performing SecretStore operations.


Copyright © 2001-2003 Novell, Inc. All Rights Reserved.