Sun Adapter for LDAP API
A B C D E F G H I K L M N O P R S T U V

A

addAttribute(String) - Method in interface com.stc.connector.appconn.ldap.AttributesSelection
add an attribute to the list of attributes to be returned
addAttribute(String) - Method in class com.stc.connector.ldapadapter.appconn.AttributesSelectionImpl
add an attribute to the list of attributes to be returned
AddAttributesValues - Interface in com.stc.connector.appconn.ldap
Add Attribute Values interface.
AddAttributesValuesImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to add new attributes to an existing directory entry.
AddAttributesValuesImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.AddAttributesValuesImpl
 
AddAttributesValuesImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.AddAttributesValuesImpl
Creates a new instance of AddAttributesValues
AddEntry - Interface in com.stc.connector.appconn.ldap
LDAP Add Entry interface.
addEntry - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
AddEntryImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to add a new entry to the directory
AddEntryImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.AddEntryImpl
Creates a new instance of AddEntry
AddEntryOptions - Interface in com.stc.connector.appconn.ldap
Add Entry Options interface.
AddEntryOptionsImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to set the options for adding entry
AddEntryOptionsImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.AddEntryOptionsImpl
 
addSymmetricKeyToKeyStore(int, String, String, char[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.KeyStoreUtil
Geneartes a symmetric key(secret key) and stores it in the keystore.
addSymmetricKeyToKeyStore(int, String, String, char[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.KeyStoreUtilImpl
 
anonymousLoginMandatoryProperties - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
appConn - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
argv - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
Saved argument list passed to the program
AttributesSelection - Interface in com.stc.connector.appconn.ldap
Attributes Selection interface.
AttributesSelectionImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to manage the list of attributes that are to be returned during a Search operation
AttributesSelectionImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.AttributesSelectionImpl
 
AUTHENTICATION_ANON - Static variable in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
AUTHENTICATION_SIMPLE - Static variable in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 

B

Base64 - Interface in com.stc.connector.ldapadapter.utils.cryptography.api
Provides encode/decode functionality as defined in RFC 2045, by Freed and Borenstein.
Base64Impl - Class in com.stc.connector.ldapadapter.utils.cryptography.impl
 
Base64Impl() - Constructor for class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
 

C

checkConnection() - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
Method performs connection check operation
checkIfClosed() - Method in class com.stc.connector.ldapadapter.appconn.LDAPApplicationConnection
Check whether the Connection instance was already closed (if close was previously called).
checkIfClosed() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Checks whether the application connection was closed.
checkIfClosed() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPApplicationConnection
Check whether the Connection instance was already closed (if close was previously called).
checkIfClosed() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPClientApplicationImpl
Checks whether the application connection was closed.
checkLongOption() - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
Check to see if an option is a valid long option.
CIPHER_KEY_ALIAS_PROPERTY_KEY - Static variable in interface com.stc.connector.ldapadapter.utils.cryptography.api.Cryptor
The property key for the name of the alias under the key is stored in the keystore.
CIPHER_KEY_PASSWORD_PROPERTY_KEY - Static variable in interface com.stc.connector.ldapadapter.utils.cryptography.api.Cryptor
The property key for the password under the key is stored in the keystore.
CIPHER_TRANSFORMATION_PROPERTY_KEY - Static variable in interface com.stc.connector.ldapadapter.utils.cryptography.api.Cryptor
The property key for the transformation used by the cipher.
CipherUtil - Interface in com.stc.connector.ldapadapter.utils.cryptography.api
CipherUtilImpl - Class in com.stc.connector.ldapadapter.utils.cryptography.impl
 
CipherUtilImpl() - Constructor for class com.stc.connector.ldapadapter.utils.cryptography.impl.CipherUtilImpl
 
cleanup() - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Perform clean up of any resources or reset of any state held by the instance of EwayConnection.
clear() - Method in interface com.stc.connector.appconn.ldap.SearchResults
Close the underlying result object.
clear() - Method in class com.stc.connector.ldapadapter.appconn.SearchResultsImpl
Close the underlying result object.
clearAttributes() - Method in interface com.stc.connector.appconn.ldap.AttributesSelection
clears the attribute list
clearAttributes() - Method in class com.stc.connector.ldapadapter.appconn.AttributesSelectionImpl
clears the attribute list
close() - Method in class com.stc.connector.ldapadapter.appconn.LDAPApplicationConnection
Closes the application connection handle.
close() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPApplicationConnection
Closes the context to the LDAP external system and releases resources..
close() - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
Closes the connector to the external system and releases resources.
com.stc.connector.appconn.ldap - package com.stc.connector.appconn.ldap
 
com.stc.connector.appconn.ldap.nonmanaged - package com.stc.connector.appconn.ldap.nonmanaged
 
com.stc.connector.ldapadapter.alerts - package com.stc.connector.ldapadapter.alerts
 
com.stc.connector.ldapadapter.appconn - package com.stc.connector.ldapadapter.appconn
 
com.stc.connector.ldapadapter.appconn.nonmanaged - package com.stc.connector.ldapadapter.appconn.nonmanaged
 
com.stc.connector.ldapadapter.eway - package com.stc.connector.ldapadapter.eway
 
com.stc.connector.ldapadapter.ldap - package com.stc.connector.ldapadapter.ldap
 
com.stc.connector.ldapadapter.ldap.jdk13 - package com.stc.connector.ldapadapter.ldap.jdk13
 
com.stc.connector.ldapadapter.ldap.jdk14 - package com.stc.connector.ldapadapter.ldap.jdk14
 
com.stc.connector.ldapadapter.utils - package com.stc.connector.ldapadapter.utils
 
com.stc.connector.ldapadapter.utils.cryptography.api - package com.stc.connector.ldapadapter.utils.cryptography.api
 
com.stc.connector.ldapadapter.utils.cryptography.impl - package com.stc.connector.ldapadapter.utils.cryptography.impl
 
CompareEntry - Interface in com.stc.connector.appconn.ldap
LDAP Compare Entry interface.
compareEntry - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
CompareEntryImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to perform the Compare operation on the LDAP server.
CompareEntryImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.CompareEntryImpl
Creates a new instance of CompareEntry
CompareEntryOptions - Interface in com.stc.connector.appconn.ldap
Compare Entry Options interface.
CompareEntryOptionsImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to set the options for comparing entry
CompareEntryOptionsImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.CompareEntryOptionsImpl
 
CONN_AUTHENTICATION - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
CONN_CREDENTIALS - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
CONN_INITIALCONTEXT_FACTORY - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
CONN_PRINCIPAL - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
CONN_PROVIDER_URL - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
CONN_PROVIDER_URL - Static variable in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
 
CONN_TYPE_ENABLE_SSL - Static variable in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
CONN_TYPE_NONE - Static variable in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
CONN_TYPE_TLS_ON_DEMAND - Static variable in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
ConnectionConstants - Class in com.stc.connector.appconn.ldap
A centralized static cache defines LDAP Connection configuration parameters and its default value.
ConnectionConstants() - Constructor for class com.stc.connector.appconn.ldap.ConnectionConstants
 
connectionDefaultValuesMap - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
contains(String) - Static method in class com.stc.connector.appconn.ldap.ConnectionConstants
 
countAttribute() - Method in interface com.stc.connector.appconn.ldap.STCEntry
Returns the number of attributes
countAttribute() - Method in class com.stc.connector.ldapadapter.appconn.STCEntryImpl
Returns the number of attributes
countSTCAttribute() - Method in interface com.stc.connector.appconn.ldap.Result
Gets the number of attributes available.
countSTCAttribute() - Method in interface com.stc.connector.appconn.ldap.STCAttributes
Returns the number of attributes
countSTCAttribute() - Method in class com.stc.connector.ldapadapter.appconn.ResultImpl
Gets the number of attributes available.
countSTCAttribute() - Method in class com.stc.connector.ldapadapter.appconn.STCAttributesImpl
Returns the number of attributes
countSTCNotificationEvent() - Method in interface com.stc.connector.appconn.ldap.STCEventQueue
Returns the number of events in the queue
countSTCNotificationEvent() - Method in class com.stc.connector.ldapadapter.appconn.STCEventQueueImpl
Returns the number of events in the queue
countSTCValue() - Method in interface com.stc.connector.appconn.ldap.STCAttribute
Returns the number of values for this attribute
countSTCValue() - Method in interface com.stc.connector.appconn.ldap.STCValues
Returns the number of values in the attribute
countSTCValue() - Method in class com.stc.connector.ldapadapter.appconn.STCAttributeImpl
Returns the number of values for this attribute
countSTCValue() - Method in class com.stc.connector.ldapadapter.appconn.STCValuesImpl
Returns the number of values in the attribute
createApplication(String) - Method in class com.stc.connector.ldapadapter.appconn.LDAPApplicationConnection
Creates an Application from the Application Connection.
createApplication(String) - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPApplicationConnection
Creates an Application from the Application Connection.
createManagedConnectionInternal(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.ldapadapter.eway.LDAPManagedConnectionFactory
 
createOutputHandler() - Method in class com.stc.connector.ldapadapter.appconn.LDAPApplicationConnection
Creates an OutputHandler for "sending" data to the EIS.
createOutputHandler() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPApplicationConnection
Creates an OutputHandler for "sending" data to the EIS.
createSocket(String, int) - Method in class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
Create a socket.
createSocket(String, int, InetAddress, int) - Method in class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
Create a socket.
createSocket(InetAddress, int) - Method in class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
Create a socket.
createSocket(InetAddress, int, InetAddress, int) - Method in class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
Create a socket.
createSocket(Socket, String, int, boolean) - Method in class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
Create a socket.
Cryptor - Interface in com.stc.connector.ldapadapter.utils.cryptography.api
Provides basic cryptographic functionality such as encryption/decryption etc.
CryptorImpl - Class in com.stc.connector.ldapadapter.utils.cryptography.impl
Provides a Cryptor implementation.

D

decode(byte[]) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
Decodes Base64 data into octects
decode(String) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
Decodes Base64 data into octects
decodeBase64(byte[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.Base64
Decodes the Base64 encoded aData.
decodeBase64(byte[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.Cryptor
Decodes the Base64 encoded aData.
decodeBase64(byte[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
 
decodeBase64(byte[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CryptorImpl
 
decodeBase64AndDecrypt(byte[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.Cryptor
Decrypts the Base64 encoded aData and then decrypts using the same Cipher that was used to encrypt it.
decodeBase64AndDecrypt(byte[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CryptorImpl
 
decrypt(byte[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.Cryptor
Decrypts the aData using a Cipher.
decrypt(byte[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CryptorImpl
 
decryptCredential(String) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.CipherUtil
 
decryptCredential(String) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CipherUtilImpl
 
destroy() - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Release any resources prior to the destruction of the associated ManagedConnection.
displayEntries(Properties) - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 
dn - Static variable in class com.stc.connector.ldapadapter.appconn.nonmanaged.LDAPConnectionTest
 
doSearch() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.LDAPConnectionTest
Searches for a context as defined at the top of the method.

E

encode(byte[]) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
Encodes hex octects into Base64
encode(String) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
Encodes String into Base64 using the default encoding when converting the String to a byte []
encodeBase64(byte[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.Base64
Encodes the aData to Base64 encoded form.
encodeBase64(byte[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.Cryptor
Encodes the aData to Base64 encoded form.
encodeBase64(byte[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
 
encodeBase64(byte[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CryptorImpl
 
encrypt(byte[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.Cryptor
Encrypts the aData using a Cipher.
encrypt(byte[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CryptorImpl
 
encryptAndEncodeBase64(byte[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.Cryptor
Encrypts the aData using a Cipher and returns the results in Base64 encoded form.
encryptAndEncodeBase64(byte[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CryptorImpl
 
encryptCredential(String) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.CipherUtil
 
encryptCredential(String) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CipherUtilImpl
 
EntryOptions - Interface in com.stc.connector.appconn.ldap
Entry Options interface.
EntryOptionsImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to set the options for an entry
EntryOptionsImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.EntryOptionsImpl
 
exchange(String[]) - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
Exchange the shorter segment with the far end of the longer segment.

F

first_nonopt - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
The index of the first non-option in argv[]
flag - Variable in class com.stc.connector.ldapadapter.utils.LongOpt
If this variable is not null, then the value stored in "val" is stored here when this long option is encountered.

G

getAddAttributesValues() - Method in interface com.stc.connector.appconn.ldap.ModifyEntry
Method to retrieve the AddAttributesValues object when an add attribute operation was requested
getAddAttributesValues() - Method in class com.stc.connector.ldapadapter.appconn.ModifyEntryImpl
Method to retrieve the AddAttributesValues object when an add attribute operation was requested
getAddEntry() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Gets the instance of the class that is used to perform Add operation
getAddEntry() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the instance of the class that is used to perform Add operation
getAddEntryOptions() - Method in interface com.stc.connector.appconn.ldap.AddEntry
Method to retrieve the options for the add entry
getAddEntryOptions() - Method in class com.stc.connector.ldapadapter.appconn.AddEntryImpl
Method to retrieve the options for the add stcEntry
getApplicationConnection() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the LDAP application connection which created this instance of LDAPClientApplication.
getApplicationConnection() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPClientApplicationImpl
Returns the Implementation of ApplicationConnection associated with NonManagedLDAPClientApplication
getAttributes() - Method in interface com.stc.connector.appconn.ldap.STCEntry
Gets the attributes of the entry
getAttributes() - Method in class com.stc.connector.ldapadapter.appconn.STCEntryImpl
Gets the attributes of the entry
getAttributesList() - Method in interface com.stc.connector.appconn.ldap.AttributesSelection
get the list of attributes as a Vector
getAttributesList() - Method in class com.stc.connector.ldapadapter.appconn.AttributesSelectionImpl
get the list of attributes as a Vector
getAttributesSelection() - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Method to retrieve the value of the 'list of attributes' that has been set as attributes to return by the search operation
getAttributesSelection() - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Method to retrieve the value of the 'list of attributes' that has been set as attributes to return by the search operation
getAuthentication() - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
getByteValue() - Method in interface com.stc.connector.appconn.ldap.STCValue
Retrieves the value from the value Object as a byte array
getByteValue() - Method in class com.stc.connector.ldapadapter.appconn.STCValueImpl
Retrieves the value from the value Object as a byte array
getCompareEntry() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Gets the instance of the class that is used to perform Compare operation
getCompareEntry() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the instance of the class that is used to perform Compare operation
getCompareEntryOptions() - Method in interface com.stc.connector.appconn.ldap.CompareEntry
Method to retrieve the options set for the compare entry
getCompareEntryOptions() - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryImpl
Method to retrieve the options set for the compare entry
getCompareFilter() - Method in interface com.stc.connector.appconn.ldap.CompareEntryOptions
ret rives the filter set for the compare operation
getCompareFilter() - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryOptionsImpl
retrieves the filter set for the compare operation
getConfiguration() - Static method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
Retrieves the connection properties (stored by the constructor) used by the connector to access the external.
getConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Get a new instance of the connection handle (application connection).
getContext() - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
Returns the context if a connection was established
getContextName() - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to retrieve the context name on which the listener is listening
getContextName() - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Returns the name of the context for the search.
getContextName() - Method in interface com.stc.connector.appconn.ldap.TimestampSearch
Returns the context name set for this search operation
getContextName() - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method to retrieve the context name on which the listener is listening
getContextName() - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Returns the name of the context for the search.
getContextName() - Method in class com.stc.connector.ldapadapter.appconn.TimestampSearchImpl
Returns the context name set for this search operation
getControls() - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to retrieve the Controls set
getControls() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to retrieve the Controls set
getCountLimit() - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Gets the size limitation on the search results for the search operation.
getCountLimit() - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Gets the size limitation on the search results for the search operation.
getCredentials() - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
getDecodedDataLength(byte[]) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
returns length of decoded data given an array containing encoded data.
getDefault() - Static method in class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
the getDefault method that returns the default socket factory implementation after initializing the SSL context with parameter values received from the eWay configuration model.
getDefaultBooleanValue(String) - Static method in class com.stc.connector.appconn.ldap.ConnectionConstants
 
getDefaultCipherSuites() - Method in class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
Get the default cipher suites.
getDefaultStringValue(String) - Static method in class com.stc.connector.appconn.ldap.ConnectionConstants
 
getEISConnection() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPApplicationConnection
Returns the LDAPConnector
getEISConnection() - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Returns the LDAP connection object.
getEntryName() - Method in interface com.stc.connector.appconn.ldap.CompareEntryOptions
retrieves the entry name
getEntryName() - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to retrieve the entry name on which the listener is interested.
getEntryName() - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryOptionsImpl
retrieves the entry name
getEntryName() - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method to retrieve the entry name on which the listener is interested.
getEntryOptions() - Method in interface com.stc.connector.appconn.ldap.AddAttributesValues
Method to retrieve the options set for the entry
getEntryOptions() - Method in interface com.stc.connector.appconn.ldap.RemoveAttributesValues
Method to retrieve the options set for the entry
getEntryOptions() - Method in interface com.stc.connector.appconn.ldap.ReplaceValues
Method to retrieve the options set for the entry
getEntryOptions() - Method in class com.stc.connector.ldapadapter.appconn.AddAttributesValuesImpl
Method to retrieve the options set for the stcEntry
getEntryOptions() - Method in class com.stc.connector.ldapadapter.appconn.RemoveAttributesValuesImpl
Method to retrieve the options set for the entry
getEntryOptions() - Method in class com.stc.connector.ldapadapter.appconn.ReplaceValuesImpl
Method to retrieve the options set for the entry
getEventQueue() - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to retrieve the event queue associated with this search operation
getEventQueue() - Method in interface com.stc.connector.appconn.ldap.TimestampSearch
Returns the event queue associated with this search operation
getEventQueue() - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method to retrieve the event queue associated with this search operation
getEventQueue() - Method in class com.stc.connector.ldapadapter.appconn.TimestampSearchImpl
Returns the event queue associated with this search operation
getEventType() - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Gets the type of this event such as OBJECT_ADDED
getEventType() - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Gets the type of this event such as OBJECT_ADDED
getEwayConnection() - Method in class com.stc.connector.ldapadapter.appconn.LDAPApplicationConnection
Get the ManagedConnection associated with this application connection.
getFlag() - Method in class com.stc.connector.ldapadapter.utils.LongOpt
Returns the value of the 'flag' field for this long option
getHasArg() - Method in class com.stc.connector.ldapadapter.utils.LongOpt
Returns the value set for the 'has_arg' field for this long option
getIgnoreAlreadyBound() - Method in interface com.stc.connector.appconn.ldap.AddEntryOptions
retrieves the value set for ignoreAlreadyBound.
getIgnoreAlreadyBound() - Method in class com.stc.connector.ldapadapter.appconn.AddEntryOptionsImpl
retrieves the value set for ignoreAlreadyBound.
getIgnoreAttributeIDCase() - Method in interface com.stc.connector.appconn.ldap.EntryOptions
retrieves the value set for ignoring attribute ID case.
getIgnoreAttributeIDCase() - Method in class com.stc.connector.ldapadapter.appconn.EntryOptionsImpl
retrieves the value set for ignoring attribute ID case.
getInstance(Map) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CryptorImpl
This factory method returns a new instance of a Cryptor initializing it using the specified properties.
getInstance(Map) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.KeyStoreUtilImpl
Returns a new instance of a KeyStoreUtil based on the specified properties.
getKey(String, char[]) - Method in interface com.stc.connector.ldapadapter.utils.cryptography.api.KeyStoreUtil
Returns the key stored in the keystore under the specified alias and password.
getKey(String, char[]) - Method in class com.stc.connector.ldapadapter.utils.cryptography.impl.KeyStoreUtilImpl
 
getLDAPConnection() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
getLDAPConnection() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPClientApplicationImpl
Returns the LDAPConnector
getLDAPContext() - Method in interface com.stc.connector.appconn.ldap.nonmanaged.NonManagedLDAPClientApplication
 
getLDAPContext() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPApplicationConnection
Returns the real LDAP Context associated with this NM deployments
getLDAPContext() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPClientApplicationImpl
Returns the real LDAP Context associated with this NM deployments
getLDAPSearchControls() - Method in interface com.stc.connector.appconn.ldap.Search
If using an LDAP provider, get the LDAPSearchControls object for the search controls option.
getLDAPSearchControls() - Method in class com.stc.connector.ldapadapter.appconn.SearchImpl
If using an LDAP provider, get the LDAPSearchControls object for the search controls option.
getLocalTransaction() - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Get a LocalTransaction instance for local transaction demarcation.
getLongind() - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
Returns the index into the array of long options (NOT argv) representing the long option that was found.
getMapping(String) - Method in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
 
getMetaData() - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Get a new instance of the ManagedConnectionMetaData which contains connection information for the currently established connection.
getModifyEntry() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Gets the instance of the class that is used to perform Modify operation
getModifyEntry() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the instance of the class that is used to perform Modify operation
getMonitor() - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Convenient method to get the initialized mBean (Is there anyone that will need this at a higher level?)
getName() - Method in interface com.stc.connector.appconn.ldap.RemoveEntry
Method to get the entry name that was set for removal from the directory
getName() - Method in interface com.stc.connector.appconn.ldap.Result
Get the name of the current result.
getName() - Method in interface com.stc.connector.appconn.ldap.STCAttribute
Method to retrieve the name of the attribute
getName() - Method in interface com.stc.connector.appconn.ldap.STCEntry
Gets the name of the entry
getName() - Method in class com.stc.connector.ldapadapter.appconn.RemoveEntryImpl
Method to get the entry name that was set for removal from the directory
getName() - Method in class com.stc.connector.ldapadapter.appconn.ResultImpl
Get the name of the current result.
getName() - Method in class com.stc.connector.ldapadapter.appconn.STCAttributeImpl
Method to retrieve the name of the attribute
getName() - Method in class com.stc.connector.ldapadapter.appconn.STCEntryImpl
Gets the name of the entry
getName() - Method in class com.stc.connector.ldapadapter.utils.LongOpt
Returns the name of this LongOpt as a String
getNewAttributes() - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Gets the new attributes of the entry after modification
getNewAttributes() - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Gets the new attributes of the entry after modification
getNewName() - Method in interface com.stc.connector.appconn.ldap.RenameEntry
Method to get the new name of the entry that was set for renaming
getNewName() - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Gets the new name of the entry after modification
getNewName() - Method in class com.stc.connector.ldapadapter.appconn.RenameEntryImpl
Method to get the new name of the entry that was set for renaming
getNewName() - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Gets the new name of the entry after modification
getOldAttributes() - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Gets the old attributes of the entry before modification
getOldAttributes() - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Gets the old attributes of the entry before modification
getOldName() - Method in interface com.stc.connector.appconn.ldap.RenameEntry
Method to get the old name of the entry that was set for renaming
getOldName() - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Gets the old name of the entry before modification
getOldName() - Method in class com.stc.connector.ldapadapter.appconn.RenameEntryImpl
Method to get the old name of the entry that was set for renaming
getOldName() - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Gets the old name of the entry before modification
getopt() - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
This method returns a char that is the current option that has been parsed from the command line.
getOptarg() - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
For communication from `getopt' to the caller.
getOptind() - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
optind it the index in ARGV of the next element to be scanned.
getOptopt() - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
When getopt() encounters an invalid option, it stores the value of that option in optopt which can be retrieved with this method.
getOrderAttributeValues() - Method in interface com.stc.connector.appconn.ldap.EntryOptions
retrieves the value set for ordering attribute values.
getOrderAttributeValues() - Method in class com.stc.connector.ldapadapter.appconn.EntryOptionsImpl
retrieves the value set for ordering attribute values.
getPageControlCriticality() - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to retrieve the criticality set for the PagedResultsControl
getPageControlCriticality() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to retrieve the criticality set for the PagedResultsControl
getPageSize() - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to retrieve the page size set for the search operation
getPageSize() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to retrieve the page size set for the search operation
getPersistentSearch() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Gets the instance of the class that is used to perform Persistent Search.
getPersistentSearch() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the instance of the class that is used to perform Persistent Search.
getPrincipal() - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
getRemoveAttributesValues() - Method in interface com.stc.connector.appconn.ldap.ModifyEntry
Method to retrieve the RemoveAttributesValues object when a remove attribute operation was requested
getRemoveAttributesValues() - Method in class com.stc.connector.ldapadapter.appconn.ModifyEntryImpl
Method to retrieve the RemoveAttributesValues object when a remove attribute operation was requested
getRemoveEntry() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Gets the instance of the class that is used to perform Remove operation
getRemoveEntry() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the instance of the class that is used to perform Remove operation
getRenameEntry() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Gets the instance of the class that is used to perform Rename operation
getRenameEntry() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the instance of the class that is used to perform Rename operation
getReplaceValues() - Method in interface com.stc.connector.appconn.ldap.ModifyEntry
Method to retrieve the ReplaceValues object when a modify attribute value operation was requested
getReplaceValues() - Method in class com.stc.connector.ldapadapter.appconn.ModifyEntryImpl
Method to retrieve the ReplaceValues object when a modify attribute value operation was requested
getResult() - Method in interface com.stc.connector.appconn.ldap.SearchResults
Get the current result.
getResult() - Method in class com.stc.connector.ldapadapter.appconn.SearchResultsImpl
Get the current result.
getReturningObjFlag() - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Gets the boolean flag to determine whether objects will be returned as part of the result.
getReturningObjFlag() - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Gets the boolean flag to determine whether objects will be returned as part of the result.
getSearch() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Gets the instance of the class that is used to perform Search operation
getSearch() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the instance of the class that is used to perform Search operation
getSearchFilter() - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to retrieve the search filter that was set for this search operation
getSearchFilter() - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Gets the search filter for the search.
getSearchFilter() - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method to retrieve the search filter that was set for this search operation
getSearchFilter() - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Gets the search filter for the search.
getSearchOptions() - Method in interface com.stc.connector.appconn.ldap.Search
Get the SearchOption object for the search options.
getSearchOptions() - Method in class com.stc.connector.ldapadapter.appconn.SearchImpl
Get the SearchOption object for the search options.
getSearchResults() - Method in interface com.stc.connector.appconn.ldap.Search
Get the SearchResults object for the search results.
getSearchResults() - Method in class com.stc.connector.ldapadapter.appconn.SearchImpl
Get the SearchResults object for the search results.
getSearchScope() - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to retrieve the search scope that was set for this search operation
getSearchScope() - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Gets the search scope for the search.
getSearchScope() - Method in interface com.stc.connector.appconn.ldap.TimestampSearch
Returns the search scope set for this search operation
getSearchScope() - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method to retrieve the search scope that was set for this search operation
getSearchScope() - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Gets the search scope for the search.
getSearchScope() - Method in class com.stc.connector.ldapadapter.appconn.TimestampSearchImpl
Returns the search scope set for this search operation
getSocketFactory() - Method in class com.stc.connector.ldapadapter.ldap.jdk13.SSLContextJDK13
Retrieves the SSLSocketFactory from the established underlying SSLContext.
getSocketFactory() - Method in class com.stc.connector.ldapadapter.ldap.jdk14.SSLContextJDK14
Retrieves the SSLSocketFactory from the established underlying SSLContext.
getSocketFactory() - Static method in class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
 
getSocketFactory() - Method in interface com.stc.connector.ldapadapter.ldap.SSLContextJDKPlatform
Retrieves the SSLSocketFactory from the established underlying SSLContext.
getSortAttributes() - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to retrieve the list of attributes based on which the result is to be sorted
getSortAttributes() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to retrieve the list of attributes based on which the result is to be sorted
getSortControlCriticality() - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to retrieve the criticality set for the SortControl
getSortControlCriticality() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to retrieve the criticality set for the SortControl
getSTCAttribute(int) - Method in interface com.stc.connector.appconn.ldap.STCAttributes
Returns the attribute at the specified index from the array of attributes
getSTCAttribute(int) - Method in class com.stc.connector.ldapadapter.appconn.STCAttributesImpl
Returns the attribute at the specified index from the array of attributes
getSTCAttributes() - Method in interface com.stc.connector.appconn.ldap.Result
Get the collection of attributes.
getSTCAttributes() - Method in class com.stc.connector.ldapadapter.appconn.ResultImpl
Get the collection of attributes.
getSTCEntry() - Method in interface com.stc.connector.appconn.ldap.AddAttributesValues
Method to retrieve the entry to which the attribute is to be added
getSTCEntry() - Method in interface com.stc.connector.appconn.ldap.AddEntry
Method to retrieve the entry which is to be added
getSTCEntry() - Method in interface com.stc.connector.appconn.ldap.RemoveAttributesValues
Method to retrieve the entry from which the attribute is to be removed
getSTCEntry() - Method in interface com.stc.connector.appconn.ldap.ReplaceValues
Method to retrieve the entry of the attribute value to be modified
getSTCEntry() - Method in class com.stc.connector.ldapadapter.appconn.AddAttributesValuesImpl
Method to retrieve the stcEntry to which the attribute is to be added
getSTCEntry() - Method in class com.stc.connector.ldapadapter.appconn.AddEntryImpl
Method to retrieve the stcEntry which is to be added
getSTCEntry() - Method in class com.stc.connector.ldapadapter.appconn.RemoveAttributesValuesImpl
Method to retrieve the entry from which the attribute is to be removed
getSTCEntry() - Method in class com.stc.connector.ldapadapter.appconn.ReplaceValuesImpl
Method to retrieve the entry of the attribute value to be modified
getSTCNotificationEvent(int) - Method in interface com.stc.connector.appconn.ldap.STCEventQueue
Returns the event at the specified index from the queue of events
getSTCNotificationEvent(int) - Method in class com.stc.connector.ldapadapter.appconn.STCEventQueueImpl
Returns the event at the specified index from the queue of events
getSTCValue(int) - Method in interface com.stc.connector.appconn.ldap.STCValues
Returns the value at the specified index from the array of values
getSTCValue(int) - Method in class com.stc.connector.ldapadapter.appconn.STCValuesImpl
Returns the value at the specified index from the array of values
getSTCValues() - Method in interface com.stc.connector.appconn.ldap.STCAttribute
Method to retrieve the list of values of the attribute
getSTCValues() - Method in class com.stc.connector.ldapadapter.appconn.STCAttributeImpl
Method to retrieve the list of values of the attribute
getStringValue() - Method in interface com.stc.connector.appconn.ldap.STCValue
Retrieves the String value from the value Object
getStringValue() - Method in class com.stc.connector.ldapadapter.appconn.STCValueImpl
Retrieves the String value from the value Object
getSupportedCipherSuites() - Method in class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
Get the supported cipher suites.
getTimeLimit() - Method in interface com.stc.connector.appconn.ldap.CompareEntryOptions
ret rives the time limit set for the compare operation
getTimeLimit() - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Gets the timeout in milliseconds for the search operation.
getTimeLimit() - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryOptionsImpl
retrieves the time limit set for the compare operation
getTimeLimit() - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Gets the timeout in milliseconds for the search operation.
getTimestampSearch() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Gets the instance of the class that is used to track updates on the LDAP server.
getTimestampSearch() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the instance of the class that is used to track updates on the LDAP server.
getTlsExtension() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Gets the instance of the class that is used to enable TLS on demand.
getTlsExtension() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Gets the instance of the class that is used to enable TLS on demand.
getVal() - Method in class com.stc.connector.ldapadapter.utils.LongOpt
Returns the value of the 'val' field for this long option
getValue() - Method in interface com.stc.connector.appconn.ldap.STCValue
Returns the value from the value Object as an Object
getValue() - Method in class com.stc.connector.ldapadapter.appconn.STCValueImpl
Returns the value from the value Object as an Object
getXAResource() - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Get an XAResource instance for global transaction demarcation.
go(String[]) - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 

H

has_arg - Variable in class com.stc.connector.ldapadapter.utils.LongOpt
Indicates whether the option has no argument, a required argument, or an optional argument.
hasEvents() - Method in interface com.stc.connector.appconn.ldap.STCEventQueue
Checks if there are any events in the event queue
hasEvents() - Method in class com.stc.connector.ldapadapter.appconn.STCEventQueueImpl
Checks if there are any events in the event queue
hasMoreResults() - Method in interface com.stc.connector.appconn.ldap.SearchResults
Check to see if any results were returned by the search.
hasMoreResults() - Method in class com.stc.connector.ldapadapter.appconn.SearchResultsImpl
Check to see if any results were returned by the search.
hasResults() - Method in interface com.stc.connector.appconn.ldap.SearchResults
Check to see if any results were returned by the search.
hasResults() - Method in class com.stc.connector.ldapadapter.appconn.SearchResultsImpl
Check to see if any results were returned by the search.

I

init(String, String, String, String, String, String, String, String) - Method in class com.stc.connector.ldapadapter.ldap.jdk13.SSLContextJDK13
Initialize the underlying SSLContext.
init(String, String, String, String, String, String, String, String) - Method in class com.stc.connector.ldapadapter.ldap.jdk14.SSLContextJDK14
Initialize the underlying SSLContext.
init(String, String, String, String, String, String, String, String) - Method in interface com.stc.connector.ldapadapter.ldap.SSLContextJDKPlatform
Initialize the underlying SSLContext.
initialize(Class) - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
initialize() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.LDAPConnectionTest
Method performs initialization
initialize(String, String, String) - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.LDAPConnectionTest
Method performs initialization
initialize(ManagedConnectionCallback, Subject, ConnectionRequestInfo, MonitorDataContainer) - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Initialize the EwayConnection.
invalidateConnection() - Method in class com.stc.connector.ldapadapter.appconn.LDAPApplicationConnection
This is called by the ManagedConnection to invalidate the connection handle.
isArrayByteBase64(byte[]) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
 
isBase64(String) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
 
isBase64(byte) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
 
isByteArray() - Method in interface com.stc.connector.appconn.ldap.STCValue
Checks whether the value is a byte array
isByteArray() - Method in class com.stc.connector.ldapadapter.appconn.STCValueImpl
Checks whether the value is a byte array
isConnected() - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
Verifies that the connector to the external system is still available.
isControlSupported(String, String, Context) - Static method in class com.stc.connector.ldapadapter.utils.LDAPUtil
Method to check the support for a particular control by the LDAP server.
isData(byte) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
 
isExtensionSupported(String, String, Context) - Static method in class com.stc.connector.ldapadapter.utils.LDAPUtil
Method to check the support for a particular extension by the LDAP server.
isJDK13only() - Static method in class com.stc.connector.ldapadapter.utils.LDAPUtil
Method to check if the JDK on which the application is running supports only JDK version 1.3 or not.
isPad(byte) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
 
isString() - Method in interface com.stc.connector.appconn.ldap.STCValue
Checks whether the value is a String
isString() - Method in class com.stc.connector.ldapadapter.appconn.STCValueImpl
Checks whether the value is a String
isValidConnection() - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
This method is used by the framework to determine whether the EwayConnection is still valid (ie, unrecoverable connection error).
isWhiteSpace(byte) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
 

K

KEYSTORE_PASSWORD_PROPERTY_KEY - Static variable in interface com.stc.connector.ldapadapter.utils.cryptography.api.KeyStoreUtil
The property key for password of the keystore.
KEYSTORE_TYPE_PROPERTY_KEY - Static variable in interface com.stc.connector.ldapadapter.utils.cryptography.api.KeyStoreUtil
The property key for type of the keystore.
KEYSTORE_URL_PROPERTY_KEY - Static variable in interface com.stc.connector.ldapadapter.utils.cryptography.api.KeyStoreUtil
The property key for URL of the keystore.
KeyStoreUtil - Interface in com.stc.connector.ldapadapter.utils.cryptography.api
Provides basic utility methods on the keystore such as generating secret keys, getting keys, etc.
KeyStoreUtilImpl - Class in com.stc.connector.ldapadapter.utils.cryptography.impl
Provides a KeyStoreUtil implementation.

L

last_nonopt - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
The index of the last non-option in argv[]
LDAP_ATTRIBUTES - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
LDAP_CLEANUPFAILED - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
Cleanup to LDAP Connection failed LDAP connection failed to cleanup
LDAP_CONNECTIONFAILED - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
Connection to LDAP Server failed LDAP host failed to connect
LDAP_DISCONNECTIONFAILED - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
Disonnection to LDAP Server failed LDAP host failed to disconnect
LDAP_EWAY_RUNNING - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
eWay running status code.
LDAP_EWAY_STARTED - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
eWay started status code.
LDAP_EWAY_STOPPED - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
eWay stopped status code.
LDAP_EWAY_STOPPING - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
eWay stopping status code.
LDAP_EWAY_SUSPENDED - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
eWay suspended status code.
LDAP_EWAY_SUSPENDING - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
eWay suspending status code.
LDAP_INITIALIZEFAILED - Static variable in class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
Initialize LDAP Connection failed LDAP connection failed to initialize
LDAPAlertCodes - Class in com.stc.connector.ldapadapter.alerts
 
LDAPAlertCodes() - Constructor for class com.stc.connector.ldapadapter.alerts.LDAPAlertCodes
 
LDAPApplicationConnection - Class in com.stc.connector.ldapadapter.appconn
This class implements the ApplicationConnection interface for the LDAP Application Connection.
LDAPApplicationConnection(ManagedConnectionCallback) - Constructor for class com.stc.connector.ldapadapter.appconn.LDAPApplicationConnection
Creates a new instance of LDAPApplicationConnection.
LDAPApplicationConnectionException - Exception in com.stc.connector.ldapadapter.appconn
Exception class for LDAP application connection.
LDAPApplicationConnectionException() - Constructor for exception com.stc.connector.ldapadapter.appconn.LDAPApplicationConnectionException
Creates a new instance of LDAPApplicationConnectionException without detail message.
LDAPApplicationConnectionException(String) - Constructor for exception com.stc.connector.ldapadapter.appconn.LDAPApplicationConnectionException
Constructs an instance of LDAPApplicationConnectionException with the specified detail message.
LDAPApplicationException - Exception in com.stc.connector.appconn.ldap
Exception class for LDAP application.
LDAPApplicationException() - Constructor for exception com.stc.connector.appconn.ldap.LDAPApplicationException
Creates a new instance of LDAPApplicationException without detail message.
LDAPApplicationException(String) - Constructor for exception com.stc.connector.appconn.ldap.LDAPApplicationException
Constructs an instance of LDAPApplicationException with the specified detail message.
LDAPApplicationException(String, Throwable) - Constructor for exception com.stc.connector.appconn.ldap.LDAPApplicationException
Constructs an instance of LDAPApplicationException with the specified detail message.
LDAPClientApplication - Interface in com.stc.connector.appconn.ldap
LDAP Application interface.
LDAPClientApplicationImpl - Class in com.stc.connector.ldapadapter.appconn
This class is the LDAP client through which the application interacts with the LDAP Server.
LDAPClientApplicationImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
LDAPClientApplicationImpl(LDAPApplicationConnection) - Constructor for class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Creates a new instance of LDAPClientApplicationImpl
LDAPConnectionTest - Class in com.stc.connector.ldapadapter.appconn.nonmanaged
Testign a NonManaged LDAP eway...
LDAPConnectionTest() - Constructor for class com.stc.connector.ldapadapter.appconn.nonmanaged.LDAPConnectionTest
 
ldapConnector - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
LDAPConnector - Class in com.stc.connector.ldapadapter.ldap
The LDAP Connector Class.
LDAPConnector(ConfigurationHelper) - Constructor for class com.stc.connector.ldapadapter.ldap.LDAPConnector
Constructs an LDAPConnector
LDAPEwayConnection - Class in com.stc.connector.ldapadapter.eway
This class implements the EwayConnection interface for providing LDAP connection oriented services for the Eway/JCA framework.
LDAPEwayConnection() - Constructor for class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Creates a new instance of LDAPEwayConnection
LDAPListener - Class in com.stc.connector.ldapadapter.appconn
Listener class that keeps listening to the LDAP Server and notifies changes
LDAPListener(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.LDAPListener
Creates a new instance of LDAPListener
LDAPManagedConnection - Class in com.stc.connector.ldapadapter.eway
 
LDAPManagedConnection(STCManagedConnectionFactory, Subject, ConfigurationHelper) - Constructor for class com.stc.connector.ldapadapter.eway.LDAPManagedConnection
 
LDAPManagedConnectionFactory - Class in com.stc.connector.ldapadapter.eway
 
LDAPManagedConnectionFactory() - Constructor for class com.stc.connector.ldapadapter.eway.LDAPManagedConnectionFactory
 
LDAPSearchControls - Interface in com.stc.connector.appconn.ldap
LDAP Search Controls interface.
LDAPSearchControlsImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to set the controls to be used while executing a search operation.
LDAPSearchControlsImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Creates a new instance of LDAPSearchControls
LDAPSSLSocketFactory - Class in com.stc.connector.ldapadapter.ldap
 
LDAPSSLSocketFactory() - Constructor for class com.stc.connector.ldapadapter.ldap.LDAPSSLSocketFactory
 
LDAPUtil - Class in com.stc.connector.ldapadapter.utils
General utilities for the LDAP eWay.
LDAPUtil() - Constructor for class com.stc.connector.ldapadapter.utils.LDAPUtil
 
LOCAL_HOST_PROVIDER_URL - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
long_only - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
This flag determines whether or not we are parsing only long args
long_options - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
This is an array of LongOpt objects which describ the valid long options.
longind - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
Stores the index into the long_options array of the long option found
LongOpt - Class in com.stc.connector.ldapadapter.utils
This object represents the definition of a long option in getopt.
LongOpt(String, int, StringBuffer, int) - Constructor for class com.stc.connector.ldapadapter.utils.LongOpt
Create a new LongOpt object with the given parameter values.
longopt_handled - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
A flag which communicates whether or not checkLongOption() did all necessary processing for the current option

M

main(String[]) - Static method in class com.stc.connector.ldapadapter.appconn.nonmanaged.LDAPConnectionTest
 
main(String[]) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.CryptorImpl
 
main(String[]) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.KeyStoreUtilImpl
 
main(String[]) - Static method in class com.stc.connector.ldapadapter.utils.RCFUtil
 
matchConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Determines whether this instance of the EwayConnection matches the connection request with the connection information in Subject and/or ConnectionRequestInfo.
ModifyEntry - Interface in com.stc.connector.appconn.ldap
LDAP Modify Entry interface.
modifyEntry - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
ModifyEntryImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to modify existing entries in directory entry.
ModifyEntryImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.ModifyEntryImpl
Creates a new instance of ModifyEntry

N

name - Variable in class com.stc.connector.ldapadapter.utils.LongOpt
The name of the long option
namingExceptionThrown(NamingExceptionEvent) - Method in class com.stc.connector.ldapadapter.appconn.LDAPListener
The callback method that is invoked when an exception occurs while tracking the updates
nextchar - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
The next char to be scanned in the option-element in which the last option character we returned was found.
nextResult() - Method in interface com.stc.connector.appconn.ldap.SearchResults
Get the next result returned by the search.
nextResult() - Method in class com.stc.connector.ldapadapter.appconn.SearchResultsImpl
Get the next result returned by the search.
NO_ARGUMENT - Static variable in class com.stc.connector.ldapadapter.utils.LongOpt
Constant value used for the "has_arg" constructor argument.
NO_AUTHENTICATION - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
NonManagedLDAPApplicationConnection - Class in com.stc.connector.ldapadapter.appconn.nonmanaged
This class represents an EIS connection(Physical Connection) handle for the Application Connection.
NonManagedLDAPApplicationConnection(Properties) - Constructor for class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPApplicationConnection
This creates physical LDAP connection to the LDAP Server using the given LDAP information .
NonManagedLDAPApplicationConnection(String) - Constructor for class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPApplicationConnection
This creates physical LDAP connection to the LDAP Server using the given LDAP information .
NonManagedLDAPClientApplication - Interface in com.stc.connector.appconn.ldap.nonmanaged
LDAP Client interface for Non Managed clients
NonManagedLDAPClientApplicationImpl - Class in com.stc.connector.ldapadapter.appconn.nonmanaged
This class is the LDAP client through which any Non Managed clients( such as a simple Java client or a web application which are not deployed on App server) interacts with the LDAP Server.
NonManagedLDAPClientApplicationImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPClientApplicationImpl
Creates a new instance of NonManagedLDAPClientApplicationImpl
NonManagedLDAPClientApplicationImpl(NonManagedLDAPApplicationConnection) - Constructor for class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPClientApplicationImpl
Creates a new instance of NonManagedLDAPClientApplicationImpl

O

OBJECT_SCOPE - Static variable in interface com.stc.connector.appconn.ldap.SearchOptions
 
objectAdded(NamingEvent) - Method in class com.stc.connector.ldapadapter.appconn.LDAPListener
The callback method that is invoked when a new object is added to the context on which the listener has registered its interest.
objectChanged(NamingEvent) - Method in class com.stc.connector.ldapadapter.appconn.LDAPListener
The callback method that is invoked when an existing object is changed in the context on which the listener has registered its interest.
objectRemoved(NamingEvent) - Method in class com.stc.connector.ldapadapter.appconn.LDAPListener
The callback method that is invoked when an existing object is removed from the context on which the listener has registered its interest.
objectRenamed(NamingEvent) - Method in class com.stc.connector.ldapadapter.appconn.LDAPListener
The callback method that is invoked when an existing object is renamed in the context on which the listener has registered its interest.
ONELEVEL_SCOPE - Static variable in interface com.stc.connector.appconn.ldap.SearchOptions
 
open() - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
Opens a connection to the LDAP Server.
optarg - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
For communication from `getopt' to the caller.
opterr - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
Callers store false here to inhibit the error message for unrecognized options.
optind - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
Index in ARGV of the next element to be scanned.
OPTIONAL_ARGUMENT - Static variable in class com.stc.connector.ldapadapter.utils.LongOpt
Constant value used for the "has_arg" constructor argument.
optopt - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
When an unrecognized option is encountered, getopt will return a '?' and store the value of the invalid option here.
optstring - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
This is the string describing the valid short options.
ordering - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
Determines whether we permute arguments or not

P

parseControls(Control[]) - Static method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
 
parseOpts(String[]) - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 
performAddAttributesValues() - Method in interface com.stc.connector.appconn.ldap.AddAttributesValues
Method that performs the addition of the new attribute to the entry
performAddAttributesValues() - Method in class com.stc.connector.ldapadapter.appconn.AddAttributesValuesImpl
Method that performs the addition of the new attribute to the stcEntry
performAddEntry() - Method in interface com.stc.connector.appconn.ldap.AddEntry
Method that performs the addition of the new entry in the directory
performAddEntry() - Method in class com.stc.connector.ldapadapter.appconn.AddEntryImpl
Method that performs the addition of the new stcEntry in the directory
performCompare() - Method in interface com.stc.connector.appconn.ldap.CompareEntry
Method that performs the compare operation
performCompare() - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryImpl
Method that performs the compare operation
performManualReferralFollow(LdapReferralException) - Method in class com.stc.connector.ldapadapter.appconn.SearchResultsImpl
Method to perform manual follow of referral.
performRemove() - Method in interface com.stc.connector.appconn.ldap.RemoveEntry
Method that performs the removal of the entry
performRemove() - Method in class com.stc.connector.ldapadapter.appconn.RemoveEntryImpl
Method that performs the removal of the entry
performRemoveAttributesValues() - Method in interface com.stc.connector.appconn.ldap.RemoveAttributesValues
Method that performs the removal of the attribute from the entry
performRemoveAttributesValues() - Method in class com.stc.connector.ldapadapter.appconn.RemoveAttributesValuesImpl
Method that performs the removal of the attribute from the entry
performRename() - Method in interface com.stc.connector.appconn.ldap.RenameEntry
Method that performs the renaming of the entry
performRename() - Method in class com.stc.connector.ldapadapter.appconn.RenameEntryImpl
Method that performs the renaming of the entry
performReplaceValues() - Method in interface com.stc.connector.appconn.ldap.ReplaceValues
Method that performs the modification of attribute value for the specified entry
performReplaceValues() - Method in class com.stc.connector.ldapadapter.appconn.ReplaceValuesImpl
Method that performs the modification of attribute value for the specified entry
performSearch() - Method in interface com.stc.connector.appconn.ldap.Search
Perform a directory search for entries in the directory that match the criteria previously defined.
performSearch() - Method in class com.stc.connector.ldapadapter.appconn.SearchImpl
Perform a directory search for entries in the directory that match the criteria previously defined.
PERMUTE - Static variable in class com.stc.connector.ldapadapter.utils.STCGetopt
PERMUTE is the default.
PersistentSearch - Interface in com.stc.connector.appconn.ldap
LDAP Persistent Search interface.
persistentSearch - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
PersistentSearchImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to implement the Persistent Search mechanism.
PersistentSearchImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Creates a new instance of PersistentSearch
posixly_correct - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
The flag determines whether or not we operate in strict POSIX compliance
printUsage() - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 
progname - Variable in class com.stc.connector.ldapadapter.utils.STCGetopt
Name to print as the program name in error messages.
promptConfirm(String, String) - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 
promptForData(String, boolean) - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 
promptForUsernamePassword(String) - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 

R

RCFUtil - Class in com.stc.connector.ldapadapter.utils
This utility class can be used to create and manage a LDAP referral credentials file.
RCFUtil() - Constructor for class com.stc.connector.ldapadapter.utils.RCFUtil
Creates new RCFUtil
readFileToString(File) - Static method in class com.stc.connector.ldapadapter.appconn.nonmanaged.LDAPConnectionTest
Method performs a File Object to string conversion
reassociateConnection(ManagedConnectionCallback) - Method in class com.stc.connector.ldapadapter.appconn.LDAPApplicationConnection
This is called by the ManagedConnection to associate the connection handle to the ManagedConnection.
REFERRAL_CREDENTIALS_FILE - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
REFERRAL_FOLLOW - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
removeAttribute(String) - Method in interface com.stc.connector.appconn.ldap.AttributesSelection
remove an attribute from the list of attributes to be returned
removeAttribute(String) - Method in class com.stc.connector.ldapadapter.appconn.AttributesSelectionImpl
remove an attribute from the list of attributes to be returned
RemoveAttributesValues - Interface in com.stc.connector.appconn.ldap
Remove Attributes Values interface.
RemoveAttributesValuesImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to remove attributes from an existing directory entry.
RemoveAttributesValuesImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.RemoveAttributesValuesImpl
 
RemoveAttributesValuesImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.RemoveAttributesValuesImpl
Creates a new instance of RemoveAttributesValuesImpl
RemoveEntry - Interface in com.stc.connector.appconn.ldap
LDAP Remove Entry interface.
removeEntry - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
RemoveEntryImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to remove an entry from the directory
RemoveEntryImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.RemoveEntryImpl
Creates a new instance of RemoveEntry
removeEvent(int) - Method in interface com.stc.connector.appconn.ldap.STCEventQueue
Removes an event from the event queue as specified by the index
removeEvent(int) - Method in class com.stc.connector.ldapadapter.appconn.STCEventQueueImpl
Removes an event from the event queue as specified by the index
removePagedResultsControl() - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to remove the PagedResultsControl from the context
removePagedResultsControl() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to remove the PagedResultsControl from the context
removeSearchControls() - Method in interface com.stc.connector.appconn.ldap.Search
Used to clear search controls from context if controls were added for search
removeSearchControls() - Method in class com.stc.connector.ldapadapter.appconn.SearchImpl
Used to clear search controls from context if controls were added for search
removeSortControl() - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to remove the SortControl from the context
removeSortControl() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to remove the SortControl from the context
removeWhiteSpace(byte[]) - Static method in class com.stc.connector.ldapadapter.utils.cryptography.impl.Base64Impl
remove WhiteSpace from MIME containing encoded Base64 data.
RenameEntry - Interface in com.stc.connector.appconn.ldap
LDAP Rename Entry interface.
renameEntry - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
RenameEntryImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to rename an entry in the directory
RenameEntryImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.RenameEntryImpl
Creates a new instance of RenameEntry
ReplaceValues - Interface in com.stc.connector.appconn.ldap
Replace Values interface.
ReplaceValuesImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to modify the value of an attribute's value
ReplaceValuesImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.ReplaceValuesImpl
 
ReplaceValuesImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.ReplaceValuesImpl
Creates a new instance of ReplaceValues
REQUIRE_ORDER - Static variable in class com.stc.connector.ldapadapter.utils.STCGetopt
Describe how to deal with options that follow non-option ARGV-elements.
REQUIRED_ARGUMENT - Static variable in class com.stc.connector.ldapadapter.utils.LongOpt
Constant value used for the "has_arg" constructor argument.
reset() - Method in interface com.stc.connector.appconn.ldap.AddAttributesValues
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.AddEntry
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.AddEntryOptions
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.AttributesSelection
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.CompareEntry
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.CompareEntryOptions
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.EntryOptions
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.LDAPClientApplication
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.ModifyEntry
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.RemoveAttributesValues
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.RemoveEntry
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.RenameEntry
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.ReplaceValues
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.Result
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.Search
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.SearchResults
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.STCAttribute
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.STCAttributes
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.STCEntry
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.STCEventQueue
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.STCValue
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.STCValues
Method to reset the values
reset() - Method in interface com.stc.connector.appconn.ldap.TimestampSearch
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.AddAttributesValuesImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.AddEntryImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.AddEntryOptionsImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.AttributesSelectionImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryOptionsImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.EntryOptionsImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.ModifyEntryImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.NonManagedLDAPClientApplicationImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.RemoveAttributesValuesImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.RemoveEntryImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.RenameEntryImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.ReplaceValuesImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.ResultImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.SearchImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.SearchResultsImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.STCAttributeImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.STCAttributesImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.STCEntryImpl
Method to reset the values
reset() - Method in class com.stc.connector.ldapadapter.appconn.STCEventQueueImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.STCValueImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.STCValuesImpl
 
reset() - Method in class com.stc.connector.ldapadapter.appconn.TimestampSearchImpl
 
reset() - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
Reset connection
Result - Interface in com.stc.connector.appconn.ldap
Result interface.
ResultImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used as a container to package a single result that is fetched from a search operation.
ResultImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.ResultImpl
 
ResultImpl(SearchResult) - Constructor for class com.stc.connector.ldapadapter.appconn.ResultImpl
Creates a new instance of Result
retrieveSTCAttribute(int) - Method in interface com.stc.connector.appconn.ldap.Result
Gets the attribute specified by the index position.
retrieveSTCAttribute(int) - Method in interface com.stc.connector.appconn.ldap.STCEntry
Returns the attribute at the specified index from the array of attributes
retrieveSTCAttribute(int) - Method in class com.stc.connector.ldapadapter.appconn.ResultImpl
Gets the attribute specified by the index position.
retrieveSTCAttribute(int) - Method in class com.stc.connector.ldapadapter.appconn.STCEntryImpl
Returns the attribute at the specified index from the array of attributes
retrieveSTCValue(int) - Method in interface com.stc.connector.appconn.ldap.STCAttribute
Returns the value of the attribute at the specified index from the array of values
retrieveSTCValue(int) - Method in class com.stc.connector.ldapadapter.appconn.STCAttributeImpl
Returns the value of the attribute at the specified index from the array of values
RETURN_IN_ORDER - Static variable in class com.stc.connector.ldapadapter.utils.STCGetopt
RETURN_IN_ORDER is an option available to programs that were written to expect options and other ARGV-elements in any order and that care about the ordering of the two.
returnObjFlag - Static variable in class com.stc.connector.ldapadapter.appconn.SearchImpl
 

S

savePropsToFile(Properties, boolean) - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 
search() - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method that is invoked by the client to initiate a Persistent Search.
Search - Interface in com.stc.connector.appconn.ldap
LDAP Search interface.
search() - Method in interface com.stc.connector.appconn.ldap.TimestampSearch
Initiates a search on the LDAP server.
search - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
search(String, String) - Method in class com.stc.connector.ldapadapter.appconn.nonmanaged.LDAPConnectionTest
Method to perform search operation
search() - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method that is invoked by the client to initiate a Persistent Search.
search() - Method in class com.stc.connector.ldapadapter.appconn.TimestampSearchImpl
Initiates a search on the LDAP server.
searchCleanup() - Method in interface com.stc.connector.appconn.ldap.Search
Used to clean up the search results.
searchCleanup() - Method in class com.stc.connector.ldapadapter.appconn.SearchImpl
Used to clean up the search results.
SearchImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to execute the search operation on the LDAP server
SearchImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.SearchImpl
Creates a new instance of Search
SearchOptions - Interface in com.stc.connector.appconn.ldap
Search Options interface used to store the search control options for a search operation.
SearchOptionsImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to set the options for the search operation
SearchOptionsImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
 
SearchResults - Interface in com.stc.connector.appconn.ldap
Search Results interface used to receive the results from a search operation.
SearchResultsImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to fetch the results from a search operation and also to initiate a manual referral follow when referrals are returned by the search operation.
SearchResultsImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.SearchResultsImpl
Creates a new instance of SearchResults
SearchResultsImpl(LDAPClientApplicationImpl, NamingEnumeration) - Constructor for class com.stc.connector.ldapadapter.appconn.SearchResultsImpl
Creates a new instance of SearchResults
SECURITY_CONNECTION_TYPE - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_KEYSTORE - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_KEYSTORE_PASSWORD - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_KEYSTORE_TYPE - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_KEYSTORE_USER_NAME - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_PROTOCOL - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_PROVIDER - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_TRUSTSTORE - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_TRUSTSTORE_PASSWORD - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_TRUSTSTORE_TYPE - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_VERIFY_HOSTNAME - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SECURITY_X509_ALGORITHM - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
setArgv(String[]) - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
Since in GNU getopt() the argument vector is passed back in to the function every time, the caller can swap out argv on the fly.
setAuthentication(String) - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
setByteValue(byte[]) - Method in interface com.stc.connector.appconn.ldap.STCValue
Sets the byte value for the value Object
setByteValue(byte[]) - Method in class com.stc.connector.ldapadapter.appconn.STCValueImpl
Sets the byte value for the value Object
setCompareFilter(String) - Method in interface com.stc.connector.appconn.ldap.CompareEntryOptions
sets the filter for the compare operation
setCompareFilter(String) - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryOptionsImpl
sets the filter for the compare operation
setContextName(String) - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to set the context name on which the listener should listening
setContextName(String) - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Sets the name of the context for the search (where to start searching).
setContextName(String) - Method in interface com.stc.connector.appconn.ldap.TimestampSearch
Sets the context name for this search operation
setContextName(String) - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method to set the context name on which the listener should listening
setContextName(String) - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Sets the name of the context for the search (where to start searching).
setContextName(String) - Method in class com.stc.connector.ldapadapter.appconn.TimestampSearchImpl
Sets the context name for this search operation
setCountLimit(int) - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Sets the size limitation on the search results for the search operation.
setCountLimit(int) - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Sets the size limitation on the search results for the search operation.
setCredentials(String) - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
setEntryName(String) - Method in interface com.stc.connector.appconn.ldap.CompareEntryOptions
sets the value for the entry name (that is to be compared)
setEntryName(String) - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to set the entry name on which the listener is interested.
setEntryName(String) - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryOptionsImpl
sets the value for the entry name (that is to be compared)
setEntryName(String) - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method to set the entry name on which the listener is interested.
setEventType(int) - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Sets the type of this event such as OBJECT_ADDED
setEventType(int) - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Sets the type of this event such as OBJECT_ADDED
setIgnoreAlreadyBound(boolean) - Method in interface com.stc.connector.appconn.ldap.AddEntryOptions
sets the value for ignoreAlreadyBound.
setIgnoreAlreadyBound(boolean) - Method in class com.stc.connector.ldapadapter.appconn.AddEntryOptionsImpl
sets the value for ignoreAlreadyBound.
setIgnoreAttributeIDCase(boolean) - Method in interface com.stc.connector.appconn.ldap.EntryOptions
sets the value for ignoreAttributeIDCase.
setIgnoreAttributeIDCase(boolean) - Method in class com.stc.connector.ldapadapter.appconn.EntryOptionsImpl
sets the value for ignoreAttributeIDCase.
setMonitor(ObjectReference) - Method in class com.stc.connector.ldapadapter.eway.LDAPEwayConnection
Implementing the STCManagedSlave interface to set up/register a callback so that the connector framework can initialize the Mbean for this eway
setName(String) - Method in interface com.stc.connector.appconn.ldap.RemoveEntry
Method to set the entry name which has to be removed from the directory
setName(String) - Method in interface com.stc.connector.appconn.ldap.STCAttribute
Method to set the name of the attribute
setName(String) - Method in interface com.stc.connector.appconn.ldap.STCEntry
Sets the name of the entry
setName(String) - Method in class com.stc.connector.ldapadapter.appconn.RemoveEntryImpl
Method to set the entry name which has to be removed from the directory
setName(String) - Method in class com.stc.connector.ldapadapter.appconn.STCAttributeImpl
Method to set the name of the attribute
setName(String) - Method in class com.stc.connector.ldapadapter.appconn.STCEntryImpl
Sets the name of the entry
setNewAttributes(STCAttributes) - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Sets the new attributes of the entry after modification
setNewAttributes(STCAttributes) - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Sets the new attributes of the entry after modification
setNewName(String) - Method in interface com.stc.connector.appconn.ldap.RenameEntry
Method to set the new name of the entry that is to be renamed
setNewName(String) - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Sets the new name of the entry after modification
setNewName(String) - Method in class com.stc.connector.ldapadapter.appconn.RenameEntryImpl
Method to set the new name of the entry that is to be renamed
setNewName(String) - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Sets the new name of the entry after modification
setOldAttributes(STCAttributes) - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Sets the old attributes of the entry before modification
setOldAttributes(STCAttributes) - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Sets the old attributes of the entry before modification
setOldName(String) - Method in interface com.stc.connector.appconn.ldap.RenameEntry
Method to set the old name of the entry that is to be renamed
setOldName(String) - Method in interface com.stc.connector.appconn.ldap.STCNotificationEvent
Sets the old name of the entry before modification
setOldName(String) - Method in class com.stc.connector.ldapadapter.appconn.RenameEntryImpl
Method to set the old name of the entry that is to be renamed
setOldName(String) - Method in class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
Sets the old name of the entry before modification
setOpterr(boolean) - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
Normally STCGetopt will print a message to the standard error when an invalid option is encountered.
setOptind(int) - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
This method allows the optind index to be set manually.
setOptstring(String) - Method in class com.stc.connector.ldapadapter.utils.STCGetopt
In GNU getopt, it is possible to change the string containg valid options on the fly because it is passed as an argument to getopt() each time.
setOrderAttributeValues(boolean) - Method in interface com.stc.connector.appconn.ldap.EntryOptions
sets the value for orderAttributeValues.
setOrderAttributeValues(boolean) - Method in class com.stc.connector.ldapadapter.appconn.EntryOptionsImpl
sets the value for orderAttributeValues.
setPageControlCriticality(boolean) - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to set the criticality for the PagedResultsControl.
setPageControlCriticality(boolean) - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to set the criticality for the PagedResultsControl.
setPagedResultsControl() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to set the PagedResultsControl to the context.
setPageSize(int) - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to set the page size for the search operation
setPageSize(int) - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to set the page size for the search operation
setPrincipal(String) - Method in class com.stc.connector.ldapadapter.ldap.LDAPConnector
 
setReturningObjFlag(boolean) - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Sets the boolean flag to enable/disable returning objects returned as part of the result.
setReturningObjFlag(boolean) - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Sets the boolean flag to enable/disable returning objects returned as part of the result.
setSearchFilter(String) - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to set the search filter for this search operation
setSearchFilter(String) - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Sets the search filter for the search.
setSearchFilter(String) - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method to set the search filter for this search operation
setSearchFilter(String) - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Sets the search filter for the search.
setSearchScope(int) - Method in interface com.stc.connector.appconn.ldap.PersistentSearch
Method to set the search scope for this search operation
setSearchScope(int) - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Sets the search scope for the search.
setSearchScope(int) - Method in interface com.stc.connector.appconn.ldap.TimestampSearch
Sets the search scope for this search operation
setSearchScope(int) - Method in class com.stc.connector.ldapadapter.appconn.PersistentSearchImpl
Method to set the search scope for this search operation
setSearchScope(int) - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Sets the search scope for the search.
setSearchScope(int) - Method in class com.stc.connector.ldapadapter.appconn.TimestampSearchImpl
Sets the search scope for this search operation
setSortAttributes(String) - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to set the list of attributes based on which the result is to be sorted
setSortAttributes(String) - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to set the list of attributes based on which the result is to be sorted
setSortControl() - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to set the SortControl to the context.
setSortControlCriticality(boolean) - Method in interface com.stc.connector.appconn.ldap.LDAPSearchControls
Method to set the criticality for the SortControl.
setSortControlCriticality(boolean) - Method in class com.stc.connector.ldapadapter.appconn.LDAPSearchControlsImpl
Method to set the criticality for the SortControl.
setSTCNotificationEvent(STCNotificationEvent) - Method in interface com.stc.connector.appconn.ldap.STCEventQueue
Adds an event to the event queue
setSTCNotificationEvent(STCNotificationEvent) - Method in class com.stc.connector.ldapadapter.appconn.STCEventQueueImpl
Adds an event to the event queue
setStringValue(String) - Method in interface com.stc.connector.appconn.ldap.STCValue
Sets the String value for the value Object
setStringValue(String) - Method in class com.stc.connector.ldapadapter.appconn.STCValueImpl
Sets the String value for the value Object
setTimeLimit(int) - Method in interface com.stc.connector.appconn.ldap.CompareEntryOptions
sets the time limit for the compare operation
setTimeLimit(int) - Method in interface com.stc.connector.appconn.ldap.SearchOptions
Sets the timeout in milliseconds for the search operation.
setTimeLimit(int) - Method in class com.stc.connector.ldapadapter.appconn.CompareEntryOptionsImpl
sets the time limit for the compare operation
setTimeLimit(int) - Method in class com.stc.connector.ldapadapter.appconn.SearchOptionsImpl
Sets the timeout in milliseconds for the search operation.
setValue(Object) - Method in interface com.stc.connector.appconn.ldap.STCValue
Sets the value for the value Object as an Object
setValue(Object) - Method in class com.stc.connector.ldapadapter.appconn.STCValueImpl
Sets the value for the value Object as an Object
SIMPLE_AUTHENTICATION - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
simpleLoginMandatoryProperties - Static variable in class com.stc.connector.appconn.ldap.ConnectionConstants
 
SSLContextJDK13 - Class in com.stc.connector.ldapadapter.ldap.jdk13
Wrapper class for JDK 1.3 + JSSE extension SSLContext class.
SSLContextJDK13() - Constructor for class com.stc.connector.ldapadapter.ldap.jdk13.SSLContextJDK13
Creates a new instance of SSLContextJDK13
SSLContextJDK14 - Class in com.stc.connector.ldapadapter.ldap.jdk14
Wrapper class for JDK 1.4 SSLContext class.
SSLContextJDK14() - Constructor for class com.stc.connector.ldapadapter.ldap.jdk14.SSLContextJDK14
Creates a new instance of SSLContextJDK13
SSLContextJDKPlatform - Interface in com.stc.connector.ldapadapter.ldap
Interface for JDK specific SSLContext wrapper.
SSLHostNameVerifier - Class in com.stc.connector.ldapadapter.appconn
This class is used to set whether hostname verification has to be done during SSL handshake or not
SSLHostNameVerifier() - Constructor for class com.stc.connector.ldapadapter.appconn.SSLHostNameVerifier
 
startTLS() - Method in interface com.stc.connector.appconn.ldap.StartTLSExtension
Method that initiates the TLS connection
startTLS() - Method in class com.stc.connector.ldapadapter.appconn.StartTLSExtensionImpl
Method that initiates the TLS connection
StartTLSExtension - Interface in com.stc.connector.appconn.ldap
LDAP TLS Extended Operation Interface.
StartTLSExtensionImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used to support the Start TLS extended operation for LDAP v3
StartTLSExtensionImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.StartTLSExtensionImpl
Creates a new instance of StartTLSExtensionImpl
STCAttribute - Interface in com.stc.connector.appconn.ldap
Attribute interface that models a single attribute of an LDAP entry.
STCAttributeImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used as a container for a single attribute and its values
STCAttributeImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.STCAttributeImpl
 
STCAttributeImpl(Attribute) - Constructor for class com.stc.connector.ldapadapter.appconn.STCAttributeImpl
Creates a new instance of STCAttribute
STCAttributes - Interface in com.stc.connector.appconn.ldap
Attributes interface that models the attributes of an LDAP entry.
STCAttributesImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used as a container for the attributes of an entry
STCAttributesImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.STCAttributesImpl
 
STCAttributesImpl(NamingEnumeration) - Constructor for class com.stc.connector.ldapadapter.appconn.STCAttributesImpl
Creates a new instance of STCAttributes
STCEntry - Interface in com.stc.connector.appconn.ldap
Entry interface that models an LDAP entry.
STCEntryImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used as a container for an entry and its attributes
STCEntryImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.STCEntryImpl
 
STCEntryImpl(String) - Constructor for class com.stc.connector.ldapadapter.appconn.STCEntryImpl
Creates a new instance of STCEntry with no attributes
STCEventQueue - Interface in com.stc.connector.appconn.ldap
Event Queue interface used to store the notification events in case of TimestampSearch and PersistentSearch.
STCEventQueueImpl - Class in com.stc.connector.ldapadapter.appconn
Class that stores the events as notified by the LDAPListener class.
STCEventQueueImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.STCEventQueueImpl
 
STCGetopt - Class in com.stc.connector.ldapadapter.utils
To use STCGetopt, create a STCGetopt object with a argv array passed to the main method, then call the getopt() method in a loop.
STCGetopt(String, String[], String) - Constructor for class com.stc.connector.ldapadapter.utils.STCGetopt
Construct a basic STCGetopt instance with the given input data.
STCGetopt(String, String[], String, LongOpt[]) - Constructor for class com.stc.connector.ldapadapter.utils.STCGetopt
Construct a STCGetopt instance with given input data that is capable of parsing long options as well as short.
STCGetopt(String, String[], String, LongOpt[], boolean) - Constructor for class com.stc.connector.ldapadapter.utils.STCGetopt
Construct a STCGetopt instance with given input data that is capable of parsing long options and short options.
STCNotificationEvent - Interface in com.stc.connector.appconn.ldap
STCNotificationEvent interface used for packaging notification event values in case of TimestampSearch & PersistentSearch.
STCNotificationEventImpl - Class in com.stc.connector.ldapadapter.appconn
Class that models the notification event as notified by the LDAPListener class.
STCNotificationEventImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.STCNotificationEventImpl
 
STCValue - Interface in com.stc.connector.appconn.ldap
STC Value interface used for storing the actual value of an attribute's value.
STCValueImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used as a container for a single value of an attribute's value
STCValueImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.STCValueImpl
 
STCValueImpl(Object) - Constructor for class com.stc.connector.ldapadapter.appconn.STCValueImpl
Creates a new instance of STCValue
STCValues - Interface in com.stc.connector.appconn.ldap
STC Values interface used storing the attribute values.
STCValuesImpl - Class in com.stc.connector.ldapadapter.appconn
This class is used as a container for the values of an attribute
STCValuesImpl() - Constructor for class com.stc.connector.ldapadapter.appconn.STCValuesImpl
 
STCValuesImpl(NamingEnumeration) - Constructor for class com.stc.connector.ldapadapter.appconn.STCValuesImpl
Creates a new instance of STCValues
stopTLS() - Method in interface com.stc.connector.appconn.ldap.StartTLSExtension
Method that stops the TLS connection
stopTLS() - Method in class com.stc.connector.ldapadapter.appconn.StartTLSExtensionImpl
Method that stops the TLS connection
SUBTREE_SCOPE - Static variable in interface com.stc.connector.appconn.ldap.SearchOptions
 

T

TimestampSearch - Interface in com.stc.connector.appconn.ldap
LDAP Timestamp Search interface for LDAP servers not supporting Persistent Search control.
timestampSearch - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
TimestampSearchImpl - Class in com.stc.connector.ldapadapter.appconn
Class for tracking updates on the LDAP server where persistent search control is not supported
TimestampSearchImpl(LDAPClientApplicationImpl) - Constructor for class com.stc.connector.ldapadapter.appconn.TimestampSearchImpl
Creates a new instance of TimestampSearch
tlsExtension - Variable in class com.stc.connector.ldapadapter.appconn.LDAPClientApplicationImpl
 
TOP_CONTEXT - Static variable in class com.stc.connector.ldapadapter.appconn.nonmanaged.LDAPConnectionTest
 

U

utilize() - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 

V

val - Variable in class com.stc.connector.ldapadapter.utils.LongOpt
The value to store in "flag" if flag is not null, otherwise the equivalent short option character for this long option.
validateUsernamePassword(Properties) - Method in class com.stc.connector.ldapadapter.utils.RCFUtil
 
verify(String, SSLSession) - Method in class com.stc.connector.ldapadapter.appconn.SSLHostNameVerifier
Method that does verification of the hostname.

A B C D E F G H I K L M N O P R S T U V
Sun Adapter for LDAP API