A B C D E F G H I K L M N O P R S T U V W

A

ACCESS_DENIED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Access to the target SecretStore has been denied.
addValue(String, String) - Method in class com.novell.ecb.secretstore.SharedValue
Adds a key value pair to the SharedValue.
APPLICATION - Static variable in interface com.novell.ecb.secretstore.SecretType
Value for Application type of SharedSecret.
ATTR_NOT_FOUND - Static variable in class com.novell.ecb.secretstore.SecretStoreException
One of the optional service attributes is not instantiated.
ATTR_VAL_NOT_FOUND - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Target attribute is not instantiated in Novell eDirectory.
Authenticatable - interface com.novell.ecb.Authenticatable.
Authenticatable defines the interface for all Command Beans that depend on authentication.

B

BasicIntegerValue - class com.novell.ecb.value.BasicIntegerValue.
Provides access to values of the Integer attribute.
BasicIntegerValue(String, int) - Constructor for class com.novell.ecb.value.BasicIntegerValue
Constructs a BasicIntegerValue object based on the specified parameters.
BasicSequenceValue - class com.novell.ecb.value.BasicSequenceValue.
The BasicSequenceValue is an implementation of SequenceValue.
BasicSequenceValue(String) - Constructor for class com.novell.ecb.value.BasicSequenceValue
Constructs a BasicSequenceValue object based on the specified parameter.
BasicSequenceValue(String, Value[]) - Constructor for class com.novell.ecb.value.BasicSequenceValue
Constructs a BasicSequenceValue object based on the specified parameters.
BasicSequenceValue(Value[]) - Constructor for class com.novell.ecb.value.BasicSequenceValue
Constructs a BasicSequenceValue object based on the specified parameter.
BasicStringValue - class com.novell.ecb.value.BasicStringValue.
The BasicStringValue is an implementation of StringValue.
BasicStringValue(String, String) - Constructor for class com.novell.ecb.value.BasicStringValue
Constructs a BasicStringValue object based on the specified parameters.
BETA_EXPIRED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Product's BETA life has expired.
BooleanValue - interface com.novell.ecb.value.BooleanValue.
The BooleanValue syntax is used for attributes whose values represent true or false.
booleanValue() - Method in interface com.novell.ecb.value.BooleanValue
Returns the value of the BooleanValue object as a boolean.
BUFFER_LEN - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Size of the buffer is not in a nominal range between minimum and maximum.
byteValue() - Method in interface com.novell.ecb.value.NumberValue
Returns the value of this NumberValue object as a byte.
byteValue() - Method in class com.novell.ecb.value.BasicIntegerValue
Returns the value of this object as a byte.

C

CharacterValue - interface com.novell.ecb.value.CharacterValue.
The CharacterValue syntax is used for attributes whose values represent a char.
charValue() - Method in interface com.novell.ecb.value.CharacterValue
Returns the value of the CharacterValue object as a char.
clearAll() - Method in class com.novell.ecb.secretstore.SSFlags
Clears all the flags.
clearFlag(int) - Method in class com.novell.ecb.secretstore.SSFlags
Clears the given flag.
com.novell.ecb - package com.novell.ecb
 
com.novell.ecb.java.lang - package com.novell.ecb.java.lang
 
com.novell.ecb.java.util - package com.novell.ecb.java.util
 
com.novell.ecb.secretstore - package com.novell.ecb.secretstore
 
com.novell.ecb.value - package com.novell.ecb.value
 
Command - interface com.novell.ecb.Command.
A command encapsulates a business logic task.
CommandException - exception com.novell.ecb.CommandException.
CommandException is the base class for all command exceptions.
CommandException() - Constructor for class com.novell.ecb.CommandException
Constructs a CommandException with no arguments.
CommandException(String) - Constructor for class com.novell.ecb.CommandException
Constructs a CommandException with a message.
CommandException(String, Throwable) - Constructor for class com.novell.ecb.CommandException
Constructs a CommandException with a Throwable object.
compareTo(Object) - Method in class com.novell.ecb.value.BasicSequenceValue
Compares this Value with the parameter object.
compareTo(Object) - Method in class com.novell.ecb.value.BasicStringValue
Compares this Value with the parameter object.
compareTo(Object) - Method in class com.novell.ecb.value.BasicIntegerValue
Compares this Value with the parameter anObject.
compareTo(Object) - Method in interface com.novell.ecb.value.Value
Compares this Value with the parameter object.
CompositeValue - interface com.novell.ecb.value.CompositeValue.
The CompositeValue is used to store heterogeneous multi-valued Value.
CONFIG_NOT_SUPPORTED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
No server to support the given override configuration is found.
CONN_ACCESS_FAILURE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Access to server connection failed.
Connection - interface com.novell.ecb.Connection.
Connection is the interface that marks the connection to a network service through an IP protocol.
CORRUPTED_PACKET_DATA - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Protocol data corrupted on the wire.
CORRUPTED_STORE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
SecretStore data on the server has been corrupted.
count() - Method in interface com.novell.ecb.value.SequenceValue
Returns the number of elements in this sequence.
count() - Method in class com.novell.ecb.value.BasicSequenceValue
Returns the number of elements in this sequence.
CreateSecret - class com.novell.ecb.secretstore.CreateSecret.
Provides the functionality for creating a Secret.
CreateSecret() - Constructor for class com.novell.ecb.secretstore.CreateSecret
Constructs a CreateSecret command bean.
CreateSecret(SecretInstance) - Constructor for class com.novell.ecb.secretstore.CreateSecret
Constructs a CreateSecret command bean and sets the SecretInstance to be used.
CreateSecretStoreInstance - class com.novell.ecb.secretstore.CreateSecretStoreInstance.
Provides functionality for creating a new SecretStoreInstance object.
CreateSecretStoreInstance() - Constructor for class com.novell.ecb.secretstore.CreateSecretStoreInstance
Constructs a CreateSecretStoreInstance bean.
CreateSecretStoreInstance(LdapConnection) - Constructor for class com.novell.ecb.secretstore.CreateSecretStoreInstance
Constructs a CreateSecretStoreInstance bean and sets the connection to be used by the bean.
CreateSecretStoreInstance(String, String, char[]) - Constructor for class com.novell.ecb.secretstore.CreateSecretStoreInstance
Constructs a CreateSecretStoreInstance bean and sets the URL, loginDN, and password to be used by the bean.
CreateSecretStoreInstance(String, String, String) - Constructor for class com.novell.ecb.secretstore.CreateSecretStoreInstance
Deprecated. Replaced by CreateSecretStoreInstance.CreateSecretStoreInstance(String, String, char[]).
CREDENTIAL - Static variable in interface com.novell.ecb.secretstore.SecretType
Value for Credential set type of SharedSecret.
CRYPTO_OP_FAILURE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Cryptographic operation failed.

