com.novell.ecb.secretstore
Class SecretStoreInstance

java.lang.Object
  |
  +--com.novell.ecb.secretstore.SecretStoreInstance
All Implemented Interfaces:
java.io.Serializable

public final class SecretStoreInstance
extends java.lang.Object
implements java.io.Serializable

Represents a user SecretStore.

It is a common object used by all the command beans which perform operations on the SecretStore.

Bean user is not expected to instantiate this object directly. CreateSecretStoreInstance bean is provided for that purpose.

Version:
1.0
See Also:
CreateSecretStoreInstance, Serialized Form

Constructor Summary
SecretStoreInstance()
          Constructs a SecretStoreInstance object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecretStoreInstance

public SecretStoreInstance()
Constructs a SecretStoreInstance object.



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