D

Debug - class com.novell.ecb.java.util.Debug.
Provides means for debugging.
Debug() - Constructor for class com.novell.ecb.java.util.Debug
 
DOMESTIC_ENGINE - Static variable in class com.novell.ecb.secretstore.GetServiceInfo
Constant that specifies the crypto strength as domestic.
doubleValue() - Method in interface com.novell.ecb.value.NumberValue
Returns the value of this NumberValue object as a double.
doubleValue() - Method in class com.novell.ecb.value.BasicIntegerValue
Returns the value of this object as a double.

E

ENUM_BUFF_TOO_LONG - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Size of the enumeration buffer exceeds the limit.
ENUM_BUFF_TOO_SHORT - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Length of the Enumeration buffer too short.
EnumerateSecrets - class com.novell.ecb.secretstore.EnumerateSecrets.
Enumerates the Secrets present in the SecretStore.
EnumerateSecrets() - Constructor for class com.novell.ecb.secretstore.EnumerateSecrets
Constructs an EnumerateSecrets command bean.
EnumerateSecrets(SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.EnumerateSecrets
Constructs an EnumerateSecrets command bean and sets the SecretStoreInstance to be used by this bean.
EnumerateSecrets(SecretStoreInstance, SSFlags, String, int) - Constructor for class com.novell.ecb.secretstore.EnumerateSecrets
Constructs an EnumerateSecrets command bean and sets the SecretStoreInstance, flags, filter, and maximum buffer size to be used by the bean.
EP_ACCESS_DENIED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Enhanced protection password validation failed.
equals(Object) - Method in class com.novell.ecb.secretstore.SecretInstance
Returns true if this Secret and the Object passed as argument both have the same secretID and belong to the same user.
equals(Object) - Method in class com.novell.ecb.value.BasicSequenceValue
Compares two objects for equality.
equals(Object) - Method in class com.novell.ecb.value.BasicStringValue
Compares two objects for equality.
equals(Object) - Method in class com.novell.ecb.value.BasicIntegerValue
Compares two objects for equality.
execute() - Method in interface com.novell.ecb.Command
Performs the task encapsulated by this command.
execute() - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Executes this command bean for updating the target SecretStore.
execute() - Method in class com.novell.ecb.secretstore.UpdateSecret
Executes this command bean for updating the target Secret with the source Secret.
execute() - Method in class com.novell.ecb.secretstore.UnlockSecretStore
Executes this command bean for unlocking a SecretStore.
execute() - Method in class com.novell.ecb.secretstore.SyncSecretStore
Executes this command bean for synchronizing the two SecretStores.
execute() - Method in class com.novell.ecb.secretstore.SyncSecret
Executes this command bean for synchronizing the two Secrets.
execute() - Method in class com.novell.ecb.secretstore.RepairSecretStore
Executes this command bean for repairing a SecretStore.
execute() - Method in class com.novell.ecb.secretstore.RemoveSecretStore
Executes this command bean for removing a SecretStore.
execute() - Method in class com.novell.ecb.secretstore.RemoveSecret
Executes this command bean for removing a Secret from the SecretStore.
execute() - Method in class com.novell.ecb.secretstore.ReadSecret
Executes this command bean for reading the value of a Secret.
execute() - Method in class com.novell.ecb.secretstore.ModifyMasterPassword
Executes this command bean for setting or modifying a master password for the SecretStore.
execute() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Executes this command bean for getting the general information about the server and the client.
execute() - Method in class com.novell.ecb.secretstore.GetSecretInstance
Executes this command bean for getting a SecretInstance object.
execute() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Executes this command bean for enumerating Secrets and SecretIDs in the SecretStore.
execute() - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Creates a SecretStoreInstance object, which is used for doing further operations on the SecretStore.
execute() - Method in class com.novell.ecb.secretstore.CreateSecret
Executes this command bean for creating Secret.
exists() - Method in class com.novell.ecb.secretstore.SecretInstance
Returns true if this Secret exists in the SecretStore.
EXPORT_ENGINE - Static variable in class com.novell.ecb.secretstore.GetServiceInfo
Constant that specifies the crypto strength as export.

F

floatValue() - Method in interface com.novell.ecb.value.NumberValue
Returns the value of this NumberValue object as a float.
floatValue() - Method in class com.novell.ecb.value.BasicIntegerValue
Returns the value of this object as a float.

G

getAccessTime() - Method in class com.novell.ecb.secretstore.SecretInstance
Returns the time when Secret was last accessed from the SecretStore.
getClientCryptoStrength() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the crypto strength of the SecretStore client being used.
getClientVersion() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the version of the SecretStore client being used.
getCompositeNames() - Method in interface com.novell.ecb.value.CompositeValue
Returns an iterator of the element names in this composite.
getConnection() - Method in interface com.novell.ecb.Authenticatable
Gets the connection that has been authenticated.
getConnection() - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Returns the connection.
getCreateSecrets() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Returns the createSecrets property value.
getCreateTime() - Method in class com.novell.ecb.secretstore.SecretInstance
Returns the creation time of the Secret in the SecretStore.
getCredSetValues() - Method in class com.novell.ecb.secretstore.SharedValue
Returns all the values for "SS_CredSet" key-value pair of the SharedValue.
getDoRefresh() - Method in class com.novell.ecb.secretstore.ReadSecret
Returns the doRefresh property.
getErrorCode() - Method in class com.novell.ecb.secretstore.SecretStoreException
Returns the error code returned by the server or local error code.
getFilter() - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Returns the filter expression.
getFilter() - Method in class com.novell.ecb.secretstore.SyncSecretStore
Returns the filter expression.
getFilter() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Returns the filter set.
getFlags() - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.UpdateSecret
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.UnlockSecretStore
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.SyncSecretStore
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.RemoveSecretStore
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.RemoveSecret
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.ReadSecret
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.ModifyMasterPassword
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Returns the flags set.
getFlags() - Method in class com.novell.ecb.secretstore.CreateSecret
Returns the flags set.
getInstance(String) - Static method in class com.novell.ecb.java.util.Debug
Gets a debug object corresponding to whether or not the given option is set and sets the prefix to be the same as option.
getInstance(String, String) - Static method in class com.novell.ecb.java.util.Debug
Get a Debug object corresponding to whether or not the given option is set and sets the prefix as specified.
getLastAdminUnlockDN() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the DN of the SecretStore administrator who unlocked the SecretStore, last time.
getLastAdminUnlockTime() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the timestamp when SecretStore was unlocked last by SecretStore administrator.
getLoginDN() - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Returns the distinguished name of the user for authentication.
getMaxLen() - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Returns the maximum buffer size set.
getMaxLen() - Method in class com.novell.ecb.secretstore.SyncSecretStore
Returns the maximum buffer size set.
getMaxLen() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Returns the maximum buffer size set.
getModifyTime() - Method in class com.novell.ecb.secretstore.SecretInstance
Returns the time when Secret was last modified in the SecretStore.
getName() - Method in class com.novell.ecb.value.BasicSequenceValue
Return the name of the value.
getName() - Method in class com.novell.ecb.value.BasicStringValue
Return the name of the value.
getName() - Method in class com.novell.ecb.value.BasicIntegerValue
Return the name of the value.
getName() - Method in interface com.novell.ecb.value.Value
Return the name of the value.
getNumFlags() - Method in class com.novell.ecb.secretstore.SSFlags
Returns the number of flags set in the object.
getNumLockedSecrets() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the number of Secrets which are in locked state in the SecretStore.
getNumSecrets() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the total number of Secrets present in the SecretStore.
getNumSecretsSynced() - Method in class com.novell.ecb.secretstore.SyncSecretStore
Returns the number of Secrets synchronized.
getObjectInstance() - Method in class com.novell.ecb.value.BasicSequenceValue
Returns the provider specific object for this value.
getObjectInstance() - Method in class com.novell.ecb.value.BasicStringValue
Returns the provider specific object for this value.
getObjectInstance() - Method in class com.novell.ecb.value.BasicIntegerValue
Returns the provider specific object for this value.
getObjectInstance() - Method in interface com.novell.ecb.value.Value
Returns a provider specific object for this value.
getPasswordHint() - Method in class com.novell.ecb.secretstore.ModifyMasterPassword
Returns the hint set for the master password.
getRootCause() - Method in class com.novell.ecb.CommandException
Returns the Throwable object, if available.
getRootCause() - Method in interface com.novell.ecb.java.lang.RootCause
Returns the stored root cause as a throwable object.
getSecretID() - Method in class com.novell.ecb.secretstore.GetSecretInstance
Returns the secretID for which SecretInstance is to be created.
getSecretIDs() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Returns a string array of secretIDs.
GetSecretInstance - class com.novell.ecb.secretstore.GetSecretInstance.
Constructs a SecretInstance or SharedSecretInstance object depending on the secretID specified.
getSecretInstance() - Method in class com.novell.ecb.secretstore.SecretBean
Returns the SecretInstance object to be used for performing operations on a Secret.
getSecretInstance() - Method in class com.novell.ecb.secretstore.GetSecretInstance
Returns the SecretInstance or SharedSecretInstance object representing the Secret identified by the given SecretID in the SecretStore.
GetSecretInstance() - Constructor for class com.novell.ecb.secretstore.GetSecretInstance
Constructs a GetSecretInstance command bean.
GetSecretInstance(SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.GetSecretInstance
Constructs a GetSecretInstance command bean and sets the SecretStoreInstance to be used.
GetSecretInstance(SecretStoreInstance, String) - Constructor for class com.novell.ecb.secretstore.GetSecretInstance
Constructs a GetSecretInstance command bean and sets the SecretStoreInstance to be used and SecretID for which SecretInstance is to be created.
getSecretInstances() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Returns an array of SecretInstance and/or SharedSecretInstance objects.
getSecretName() - Method in class com.novell.ecb.secretstore.SharedSecretInstance
Returns the name of the SharedSecret.
getSecretName() - Method in class com.novell.ecb.secretstore.GetSecretInstance
Returns the name of the SharedSecret to be instantiated.
getSecretStoreInstance() - Method in class com.novell.ecb.secretstore.SecretStoreBean
Returns the SecretStoreInstance to be used for performing SecretStore operations.
getSecretStoreInstance() - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Returns the SecretStoreInstance created by the bean.
getSecretType() - Method in class com.novell.ecb.secretstore.SharedSecretInstance
Returns the type of the SharedSecret.
getSecretType() - Method in class com.novell.ecb.secretstore.GetSecretInstance
Returns the type of the SharedSecret to be instantiated.
getSecretValue() - Method in class com.novell.ecb.secretstore.ReadSecret
Returns the value of the Secret.
getServerCryptoStrength() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the crypto strength of the SecretStore server being used.
getServerVersion() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the version of the SecretStore server being used.
GetServiceInfo - class com.novell.ecb.secretstore.GetServiceInfo.
Retrieves SecretStore and service related information like version, crypto strength, number of Secrets, number of locked secrets etc.
GetServiceInfo() - Constructor for class com.novell.ecb.secretstore.GetServiceInfo
Constructs a GetServiceInfo command bean.
GetServiceInfo(SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.GetServiceInfo
Constructs a GetServiceInfo command bean and sets the SecretStoreInstance to be used by the bean.
getSharedValue() - Method in class com.novell.ecb.secretstore.ReadSecret
Returns the value of a SharedSecret.
getStatus() - Method in class com.novell.ecb.secretstore.SecretInstance
Returns the current status of the SecretStore.
getStatus() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Returns the current status of the SecretStore.
getSyntaxName() - Method in class com.novell.ecb.value.BasicSequenceValue
Returns the provider specific syntax for this value.
getSyntaxName() - Method in class com.novell.ecb.value.BasicStringValue
Returns the provider specific syntax for this value.
getSyntaxName() - Method in class com.novell.ecb.value.BasicIntegerValue
Returns the provider specific syntax for this value.
getSyntaxName() - Method in interface com.novell.ecb.value.Value
Returns the provider specific syntax for this value.
getTargetSecret() - Method in class com.novell.ecb.secretstore.UpdateSecret
Returns the target SecretInstance.
getTargetSecret() - Method in class com.novell.ecb.secretstore.SyncSecret
Returns the target SecretInstance.
getTargetSecretStore() - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Returns the target SecretStore.
getTargetSecretStore() - Method in class com.novell.ecb.secretstore.SyncSecretStore
Returns the target SecretStore for the sync operation.
getURL() - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Returns the URL.
getUseMasterPassword() - Method in class com.novell.ecb.secretstore.GetSecretInstance
Returns the useMasterPassword property value.
getUseMasterPassword() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Returns the useMasterPassword property value.
getUserDN() - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Returns the user DN.
getValue(int) - Method in interface com.novell.ecb.value.SequenceValue
Returns the object at the given index.
getValue(int) - Method in class com.novell.ecb.value.BasicSequenceValue
Returns the object at the given index.
getValue(String) - Method in class com.novell.ecb.secretstore.SharedValue
Returns the value from a key-value pair of the SharedValue.
getValue(String) - Method in interface com.novell.ecb.value.CompositeValue
Returns an object with the given element value.
getValues() - Method in interface com.novell.ecb.value.CompositeValue
Returns an iterator of the elements in this composite.
getValues() - Method in interface com.novell.ecb.value.SequenceValue
Returns an interator of this sequence's values.
getValues() - Method in class com.novell.ecb.value.BasicSequenceValue
Returns an enumeration of this sequence's values.

H

hashCode() - Method in class com.novell.ecb.secretstore.SecretInstance
Returns a hash code value for this object.
Help() - Static method in class com.novell.ecb.java.util.Debug
Prints out debugging options.

I

IN_CHECK_ID_COLLISION - Static variable in class com.novell.ecb.secretstore.SSFlags
Input only flag that specifies that before writing the value of a Secret SecretID collision must be checked.
IN_CREATE_ID - Static variable in class com.novell.ecb.secretstore.SSFlags
Deprecated. Use SSFlags.IN_CHECK_ID_COLLISION flag.
IN_REMOVE_LOCK_FROM_STORE - Static variable in class com.novell.ecb.secretstore.SSFlags
Input only flag to specify that all locked secrets are to be deleted.
INCOMPATIBLE_VERSION - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Client and server components are not of the compatible versions.
intValue() - Method in interface com.novell.ecb.value.NumberValue
Returns the value of this NumberValue object as an int.
intValue() - Method in class com.novell.ecb.value.BasicIntegerValue
Returns the value of this object as an int.
INVALID_PARAM - Static variable in class com.novell.ecb.secretstore.SecretStoreException
API parameter is not initialized.
INVALID_SECRET_ID - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Secret ID is not in the User Secret Store.
INVALID_TARGET_OBJECT - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Target eDirectory User object not found.
InvalidStateException - exception com.novell.ecb.InvalidStateException.
Indicates that the eCommerce Command Bean was not initialized properly.
InvalidStateException() - Constructor for class com.novell.ecb.InvalidStateException
Constructs a InvalidStateException with no arguments
InvalidStateException(String) - Constructor for class com.novell.ecb.InvalidStateException
Constructs a InvalidStateException with a message
InvalidStateException(String, Throwable) - Constructor for class com.novell.ecb.InvalidStateException
Constructs a InvalidStateException with a Throwable object
isAuthenticated() - Method in interface com.novell.ecb.Authenticatable
Determines whether the connection has been authenticated or not.
isOn(String) - Static method in class com.novell.ecb.java.util.Debug
Determines whether the system property "security.debug" contains the string for the specified option.
isReady() - Method in interface com.novell.ecb.Command
Allows the command client and the command runtime to ask the command whether all required input properties have been set.
isReady() - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.UpdateSecret
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.UnlockSecretStore
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.SyncSecretStore
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.SyncSecret
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.RepairSecretStore
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.RemoveSecretStore
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.RemoveSecret
Tests whether the required input properties are set and the bean is in the "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.ReadSecret
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.ModifyMasterPassword
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.GetSecretInstance
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Tests whether the required input properties are set and the bean is in "initialized" state.
isReady() - Method in class com.novell.ecb.secretstore.CreateSecret
Tests whether the required input properties are set and the bean is in "initialized" state.
isSet(int) - Method in class com.novell.ecb.secretstore.SSFlags
Checks whether the given flag is set or not.
isSynced() - Method in class com.novell.ecb.secretstore.SyncSecret
Returns True, if target secret gets modified.

K

keys() - Method in class com.novell.ecb.secretstore.SharedValue
Returns all the keys in the SharedValue including SS_CredSet key.

L

longValue() - Method in interface com.novell.ecb.value.NumberValue
Returns the value of this NumberValue object as a long.
longValue() - Method in class com.novell.ecb.value.BasicIntegerValue
Returns the value of this object as a long.

M

MAX_BUFFER_SIZE - Static variable in class com.novell.ecb.secretstore.SecretStoreBean
Maximum buffer length for the enumerate operation.
MIGRATION_NEEDED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Server has been upgraded and user SecretStore should be updated.
ModifyMasterPassword - class com.novell.ecb.secretstore.ModifyMasterPassword.
Provides functionality for setting and changing the master password for the SecretStore.
ModifyMasterPassword() - Constructor for class com.novell.ecb.secretstore.ModifyMasterPassword
Constructs a ModifyMasterPassword command bean.
ModifyMasterPassword(SecretStoreInstance, char[]) - Constructor for class com.novell.ecb.secretstore.ModifyMasterPassword
Constructs a ModifyMasterPassword command bean and sets the SecretStoreInstance to be used and the master password value.
ModifyMasterPassword(SecretStoreInstance, String) - Constructor for class com.novell.ecb.secretstore.ModifyMasterPassword
Deprecated. Replaced by ModifyMasterPassword.ModifyMasterPassword(SecretStoreInstance, char[]).
MP_PWORD_INVALID - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Master password could not be verified to read or unlock the secrets.
MP_PWORD_NOT_ALLOWED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Ability to use master password has been disabled.
MP_PWORD_NOT_SET - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Master password has not been set on the SecretStore.

N

NDS_INTERNAL_FAILURE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Some internal eDirectory services have not been available.
NDS_PWORD_CHANGED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
User eDirectory password has been changed by the administrator.
NDS_PWORD_INVALID - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Typed in eDirectory password not valid.
NEED_SECURE_CHANNEL - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Connection to SecretStore needs to be over SSL.
NICI_FAILURE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
NICI operations have failed.
NICI_OUTOF_SYNC - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Session keys of the client and server NICI are out of sync.
NO_CODE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
No error code.
NOT_AUTHENTICATED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
User not authenticated.
NOT_IMPLEMENTED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Feature not implemented yet.
NOT_SUPPORTED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Not supported operations.
NotReadyException - exception com.novell.ecb.NotReadyException.
Indicates that the Command Bean is not ready for execution.
NotReadyException() - Constructor for class com.novell.ecb.NotReadyException
Constructs a NotReadyException with no arguments
NotReadyException(String) - Constructor for class com.novell.ecb.NotReadyException
Constructs a NotReadyException with a message
NotReadyException(String, Throwable) - Constructor for class com.novell.ecb.NotReadyException
Constructs a NotReadyException with a Throwable object
NumberValue - interface com.novell.ecb.value.NumberValue.
The NumberValue syntax is used for attributes whose values represent an int, a long, a float, a double, a byte, or a short.

O

OBJECT_NOT_FOUND - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Can't find the target object DN in eDirectory.
OUT_ENHANCED_PROTECTED - Static variable in class com.novell.ecb.secretstore.SSFlags
Output only flag to indicate that the secret is enhanced protected.
OUT_EP_PWORD_PRESENT - Static variable in class com.novell.ecb.secretstore.SSFlags
Output only flag that specifies that the secret is protected with an enhanced protection password.
OUT_LAST_MOD_BY_ADMIN - Static variable in class com.novell.ecb.secretstore.SSFlags
Output only flag that specifies that the last secret modification was made by an administrator.
OUT_MASTER_PWORD_PRESENT - Static variable in class com.novell.ecb.secretstore.SSFlags
Output only flag that specifies that a master password is set on the SecretStore.
OUT_MP_NOT_ALLOWED - Static variable in class com.novell.ecb.secretstore.SSFlags
Output only flag that specifies that master password operations have been disabled by policy.
OUT_SECRET_LOCKED - Static variable in class com.novell.ecb.secretstore.SSFlags
Output only flag that specifies that a lock exists.
OUT_SECRET_NOT_INITIALIZED - Static variable in class com.novell.ecb.secretstore.SSFlags
Output only flag that specifies that the secret has not been initialized with a write yet.
OUT_STORE_NOT_SYNCED - Static variable in class com.novell.ecb.secretstore.SSFlags
Output only flag that specifies that the SecretStore is not synchronized across replicas.
OUT_UNLOCKED_BY_ADMIN - Static variable in class com.novell.ecb.secretstore.SSFlags
Output only flag that specifies that an administrator has unlocked SecretStore.

P

printCauseStackTrace() - Method in class com.novell.ecb.CommandException
Prints this Throwable and its backtrace to the standard error stream.
printCauseStackTrace() - Method in interface com.novell.ecb.java.lang.RootCause
Prints this RootCause and its backtrace to the standard error stream.
printCauseStackTrace(PrintStream) - Method in class com.novell.ecb.CommandException
Prints this Throwable and its backtrace to the specified print stream.
printCauseStackTrace(PrintStream) - Method in interface com.novell.ecb.java.lang.RootCause
Prints this RootCause and its backtrace to the specified print stream.
printCauseStackTrace(PrintWriter) - Method in class com.novell.ecb.CommandException
Prints this Throwable and its backtrace to the specified print writer.
printCauseStackTrace(PrintWriter) - Method in interface com.novell.ecb.java.lang.RootCause
Prints this RootCause and its backtrace to the specified print writer.
println() - Method in class com.novell.ecb.java.util.Debug
Prints a blank line to stderr that is prefixed as specified by the call to getInstance.
println(String) - Method in class com.novell.ecb.java.util.Debug
Prints the specified message to stderr that is prefixed as specified by the call to getInstance.
println(String, String) - Static method in class com.novell.ecb.java.util.Debug
Prints a message to stderr prefixed as specified.

R

ReadSecret - class com.novell.ecb.secretstore.ReadSecret.
Provides the functionality for reading an existing Secret.
ReadSecret() - Constructor for class com.novell.ecb.secretstore.ReadSecret
Constructs a ReadSecret command bean.
ReadSecret(SecretInstance) - Constructor for class com.novell.ecb.secretstore.ReadSecret
Constructs a ReadSecret command bean and sets the SecretInstance to be used.
removeCredSetValues() - Method in class com.novell.ecb.secretstore.SharedValue
Removes all the values for "SS_CredSet" key-value pairs from the SharedValue.
RemoveSecret - class com.novell.ecb.secretstore.RemoveSecret.
Removes a Secret from the SecretStore.
RemoveSecret() - Constructor for class com.novell.ecb.secretstore.RemoveSecret
Constructs a RemoveSecret command bean.
RemoveSecret(SecretInstance) - Constructor for class com.novell.ecb.secretstore.RemoveSecret
Constructs a RemoveSecret command bean and sets the SecretInstance to be used.
RemoveSecretStore - class com.novell.ecb.secretstore.RemoveSecretStore.
Deletes the SecretStore.
RemoveSecretStore() - Constructor for class com.novell.ecb.secretstore.RemoveSecretStore
Constructs a RemoveSecretStore command bean.
RemoveSecretStore(SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.RemoveSecretStore
Constructs a RemoveSecretStore command bean and sets the SecretStoreInstance to be used.
removeValue(String) - Method in class com.novell.ecb.secretstore.SharedValue
Removes a key value pair with the key specified from the SharedValue.
RepairSecretStore - class com.novell.ecb.secretstore.RepairSecretStore.
Repairs target object’s damaged SecretStore.
RepairSecretStore() - Constructor for class com.novell.ecb.secretstore.RepairSecretStore
Constructs a RepairSecretStore command bean.
RepairSecretStore(SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.RepairSecretStore
Constructs a RepairSecretStore command bean and sets the SecretStoreInstance to be used.
reset() - Method in interface com.novell.ecb.Command
Resets the output properties.
reset() - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.UpdateSecret
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.UnlockSecretStore
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.SyncSecretStore
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.SyncSecret
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.RepairSecretStore
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.RemoveSecretStore
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.RemoveSecret
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.ReadSecret
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.ModifyMasterPassword
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.GetServiceInfo
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.GetSecretInstance
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Resets the output properties to the values they had before the execute method was called.
reset() - Method in class com.novell.ecb.secretstore.CreateSecret
Resets the output properties to the values they had before the execute method was called.
RootCause - interface com.novell.ecb.java.lang.RootCause.
Provides an interface that can be implemented by classes having root cause exceptions.

S

SCHEMA_NOT_EXTENDED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Schema is not extended to support SecreStore on the target tree.
SECRET_BUFF_TOO_LONG - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Size of the Secret buffer exceeds the limit.
SECRET_ID_EXISTS - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Secret ID already exists in the Secret Store.
SECRET_ID_TOO_LONG - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Length of the Secret ID buffer exceeds the limit.
SECRET_ID_TOO_SHORT - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Length of the Secret ID should be greater than zero.
SECRET_UNINITIALIZED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Secret has not been initialized with a write.
SecretBean - class com.novell.ecb.secretstore.SecretBean.
Serves as the base class for all the command beans which operate on Secrets.
SecretBean() - Constructor for class com.novell.ecb.secretstore.SecretBean
Constructs a SecretBean object.
SecretBean(SecretInstance) - Constructor for class com.novell.ecb.secretstore.SecretBean
Constructs a SecretBean object and sets the SecretInstance to be used.
SecretInstance - class com.novell.ecb.secretstore.SecretInstance.
Represents a Secret in the SecretStore.
SecretInstance() - Constructor for class com.novell.ecb.secretstore.SecretInstance
Constructs a SecretInstance object.
SecretStoreBean - class com.novell.ecb.secretstore.SecretStoreBean.
Serves as the base class for all the command beans which operate on a SecretStore.
SecretStoreBean() - Constructor for class com.novell.ecb.secretstore.SecretStoreBean
Constructs a SecretStore command bean.
SecretStoreBean(SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.SecretStoreBean
Constructs a SecretStore command bean and sets the SecretStoreInstance to be used.
SecretStoreException - exception com.novell.ecb.secretstore.SecretStoreException.
Wraps the underlying exception object or error message along with error code.
SecretStoreException(String) - Constructor for class com.novell.ecb.secretstore.SecretStoreException
Constructs a SecretStoreException object.
SecretStoreException(String, int) - Constructor for class com.novell.ecb.secretstore.SecretStoreException
Constructs a SecretStoreException object and sets the error description and error code.
SecretStoreException(String, Throwable) - Constructor for class com.novell.ecb.secretstore.SecretStoreException
Constructs a SecretStoreException object and sets the cause of exception and error description.
SecretStoreException(String, Throwable, int) - Constructor for class com.novell.ecb.secretstore.SecretStoreException
Constructs a SecretStoreException object and sets the cause of exception, error code and error description.
SecretStoreInstance - class com.novell.ecb.secretstore.SecretStoreInstance.
Represents a user SecretStore.
SecretStoreInstance() - Constructor for class com.novell.ecb.secretstore.SecretStoreInstance
Constructs a SecretStoreInstance object.
SecretType - interface com.novell.ecb.secretstore.SecretType.
Defines constants for SharedSecret types.
SequenceValue - interface com.novell.ecb.value.SequenceValue.
The SequenceValue is a homogeneous multi-valued Value.
SERVER_CONN_FAILURE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Opening a connection to the server failed.
SERVICE_NOT_FOUND - Static variable in class com.novell.ecb.secretstore.SecretStoreException
SecretStore not on the Network.
SERVICE_NOT_SUPPORTED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Requested service not supported yet.
setConnection(Connection) - Method in interface com.novell.ecb.Authenticatable
Sets the connection that has been authenticated.
setConnection(Connection) - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Sets the connection to be used by the bean.
setCreateSecrets(boolean) - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Sets the createSecrets property.
setDoRefresh(boolean) - Method in class com.novell.ecb.secretstore.ReadSecret
Sets the doRefresh property.
seteDirPassword(char[]) - Method in class com.novell.ecb.secretstore.UnlockSecretStore
Sets the old eDirectory password for unlocking the locked SecretStore.
seteDirPassword(String) - Method in class com.novell.ecb.secretstore.UnlockSecretStore
Deprecated. Replaced by UnlockSecretStore.seteDirPassword(char[]).
setEnhancedProtectionPassword(char[]) - Method in class com.novell.ecb.secretstore.UpdateSecret
Sets the enhanced protection password property.
setEnhancedProtectionPassword(char[]) - Method in class com.novell.ecb.secretstore.SyncSecret
Sets the enhanced protection password property.
setEnhancedProtectionPassword(char[]) - Method in class com.novell.ecb.secretstore.ReadSecret
Sets the enhanced protection password property.
setEnhancedProtectionPassword(char[]) - Method in class com.novell.ecb.secretstore.GetSecretInstance
Sets the enhanced protection password property.
setEnhancedProtectionPassword(char[]) - Method in class com.novell.ecb.secretstore.CreateSecret
Sets the enhanced protection password property.
setEnhancedProtectionPassword(String) - Method in class com.novell.ecb.secretstore.UpdateSecret
Deprecated. Replaced by UpdateSecret.setEnhancedProtectionPassword(char[]).
setEnhancedProtectionPassword(String) - Method in class com.novell.ecb.secretstore.SyncSecret
Deprecated. Replaced by SyncSecret.setEnhancedProtectionPassword(char[]).
setEnhancedProtectionPassword(String) - Method in class com.novell.ecb.secretstore.ReadSecret
Deprecated. Replaced by ReadSecret.setEnhancedProtectionPassword(char[]).
setEnhancedProtectionPassword(String) - Method in class com.novell.ecb.secretstore.GetSecretInstance
Deprecated. Replaced by GetSecretInstance.setEnhancedProtectionPassword(char[]).
setEnhancedProtectionPassword(String) - Method in class com.novell.ecb.secretstore.CreateSecret
Deprecated. Replaced by CreateSecret.setEnhancedProtectionPassword(char[]).
setFilter(String) - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Sets the filter to be used for selecting the Secrets for updation.
setFilter(String) - Method in class com.novell.ecb.secretstore.SyncSecretStore
Sets the filter to be used for selecting the Secrets for synchronization.
setFilter(String) - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Sets the filter to be used for selecting the Secrets for enumeration.
setFlag(int) - Method in class com.novell.ecb.secretstore.SSFlags
Sets the given flag.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Sets the flags to be used while updating the SecretStore.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.UpdateSecret
Sets the flags to be used while performing the update operation.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.UnlockSecretStore
Sets the flags to be used while performing the unlock operation.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.SyncSecretStore
Sets the flags to be used while synchronizing the Secrets.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.RemoveSecretStore
Sets the flags to be used while deleting the SecretStore.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.RemoveSecret
Sets the flags to be used while deleting the Secret.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.ReadSecret
Sets the flags to be used while reading Secrets.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.ModifyMasterPassword
Sets the flags to be used while modifying the master password.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.GetServiceInfo
Sets the flags to be used while getting the service information.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Sets the flags to be used while enumerating the Secrets.
setFlags(SSFlags) - Method in class com.novell.ecb.secretstore.CreateSecret
Sets the flags to be used while setting the value of Secret.
setLoginDN(String) - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Sets the distinguished name of the user for authentication.
setMasterPassword(char[]) - Method in class com.novell.ecb.secretstore.UnlockSecretStore
Sets the master password of the SecretStore.
setMasterPassword(char[]) - Method in class com.novell.ecb.secretstore.GetSecretInstance
Sets the master password of the SecretStore.
setMasterPassword(char[]) - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Sets the master password of the SecretStore.
setMasterPassword(char[]) - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Sets the master password.
setMasterPassword(String) - Method in class com.novell.ecb.secretstore.UnlockSecretStore
Deprecated. Replaced by UnlockSecretStore.setMasterPassword(char[]).
setMasterPassword(String) - Method in class com.novell.ecb.secretstore.GetSecretInstance
Deprecated. Replaced by GetSecretInstance.setMasterPassword(char[]).
setMasterPassword(String) - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Deprecated. Replaced by EnumerateSecrets.setMasterPassword(char[]).
setMasterPassword(String) - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Deprecated. Replaced by CreateSecretStoreInstance.setMasterPassword(char[]).
setMaxLen(int) - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Sets the maximum buffer size in bytes to be used while performing the update operation.
setMaxLen(int) - Method in class com.novell.ecb.secretstore.SyncSecretStore
Sets the maximum buffer size in bytes to be used while performing the sync operation.
setMaxLen(int) - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Sets the maximum buffer size in bytes to be used while enumerating the Secrets.
setNewPassword(char[]) - Method in class com.novell.ecb.secretstore.ModifyMasterPassword
Sets the new master password value for the SecretStore.
setNewPassword(String) - Method in class com.novell.ecb.secretstore.ModifyMasterPassword
Deprecated. Replaced by ModifyMasterPassword.setNewPassword(char[]).
setPassword(char[]) - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Sets the password to be used for authentication.
setPassword(String) - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Deprecated. Replaced by CreateSecretStoreInstance.setPassword(char[]).
setPasswordHint(String) - Method in class com.novell.ecb.secretstore.ModifyMasterPassword
Sets hint for the master password.
setRootCause(Throwable) - Method in class com.novell.ecb.CommandException
Sets the Throwable object.
setSecretID(String) - Method in class com.novell.ecb.secretstore.GetSecretInstance
Sets the secretID for which SecretInstance is to be created.
setSecretInstance(SecretInstance) - Method in class com.novell.ecb.secretstore.SecretBean
Sets the SecretInstance object to be used for performing operations on a Secret.
setSecretName(String) - Method in class com.novell.ecb.secretstore.GetSecretInstance
Sets the name of the SharedSecret to be instantiated.
setSecretStoreInstance(SecretStoreInstance) - Method in class com.novell.ecb.secretstore.SecretStoreBean
Sets the SecretStoreInstance to be used for performing SecretStore operations.
setSecretType(String) - Method in class com.novell.ecb.secretstore.GetSecretInstance
Sets the type of the SharedSecret to be instantiated.
setSecretValue(byte[]) - Method in class com.novell.ecb.secretstore.CreateSecret
Sets the value of the Secret.
setSharedValue(SharedValue) - Method in class com.novell.ecb.secretstore.CreateSecret
Sets the value of the SharedSecret.
setTargetSecret(SecretInstance) - Method in class com.novell.ecb.secretstore.UpdateSecret
Sets the target SecretInstance to be updated.
setTargetSecret(SecretInstance) - Method in class com.novell.ecb.secretstore.SyncSecret
Sets the target SecretInstance to be synchronized.
setTargetSecretStore(SecretStoreInstance) - Method in class com.novell.ecb.secretstore.UpdateSecretStore
Sets the target SecretStore to be updated.
setTargetSecretStore(SecretStoreInstance) - Method in class com.novell.ecb.secretstore.SyncSecretStore
Sets the target SecretStore for the sync operation.
setURL(String) - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Sets the URL of the LDAP server to be contacted.
setUseMasterPassword(boolean) - Method in class com.novell.ecb.secretstore.GetSecretInstance
Sets the useMasterPassword property.
setUseMasterPassword(boolean) - Method in class com.novell.ecb.secretstore.EnumerateSecrets
Sets the useMasterPassword property.
setUserDN(String) - Method in class com.novell.ecb.secretstore.CreateSecretStoreInstance
Sets the user DN whose SecretStore is to be accessed.
SharedSecretInstance - class com.novell.ecb.secretstore.SharedSecretInstance.
Represents a SharedSecret in the SecretStore.
SharedValue - class com.novell.ecb.secretstore.SharedValue.
Represents the value of a SharedSecret object.
SharedValue() - Constructor for class com.novell.ecb.secretstore.SharedValue
Constructs a SharedValue object.
shortValue() - Method in interface com.novell.ecb.value.NumberValue
Returns the value of this NumberValue object as a short.
shortValue() - Method in class com.novell.ecb.value.BasicIntegerValue
Returns the value of this object as a short.
SSFlags - class com.novell.ecb.secretstore.SSFlags.
Convenience obeject provided for easy handling of flags for performing operations on the SecretStore.
SSFlags(int) - Constructor for class com.novell.ecb.secretstore.SSFlags
Constructs an SSFlags object and sets the flags.
STORE_NOT_FOUND - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Target eDirectory User object does not have a SecretStore.
STORE_NOT_LOCKED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Attempt to unlock SecretStore failed because the store is not locked.
StringValue - interface com.novell.ecb.value.StringValue.
The StringValue syntax is used for attributes whose values are Strings.
stringValue() - Method in interface com.novell.ecb.value.StringValue
Returns the value of this StringValue as a String.
stringValue() - Method in class com.novell.ecb.value.BasicStringValue
Returns the value of this StringValue as a String.
SyncSecret - class com.novell.ecb.secretstore.SyncSecret.
Synchronizes the two Secrets in the SecretStore.
SyncSecret() - Constructor for class com.novell.ecb.secretstore.SyncSecret
Constructs a SyncSecret command bean.
SyncSecret(SecretInstance) - Constructor for class com.novell.ecb.secretstore.SyncSecret
Constructs a SyncSecret command bean and sets the source SecretInstance to be synchronized with.
SyncSecret(SecretInstance, SecretInstance) - Constructor for class com.novell.ecb.secretstore.SyncSecret
Constructs a SyncSecret command bean and sets the source SecretInstance and target SecretInstance to be synchronized.
SyncSecretStore - class com.novell.ecb.secretstore.SyncSecretStore.
Synchronizes Secrets of two SecretStores.
SyncSecretStore() - Constructor for class com.novell.ecb.secretstore.SyncSecretStore
Constructs a SyncSecretStore Command bean.
SyncSecretStore(SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.SyncSecretStore
Constructs a SyncSecretStore Command bean and sets the source SecretStoreInstance that is to be synchronized.
SyncSecretStore(SecretStoreInstance, SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.SyncSecretStore
Constructs a SyncSecretStore Command bean and sets the source and target SecretStoreInstance objects to be synchronized.
SYSTEM_FAILURE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Some internal operating system services have not been available.

T

TOKEN_NOT_SUPPORTED - Static variable in class com.novell.ecb.secretstore.SecretStoreException
NDS authentication type not supported.
toString() - Method in class com.novell.ecb.secretstore.SharedValue
Returns the SharedValue in the string format.
toString() - Method in class com.novell.ecb.secretstore.SecretInstance
Returns a String representation for this object.
toString() - Method in class com.novell.ecb.value.BasicSequenceValue
Returns a String that represents the value of this object.
toString() - Method in class com.novell.ecb.value.BasicStringValue
Returns a String that represents the value of this object.
toString() - Method in class com.novell.ecb.value.BasicIntegerValue
Returns a String that represents the value of this object.
TRANSPORT_FAILURE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Connection to server is lost.

U

UNDETERMINED_ENGINE - Static variable in class com.novell.ecb.secretstore.GetServiceInfo
Constant that specifies the crypto strength as undetermined.
UNICODE_OP_FAILURE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Unicode text conversion operation failed.
UnlockSecretStore - class com.novell.ecb.secretstore.UnlockSecretStore.
Unlocks a locked SecretStore.
UnlockSecretStore() - Constructor for class com.novell.ecb.secretstore.UnlockSecretStore
Constructs an UnlockSecretStore command bean.
UnlockSecretStore(SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.UnlockSecretStore
Constructs an UnlockSecretStore command bean and sets the SecretStoreInstance to be used.
UpdateSecret - class com.novell.ecb.secretstore.UpdateSecret.
Updates the target Secret with the source Secret.
UpdateSecret() - Constructor for class com.novell.ecb.secretstore.UpdateSecret
Constructs an UpdateSecret command bean.
UpdateSecret(SecretInstance) - Constructor for class com.novell.ecb.secretstore.UpdateSecret
Constructs an UpdateSecret command bean and sets the source SecretInstance for update operation.
UpdateSecret(SecretInstance, SecretInstance) - Constructor for class com.novell.ecb.secretstore.UpdateSecret
Constructs an UpdateSecret command bean and sets the source and target SecretInstance for update operation.
UpdateSecretStore - class com.novell.ecb.secretstore.UpdateSecretStore.
Updates the target SecretStore with the source SecretStore.
UpdateSecretStore() - Constructor for class com.novell.ecb.secretstore.UpdateSecretStore
Constructs an UpdateSecretStore Command bean.
UpdateSecretStore(SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.UpdateSecretStore
Constructs an UpdateSecretStore Command bean and sets the source SecretStoreInstance.
UpdateSecretStore(SecretStoreInstance, SecretStoreInstance) - Constructor for class com.novell.ecb.secretstore.UpdateSecretStore
Constructs an UpdateSecretStore Command bean and sets the source and target SecretStoreInstance.

V

Value - interface com.novell.ecb.value.Value.
The Value interface associates a 'Syntax Id', a 'Name', and a 'Value'.

W

WRONG_REPLICA_TYPE - Static variable in class com.novell.ecb.secretstore.SecretStoreException
Not a writeable replica of eDirectory.

A B C D E F G H I K L M N O P R S T U V W

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