Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01

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


A

ACCESS_INTERFACE - Static variable in class oracle.idm.user.OIDContext
This property specifies the interface for interacting with OID.
ACCESS_JNDI - Static variable in class oracle.idm.user.OIDContext
Value of property ACCESS_INTERFACE.
ACCESS_WEBSERVICE - Static variable in class oracle.idm.user.OIDContext
Value of property ACCESS_INTERFACE.
AccessDeniedException - Exception in oracle.ldap.util
This exception is thrown when an LDAP operation cannot be carried out due to insufficient access.
AccessDeniedException() - Constructor for exception oracle.ldap.util.AccessDeniedException
 
AccessDeniedException(String) - Constructor for exception oracle.ldap.util.AccessDeniedException
 
AccessDeniedException(String, Exception) - Constructor for exception oracle.ldap.util.AccessDeniedException
 
AccountDisabledException - Exception in oracle.ldap.util
This exception is thrown during user authentication if the user account has been disabled.
AccountDisabledException() - Constructor for exception oracle.ldap.util.AccountDisabledException
 
AccountDisabledException(String) - Constructor for exception oracle.ldap.util.AccountDisabledException
 
AccountDisabledException(String, Exception) - Constructor for exception oracle.ldap.util.AccountDisabledException
 
AccountInactiveException - Exception in oracle.ldap.util
This exception is thrown during user authentication if the user account is inactive.
AccountInactiveException() - Constructor for exception oracle.ldap.util.AccountInactiveException
 
AccountInactiveException(String) - Constructor for exception oracle.ldap.util.AccountInactiveException
 
AccountInactiveException(String, Exception) - Constructor for exception oracle.ldap.util.AccountInactiveException
 
AccountLockedException - Exception in oracle.ldap.util
This exception is thrown during user authentication if the user account has been locked.
AccountLockedException() - Constructor for exception oracle.ldap.util.AccountLockedException
 
AccountLockedException(String) - Constructor for exception oracle.ldap.util.AccountLockedException
 
AccountLockedException(String, Exception) - Constructor for exception oracle.ldap.util.AccountLockedException
 
ACCT_DISABLED_EC - Static variable in class oracle.ldap.util.PasswordPolicy
 
ACCT_INACTIVE - Static variable in class oracle.ldap.util.PasswordPolicy
 
ACCT_UNLOCK_EC - Static variable in class oracle.ldap.util.PasswordPolicy
 
AcctIPLockedException - Exception in oracle.ldap.util
 
AcctIPLockedException() - Constructor for exception oracle.ldap.util.AcctIPLockedException
 
AcctIPLockedException(String) - Constructor for exception oracle.ldap.util.AcctIPLockedException
 
AcctIPLockedException(String, Exception) - Constructor for exception oracle.ldap.util.AcctIPLockedException
 
AcctTotallyLockedException - Exception in oracle.ldap.util
 
AcctTotallyLockedException() - Constructor for exception oracle.ldap.util.AcctTotallyLockedException
 
AcctTotallyLockedException(String) - Constructor for exception oracle.ldap.util.AcctTotallyLockedException
 
add(String) - Method in class oracle.ldap.util.DistinguishedName
Adds a single component to the end of this name.
add(int, String) - Method in class oracle.ldap.util.DistinguishedName
Adds a single component at a specified position within this name.
add(String, String, int) - Method in class oracle.ldap.util.LDIFRecord
Adds an attribute to this record.
ADD_ATTRIBUTE - Static variable in interface oracle.idm.user.IdmUser
This constant specifies to add an attribute with the specified values.
addAll(Name) - Method in class oracle.ldap.util.DistinguishedName
Adds the components of a name (in order) to the end of this name
addAll(int, Name) - Method in class oracle.ldap.util.DistinguishedName
Adds the components of a name (in order) at a specified position within this name.
addAllEntries(ArrayList) - Method in class oracle.ldap.ospf.SearchResultSet
Appends an ArrayList of LdapEntry objects in the SearchResultSet
addAllEntries(Enumeration, String) - Method in class oracle.ldap.ospf.SearchResultSet
Appends an enumeration of JNDI SearchResult along with the search base DN
addAttribute(LDIFAttribute) - Method in class oracle.ldap.util.LDIFRecord
Adds an attribute to this record.
addChanges(Attributes) - Method in class oracle.idm.provisioning.event.Event
 
addDisplayRealPair(String, String) - Method in class oracle.idm.provisioning.configuration.AttrLOV
This method adds real value and corresponding display value pair to this object.
addDisplayRealPair(String, String, Locale) - Method in class oracle.idm.provisioning.configuration.AttrLOV
This method adds real value and corresponding locale specfic display value pair to this object.
addLdapEntry(LdapEntry) - Method in class oracle.ldap.ospf.SearchResultSet
Adds an LdapEntry in the SearchResultSet.
AddLdapOperation - Class in oracle.ldap.ospf
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
addMember(DirContext, String) - Method in class oracle.ldap.util.ComponentInstance
Adds the attribute value pair (orclServiceMember, dn_ptr) to this.
addMember(DirContext, String) - Method in class oracle.ldap.util.ServiceSuite
Adds the attribute value pair (orclServiceMember, dn_ptr) to this.
addMember(DirContext, String) - Method in class oracle.ldap.util.VirtualService
Adds the attribute value pair (orclServiceMember, dn_ptr) to this.
addModificationItem(int, Attribute) - Method in class oracle.ldap.ospf.LdapModification
Adds a ModificationItem in the LdapModification with the LdapModification operation code
addProperty(String, String) - Method in class oracle.ldap.util.ModPropertySet
Creates a modification item for a particular attribute with change type as LDIF.ATTRIBUTE_CHANGE_TYPE_ADD
addProperty(int, String, String) - Method in class oracle.ldap.util.ModPropertySet
Creates a modification item for a particular attribute.
addProperty(int, String, String[]) - Method in class oracle.ldap.util.ModPropertySet
Creates an modification item for a particular attribute.
addProperty(int, String, byte[]) - Method in class oracle.ldap.util.ModPropertySet
Creates an modification item for a particular attribute.
addProperty(int, LDIFAttribute) - Method in class oracle.ldap.util.ModPropertySet
Creates an modification item for a particular attribute specified by LDIFAttribute
addProperty(int, Attribute) - Method in class oracle.ldap.util.ModPropertySet
Creates a modification item for a particular attribute specified by JNDI Attribute class
addProperty(String, Object) - Method in class oracle.ldap.util.VarPropertySet
 
addProperty(String, String) - Method in class oracle.ldap.util.VarPropertySet
 
addProperty(String, String[]) - Method in class oracle.ldap.util.VarPropertySet
 
addProperty(Attribute) - Method in class oracle.ldap.util.VarPropertySet
 
addPropertySet(PropertySet) - Method in class oracle.ldap.util.PropertySetCollection
 
addToEnvironment(String, String) - Method in class oracle.idm.user.OIDContext
 
addUniquemember(DirContext, String) - Method in class oracle.ldap.util.LDAPGroup
Adds the DN as a uniquemember of this group
addUniquemember(DirContext, String) - Method in class oracle.ldap.util.ServiceRecipient
Adds the DN (currently user DN only) as a member of this service recipient list
addUniquemember(DirContext, String[]) - Method in class oracle.ldap.util.ServiceRecipient
Adds an array of DN's as members of this service recipient list
addUniquemember(DirContext, String, String) - Static method in class oracle.ldap.util.Util
 
addValue(String) - Method in class oracle.ldap.util.LDIFAttribute
Adds a string value to the attribute.
addValue(byte[]) - Method in class oracle.ldap.util.LDIFAttribute
Adds a byte[]-formatted value to the attribute.
addValue(String[]) - Method in class oracle.ldap.util.LDIFAttribute
Adds an array of string values to the attribute.
addValues(Connection, PlsqlAttrVal[]) - Method in class oracle.idm.provisioning.event.PlsqlAttr
Add values to this attribute
addValues(ARRAY) - Method in class oracle.idm.provisioning.event.PlsqlAttr
Add values to this attribute
ADMIN_PLUGIN_NAME - Variable in class oracle.idm.provisioning.util.ApplnAdminPluginAdapter
 
ALL_TYPES - Static variable in class oracle.ldap.util.Logger
Messages of all types.
ALTDIR_SERVERS - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
API_VERSION - Static variable in class oracle.ldap.util.Util
The API version number
APP_IDENTIFIER - Static variable in class oracle.idm.user.OIDContext
This property specifies the application identifer
APP_OC - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
Application - Class in oracle.idm.provisioning.configuration
Represents a registered application and all its relevent configuration information.
Application(LdapContext, ApplicationType, Attributes) - Constructor for class oracle.idm.provisioning.configuration.Application
Creates an application object using the given JNDI attribtues
Application(String, String) - Constructor for class oracle.idm.provisioning.configuration.Application
Create an application instance object with no initial configuration information
APPLICATION_DISPLAY_NAME - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name APPLICATION_DISPLAY_NAME - User Friendly Name for UI
APPLICATION_DN - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name APPLICATION_DN - Application DN.
APPLICATION_ISDASVISIBLE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name APPLICATION_ISDASVISIBLE - Should the application be shown in the DAS provisioning console.
APPLICATION_NAME - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name APPLICATION_NAME - Application NAME.
APPLICATION_TYPE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name APPLICATION_TYPE - Application TYPE.
ApplicationContext - Class in oracle.idm.provisioning.plugin
A context object that contains the application information.
ApplicationContext(DirContext, Application) - Constructor for class oracle.idm.provisioning.plugin.ApplicationContext
Constructor
ApplicationContext(DirContext, Application, PrintStream) - Constructor for class oracle.idm.provisioning.plugin.ApplicationContext
Constructor
ApplicationType - Class in oracle.idm.provisioning.configuration
Application type object provides the necessary configuration information that could be shared by the different application instances
ApplicationType(LdapContext, String) - Constructor for class oracle.idm.provisioning.configuration.ApplicationType
Constuctor to create an object to represent the application type
ApplicationType(DIPSchema, String) - Constructor for class oracle.idm.provisioning.configuration.ApplicationType
Constuctor to create an object to represent the application type
ApplnAdminPluginAdapter - Class in oracle.idm.provisioning.util
 
ApplnAdminPluginAdapter(LdapContext, Application) - Constructor for class oracle.idm.provisioning.util.ApplnAdminPluginAdapter
Constructor
APPNAMETYPEJOINCHAR - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_AppDisplayName - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_AppLastId - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
InBound Attributes
ATTR_AppSequenceNum - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_AppType - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
Attributes introduced in OCS2.1
ATTR_CryptKey - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_DATA_TYPE_DATE - Static variable in class oracle.idm.provisioning.configuration.SearchAttribute
 
ATTR_DATA_TYPE_FORMAT - Static variable in class oracle.idm.provisioning.configuration.SearchAttribute
 
ATTR_DATA_TYPE_NUMERIC - Static variable in class oracle.idm.provisioning.configuration.SearchAttribute
 
ATTR_DATA_TYPE_STRING - Static variable in class oracle.idm.provisioning.configuration.SearchAttribute
 
ATTR_DefaultPolicy - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_IFAdditionalInfo - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_IFConnectInfo - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_IFName - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_IFType - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_IFVersion - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_IsDASViewable - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_LastChgNum - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_LastProcTime - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ManageDefaults - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_MaxEventPerInvocation - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
OutBound Attributes
ATTR_MaxEventPerSchedule - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_MaxProvFailureLimit - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_MaxRetries - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_PasswordAttribute - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProcErrors - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProcStatus - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProfileDebug - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProfileGroup - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProfileMaxErrors - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProfileName - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvAppDN - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvAppGUID - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvAppName - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvEventOprns - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvEvents - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvFailureCount - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvFailureRetryMaxLimit - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvMapRules - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvOrgGUID - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_ProvOrgName - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_Schedule - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_Status - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_SubscriberDisable - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_SubscriptionMode - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_SuccProcTime - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_TYPE_BINARY - Static variable in class oracle.idm.provisioning.event.Event
 
ATTR_TYPE_DATE_STRING - Static variable in class oracle.idm.provisioning.event.Event
 
ATTR_TYPE_DECRYPTED_STRING - Static variable in class oracle.idm.provisioning.event.Event
 
ATTR_TYPE_ENCRYPTED_STRING - Static variable in class oracle.idm.provisioning.event.Event
 
ATTR_TYPE_STRING - Static variable in class oracle.idm.provisioning.event.Event
 
ATTR_UserDataLocn - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_userPassword - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTR_Version - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
ATTRIBUTE_CHANGE_TYPE_ADD - Static variable in class oracle.ldap.util.LDIF
Attribute change type - Add
ATTRIBUTE_CHANGE_TYPE_DELETE - Static variable in class oracle.ldap.util.LDIF
Attribute change type - Delete
ATTRIBUTE_CHANGE_TYPE_REPLACE - Static variable in class oracle.ldap.util.LDIF
Attribute change type - Replace
attributeSet - Variable in class oracle.ldap.util.PropertySet
 
attributeVector - Variable in class oracle.ldap.util.PropertySet
 
AttrLOV - Class in oracle.idm.provisioning.configuration
This class represents LOVs(list of values) of an attribute.
AUTHENTICATE_USER_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
authenticateUser(DirContext, int, Object) - Method in class oracle.ldap.util.User
Authenticates User using the appropriate credentials.
authenticateUser(DirContext, String, String) - Method in class oracle.ldap.util.User
Authenticates the user using an attribute-value pair.
authenticateUser(DirContext, User, int, Object) - Static method in class oracle.ldap.util.Util
Authenticate User using the appropriate credentials
AUTHENTICATION_ERROR - Static variable in class oracle.ldap.util.OUILdap
Error Code - AUTHENTICATE_USER_QUERY only.
AuthFailureException - Exception in oracle.ldap.util
This exception is thrown during user authentication if the user's credential is invalid.
AuthFailureException() - Constructor for exception oracle.ldap.util.AuthFailureException
 
AuthFailureException(String) - Constructor for exception oracle.ldap.util.AuthFailureException
 
AuthFailureException(String, Exception) - Constructor for exception oracle.ldap.util.AuthFailureException
 
AuthPasswdChangeWarningException - Exception in oracle.ldap.util
 
AuthPasswdChangeWarningException() - Constructor for exception oracle.ldap.util.AuthPasswdChangeWarningException
 
AuthPasswdChangeWarningException(String) - Constructor for exception oracle.ldap.util.AuthPasswdChangeWarningException
 
AuthPasswdExpiredException - Exception in oracle.ldap.util
 
AuthPasswdExpiredException() - Constructor for exception oracle.ldap.util.AuthPasswdExpiredException
 
AuthPasswdExpiredException(String) - Constructor for exception oracle.ldap.util.AuthPasswdExpiredException
 
AUTO_DISCOVER - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This source will first try to locate and parse configuration file.
AUTOMATIC_MODE - Static variable in class oracle.idm.provisioning.plugin.ApplicationContext
Constant - Call Mode - automatic

B

Base64 - Class in oracle.ldap.util
Provides encoding of raw bytes to base64 encoded bytes and decoding of base64 encoded bytes to raw bytes.
Base64() - Constructor for class oracle.ldap.util.Base64
 
baseuser - Variable in class oracle.idm.user.JndiUser
 
BasicService - Class in oracle.ldap.util
 
BasicService(DirContext, String) - Constructor for class oracle.ldap.util.BasicService
 
BasicService(DirContext, String, PropertySet) - Constructor for class oracle.ldap.util.BasicService
 
BindLdapOperation - Class in oracle.ldap.ospf
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
BOOTSTRAP_MODE - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
bulkDelete(DirContext, String, boolean) - Static method in class oracle.ldap.util.Util
Deletes the entire sub-tree from the base DN.

C

CANNOT_LOCATE_SSO_DB_ERROR - Static variable in class oracle.ldap.util.OUILdap
Error Code - UPDATE_SSO_DB_DN_QUERY only.
CFGFILE_DISCOVER - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This source will parse the configuration file (ldap.ora) and return the value of parameters present in it.
CFGFL_PATH - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
CfgflProp - Class in oracle.ldap.util.discovery
 
CfgflProp() - Constructor for class oracle.ldap.util.discovery.CfgflProp
 
CHANGE_PWD_SERVLET_INVOKED - Static variable in class oracle.ldap.util.ChangePwdObserver
 
ChangePwdObserver - Class in oracle.ldap.util
 
changeSSOPassword(String, String, boolean) - Method in interface oracle.idm.user.IdmUser
Change SSO password for the user.
changeSSOPassword(String, String, boolean) - Method in class oracle.idm.user.JndiUser
 
CHANGESYNC_MODE - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
checkInterfaceVersion(String) - Static method in class oracle.ldap.util.Util
This method checks if the interface version given is supported with the version of the current API
cleanup() - Method in class oracle.ldap.util.LDIFMigration
Closes the ldif reader and writer streams.
clone() - Method in class oracle.idm.user.OIDContext
 
clone() - Method in class oracle.ldap.util.discovery.CfgflProp
 
clone() - Method in class oracle.ldap.util.DistinguishedName
Creates a clone of this Distinguished Name.
clone() - Method in class oracle.ldap.util.Guid
Clones a Guid object
clone() - Method in class oracle.ldap.util.LDIFAttribute
Returns a copy of this object
clone() - Method in class oracle.ldap.util.LDIFRecord
to create a replica of this object.
clone() - Method in class oracle.ldap.util.ModPropertySet
Clone the Mod Property Set
clone() - Method in class oracle.ldap.util.NativeGuid
Clones a NativeGuid object
clone() - Method in class oracle.ldap.util.OrclGuid
Returns a clone this OrclGuid object
close() - Method in class oracle.ldap.util.LDIFReader
Closes the stream.
close() - Method in class oracle.ldap.util.LDIFWriter
Closes the stream.
close() - Method in class oracle.ldap.util.Logger
Closes the writer streams.
close() - Method in class oracle.ldap.util.LogHandler
 
close() - Method in class oracle.ldap.util.WorkQueue
Use this method to close the queue.
CMDLINE - Static variable in interface oracle.idm.user.IdmUser
This property value specifies that calling program has command line interface
COMMON_PROPERTIES - Static variable in class oracle.ldap.util.Subscriber
Property type to retrieve the common properties of this subscriber
commonPsc - Variable in class oracle.ldap.util.OracleContext
 
CommunicationErrorException - Exception in oracle.ldap.util
This exception is thrown if the method involves any LDAP operation to indicate a broken LDAP connection.
CommunicationErrorException() - Constructor for exception oracle.ldap.util.CommunicationErrorException
 
CommunicationErrorException(String) - Constructor for exception oracle.ldap.util.CommunicationErrorException
 
CommunicationErrorException(String, Exception) - Constructor for exception oracle.ldap.util.CommunicationErrorException
 
compactGuidString(String) - Static method in class oracle.ldap.util.NativeGuid
Converts the larger version of the GUID String to a more compact version.
compactGuidString(String) - Static method in class oracle.ldap.util.OrclGuid
Converts the larger version of the GUID String to a more compact version.
CompareLdapOperation - Class in oracle.ldap.ospf
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
compareTo(Object) - Method in class oracle.ldap.util.DistinguishedName
Compares this Distinguished Name with the specified Object for order.
ComponentInstance - Class in oracle.ldap.util
 
ConfigAttribute - Class in oracle.idm.provisioning.configuration
Represents the configuration information of an attribute used in creation of Application specific user information or the "Base User"
Configuration - Class in oracle.idm.provisioning.configuration
This class provides access to the provisioning configuration information.
Configuration(String) - Constructor for class oracle.idm.provisioning.configuration.Configuration
Constructor to create a configuration object for a given realm.
configure() - Method in class oracle.ldap.util.DASVersionConfigurator
Configures the DAS Version info in OID
ConnectBySqlControl - Class in oracle.ldap.util
 
ConnectBySqlControl() - Constructor for class oracle.ldap.util.ConnectBySqlControl
 
CONNECTION_ERROR - Static variable in class oracle.ldap.util.OUILdap
Error Code - Cannot establish an LDAP connection with the host, port, bindDN and bindPassword.
ConnectionThread - Class in oracle.ldap.util.jndi
 
ConnectionThread(Hashtable, Control[]) - Constructor for class oracle.ldap.util.jndi.ConnectionThread
 
ConnectionUtil - Class in oracle.ldap.util.jndi
This class provides a set of static functions to support the creation of JNDI DirContext connecting to OID.
ConnectionUtil() - Constructor for class oracle.ldap.util.jndi.ConnectionUtil
 
contains(String) - Method in class oracle.ldap.util.LDIFAttribute
Reports whether this object contains the specified attribute value.
contains(byte[]) - Method in class oracle.ldap.util.LDIFAttribute
Reports whether this object contains the specified attribute value.
contains(String) - Method in class oracle.ldap.util.LDIFRecord
Returns true if the ldifrecord contains the specified attribute.
convert() - Method in class oracle.ldap.util.PropertySetCollection
 
create(Datum, int) - Method in class oracle.idm.provisioning.event.PlsqlAttr
Convert from SQL data type to JAVA object.
create(Datum, int) - Method in class oracle.idm.provisioning.event.PlsqlAttrVal
 
create(Datum, int) - Method in class oracle.idm.provisioning.event.PlsqlEvent
Convert the java object to SQL data type
create(Datum, int) - Method in class oracle.idm.provisioning.event.PlsqlEventStatus
Create the SQL data object from java object
create(DirContext, String, String, ModPropertySet) - Static method in class oracle.ldap.util.ComponentInstance
 
create(DirContext) - Method in class oracle.ldap.util.OracleContext
Creates an OracleContext with the given DN
create(DirContext, String, String) - Method in class oracle.ldap.util.OracleContext
Create product specific oraclecontext entries
create() - Method in class oracle.ldap.util.OracleSchema
Creates Oracle Schema
create(String, String) - Method in class oracle.ldap.util.OracleSchema
Creates decoupled schema
create(DirContext) - Method in class oracle.ldap.util.RootOracleContext
Creates an OracleContext with the given DN
create(DirContext, String, String, ModPropertySet) - Static method in class oracle.ldap.util.ServiceSuite
 
create(boolean) - Method in class oracle.ldap.util.SubscriberCreator
Creates a subscriber
create(DirContext, String, String, ModPropertySet) - Static method in class oracle.ldap.util.VirtualService
 
createAttrLOV(String, DirContext, String, Attributes) - Static method in class oracle.idm.provisioning.configuration.AttrLOV
Factory method for creating instances of this class.
createBaseUser(ModPropertySet) - Method in interface oracle.idm.user.UserFactory
Create The Base User.
createBaseUser(String, ModPropertySet) - Method in interface oracle.idm.user.UserFactory
Create The Base User with the given DN
createDefault(boolean) - Method in class oracle.ldap.util.SubscriberCreator
Creates a subscriber and make it a default subscriber
createDefaultSet(LdapContext, String, ModPropertySet) - Method in class oracle.idm.provisioning.configuration.Application
Create a new Default Set.
createDefaultSubscriber(DirContext, String, boolean) - Method in class oracle.ldap.util.RootOracleContext
CreateDefaultSubscriber
createDN(DirContext, String) - Static method in class oracle.ldap.util.Util
 
createExtendedProperties(DirContext, int, ModPropertySet) - Method in class oracle.ldap.util.User
Creates new extended properties for the user.
createGroup(DirContext, String, ModPropertySet, boolean) - Method in class oracle.ldap.util.Subscriber
Creates a group entry under the specified create group base.
createInstall() - Method in class oracle.ldap.util.SubscriberCreator
This is used by OIDCA only.
CreateInstantiatedfileBasedOnTemplate() - Method in class oracle.ldap.util.TemplateFileInstantiator
Creates the map file based on a master template file.
CreateMapfileBasedOnTemplate() - Method in class oracle.ldap.util.ProfileMapfile
Creates the map file based on a master template file.
createMember(DirContext, String, String, String, ModPropertySet) - Method in class oracle.ldap.util.ComponentInstance
Creates a service instance, a virtual service object, or a component instance, and then populates the orclServiceMember attribute with the appropriate DN pointer to the newly created object.
createMember(DirContext, String, String, String, ModPropertySet) - Method in interface oracle.ldap.util.ServiceMethods
 
createMember(DirContext, String, String, String, ModPropertySet) - Method in class oracle.ldap.util.ServiceSuite
Creates a service instance, a virtual service object, or a component instance, and then populates the orclServiceMember attribute with the appropriate DN pointer to the newly created object.
createMember(DirContext, String, String, String, ModPropertySet) - Method in class oracle.ldap.util.VirtualService
Creates a service instance or a virtual service object, and then populates the orclServiceMember attribute with the appropriate DN pointer to the newly created object.
createServiceRecipient(DirContext, String) - Method in class oracle.ldap.util.ServiceReference
Creates a ServiceRecipient under this service using the name provided
createSocket(String, int) - Method in class oracle.ldap.util.jndi.LDAPSocketFactory
 
createSocket(InetAddress, int) - Method in class oracle.ldap.util.jndi.LDAPSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class oracle.ldap.util.jndi.LDAPSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class oracle.ldap.util.jndi.LDAPSocketFactory
 
createSubscriber(DirContext, String, boolean) - Method in class oracle.ldap.util.RootOracleContext
Creates a new subscriber using the specified simpleName under the subscriber search base.
createUser(ModPropertySet) - Method in interface oracle.idm.user.UserFactory
Create a new user in IDM Repository.
createUser(String, ModPropertySet) - Method in interface oracle.idm.user.UserFactory
Create a new user in IDM Repository with the given DN.
createUser(ModPropertySet, boolean) - Method in interface oracle.idm.user.UserFactory
Create a new user in IDM Repository.
createUser(String, ModPropertySet, boolean) - Method in interface oracle.idm.user.UserFactory
Create a new user in IDM Repository with the given DN..
createUser(DirContext, ModPropertySet, boolean) - Method in class oracle.ldap.util.Subscriber
Creates a user entry under the create user base.
createUser(DirContext, String, ModPropertySet, boolean) - Method in class oracle.ldap.util.Subscriber
Creates a user entry under the specified create user base.
createUser(DirContext, String, ModPropertySet, boolean, boolean) - Method in class oracle.ldap.util.Subscriber
Creates a user entry using a user DN.
createUserFactory(OIDContext, Hashtable) - Static method in class oracle.idm.user.UserFactoryBuilder
This method creates instance of class implementing UserFactory interface.
createUserFactory(DirContext, Hashtable) - Static method in class oracle.idm.user.UserFactoryBuilder
This method creates instance of Default User factory object that uses the JNDI access method for the default realm
createUserFactory(DirContext, String) - Static method in class oracle.idm.user.UserFactoryBuilder
Creates an instance of Default User factory object for the specified realm
createUserFactory(DirContext, Configuration) - Static method in class oracle.idm.user.UserFactoryBuilder
Creates an instance of User factory object that uses an already created Configuration for the specified realm.
CREDTYPE_PASSWD - Static variable in class oracle.ldap.util.User
Using userpassword to authenticate
CREDTYPE_PASSWD - Static variable in class oracle.ldap.util.Util
Using userpassword to authenticate
CRYPT_KEY - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name CRYPT_KEY - Key to be used for data encryption during transmission.Not Yet Implemented for OUTBOUND Events.

D

DASURL_ACCOUNT_INFO - Static variable in class oracle.ldap.util.Util
DAS URL type - Account Info
DASURL_BASE - Static variable in class oracle.ldap.util.Util
DAS URL type - Base URL
DASURL_CREATE_GROUP - Static variable in class oracle.ldap.util.Util
DAS URL type - Create Group
DASURL_CREATE_RESOURCE - Static variable in class oracle.ldap.util.Util
DAS URL type - Create Resource
DASURL_CREATE_USER - Static variable in class oracle.ldap.util.Util
DAS URL type - Create User
DASURL_DELEGATION_CONSOLE - Static variable in class oracle.ldap.util.Util
DAS URL type - Delegation Console
DASURL_DELETE_GROUP - Static variable in class oracle.ldap.util.Util
DAS URL type - Delete Group
DASURL_DELETE_GROUP_GIVEN_GUID - Static variable in class oracle.ldap.util.Util
DAS URL type - Delete Group Given GUID
DASURL_DELETE_USER - Static variable in class oracle.ldap.util.Util
DAS URL type - Delete User
DASURL_DELETE_USER_GIVEN_GUID - Static variable in class oracle.ldap.util.Util
DAS URL type - Delete User Given GUID
DASURL_EDIT_GROUP - Static variable in class oracle.ldap.util.Util
DAS URL type - Edit Group
DASURL_EDIT_GROUP_GIVEN_GUID - Static variable in class oracle.ldap.util.Util
DAS URL type - Edit Group Given GUID
DASURL_EDIT_MY_PROFILE - Static variable in class oracle.ldap.util.Util
DAS URL type - Edit My Profile
DASURL_EDIT_USER - Static variable in class oracle.ldap.util.Util
DAS URL type - Edit User
DASURL_EDIT_USER_GIVEN_GUID - Static variable in class oracle.ldap.util.Util
DAS URL type - Edit User Given GUID
DASURL_EUS_CONSOLE - Static variable in class oracle.ldap.util.Util
DAS URL type - EUS Console
DASURL_GROUP_LOV - Static variable in class oracle.ldap.util.Util
DAS URL type - Group LOV
DASURL_GROUP_PRIVILEGE - Static variable in class oracle.ldap.util.Util
DAS URL type - Group Privilege
DASURL_GROUP_PRIVILEGE_GIVEN_GUID - Static variable in class oracle.ldap.util.Util
DAS URL type - Group Privilege Given GUID
DASURL_GROUP_SEARCH - Static variable in class oracle.ldap.util.Util
DAS URL type - Group Search
DASURL_PASSWORD_CHANGE - Static variable in class oracle.ldap.util.Util
DAS URL type - Password Change
DASURL_RESET_PASSWORD - Static variable in class oracle.ldap.util.Util
DAS URL type - Reset Password
DASURL_TIMEZONE - Static variable in class oracle.ldap.util.Util
DAS URL type - Time Zone
DASURL_USER_LOV - Static variable in class oracle.ldap.util.Util
DAS URL type - User Lov
DASURL_USER_PRIVILEGE - Static variable in class oracle.ldap.util.Util
DAS URL type - User Privilege
DASURL_USER_PRIVILEGE_GIVEN_GUID - Static variable in class oracle.ldap.util.Util
DAS URL type - User Privilege Given GUID
DASURL_USER_SEARCH - Static variable in class oracle.ldap.util.Util
DAS URL type - User Search
DASURL_VIEW_USER_PROFILE - Static variable in class oracle.ldap.util.Util
DAS URL type - View User Profile
DASVersionConfigurator - Class in oracle.ldap.util
Responsible for setting the DAS Version information required for an upgrade from 10.1.2.x and 10.1.4.x to 11.
DASVersionConfigurator(DirContext, Logger) - Constructor for class oracle.ldap.util.DASVersionConfigurator
 
DATA_ACCESS - Static variable in class oracle.idm.provisioning.plugin.ApplicationContext
Constant - Call When - Data Access
DataAccessPluginAdapter - Class in oracle.idm.provisioning.util
Data Access Plugin Adapter
DataAccessPluginAdapter() - Constructor for class oracle.idm.provisioning.util.DataAccessPluginAdapter
Def Constructor
DataAccessPluginAdapter(LdapContext, Application) - Constructor for class oracle.idm.provisioning.util.DataAccessPluginAdapter
Constructor
DEBUG - Static variable in class oracle.ldap.util.Logger
Debug Message
decode(String) - Static method in class oracle.ldap.util.Base64
Use this method to decode a Base64 encoded string to the orginal String.
decode(byte[]) - Static method in class oracle.ldap.util.Base64
Decode a BASE-64 encoded sequence bytes.
DEF_ADMIN_CTXT - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
DEFAULT_ADMIN_CONTEXT - Static variable in class oracle.ldap.util.discovery.CfgflProp
 
DEFAULT_PROVISIONING_POLICY - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name DEFAULT_PROVISIONING_POLICY - Provisioning Required by Default or NOT.
DefMgmtPluginAdapter - Class in oracle.idm.provisioning.util
Defaults Management Plugin Adapter
DefMgmtPluginAdapter(LdapContext, Application) - Constructor for class oracle.idm.provisioning.util.DefMgmtPluginAdapter
Constructor
delete(DirContext, String, String) - Static method in class oracle.ldap.util.ComponentInstance
Deletes the service registry object, and removes all orclServiceMember references from all other service registry objects.
delete(DirContext, String, String) - Static method in class oracle.ldap.util.ServiceSuite
Deletes the service registry object, and removes all orclServiceMember references from all other service registry objects.
delete(DirContext, String, String) - Static method in class oracle.ldap.util.VirtualService
Deletes the service registry object, and removes all orclServiceMember references from all other service registry objects.
DELETE_ATTRIBUTE - Static variable in interface oracle.idm.user.IdmUser
This constant specifies to delete the specified attribute values from the attribute.
deleteDefaultSet(LdapContext, String) - Method in class oracle.idm.provisioning.configuration.Application
Delete a Default set.
deleteGroup(DirContext, Group) - Method in class oracle.ldap.util.Subscriber
Deletes the specified group from this subscriber.
DeleteLdapOperation - Class in oracle.ldap.ospf
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
deleteProperty(String) - Method in class oracle.ldap.util.ModPropertySet
Removes attribute specified by attrName from this ModPropertySet
deleteUser(String) - Method in interface oracle.idm.user.UserFactory
Delete User identified by the given GUID.
deleteUser(String, String) - Method in interface oracle.idm.user.UserFactory
Delete User.
deleteUser(IdmUser) - Method in interface oracle.idm.user.UserFactory
Delete User.
deleteUser(DirContext, User) - Method in class oracle.ldap.util.Subscriber
Deletes the specified user from this subscriber.
deleteUserByDN(String) - Method in interface oracle.idm.user.UserFactory
Delete User identified by the given DN.
DEPROVISION_FAILURE - Static variable in interface oracle.idm.user.IdmUser
 
DEPROVISION_IN_PROGRESS - Static variable in interface oracle.idm.user.IdmUser
 
DEPROVISION_REQUIRED - Static variable in interface oracle.idm.user.IdmUser
 
DEPROVISION_SUCCESS - Static variable in interface oracle.idm.user.IdmUser
 
dequeue(Logger) - Method in class oracle.ldap.util.WorkQueue
Dequeues an object.
dequeue() - Method in class oracle.ldap.util.WorkQueue
 
dequeueNoWait() - Method in class oracle.ldap.util.WorkQueue
Dequeues an object from the queue but does not wait if the Q is empty.
DETACHED_PROPERTIES - Static variable in class oracle.ldap.util.Subscriber
 
DETAILED_ERROR_INFO - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
DIP_ATTRCHGTYPE_OFFSET - Static variable in class oracle.ldap.util.LDIF
Offset for DIP, due to difference in constant values.
DIR_SERVER_CONN_SEC - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
DIR_SERVER_TYPE - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
DIR_SERVERS - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
DIRECTORY_SERVER_TYPE - Static variable in class oracle.ldap.util.discovery.CfgflProp
 
DIRECTORY_SERVERS - Static variable in class oracle.ldap.util.discovery.CfgflProp
Property names
DirEntryReconcile - Class in oracle.ldap.util
This class provides helper methods which will reconcile based on certain conditions between to Directory entries.
DirEntryReconcile() - Constructor for class oracle.ldap.util.DirEntryReconcile
 
disable(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
 
DISABLED - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
discover(HashMap) - Method in class oracle.ldap.util.discovery.DiscoveryHelper
Discover the information from the source.
discoverSSLPort(String, String, String, String) - Static method in class oracle.ldap.util.jndi.ConnectionUtil
Returns the SSL port number from OID.
DiscoveryFailureException - Exception in oracle.ldap.util.discovery
 
DiscoveryFailureException(int, int) - Constructor for exception oracle.ldap.util.discovery.DiscoveryFailureException
 
DiscoveryHelper - Class in oracle.ldap.util.discovery
This class provides the functionality required for OID server related information discovery.
DiscoveryHelper(int) - Constructor for class oracle.ldap.util.discovery.DiscoveryHelper
Create an instance to discover information from a specified source.
discoveryType - Variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
DiscoveryUtil - Class in oracle.ldap.util.discovery
 
DiscoveryUtil() - Constructor for class oracle.ldap.util.discovery.DiscoveryUtil
 
DistinguishedName - Class in oracle.ldap.util
This class represents a distinguished name.
DistinguishedName(String) - Constructor for class oracle.ldap.util.DistinguishedName
Constructs a Distinguished Name from the given DN value
dnExists(DirContext, String) - Static method in class oracle.ldap.util.Util
Returns true if the given DN exists
dnExists(DirContext, String, String[]) - Static method in class oracle.ldap.util.Util
Returns a non-null PropertySetCollection if DN exists.
DNS_DISCOVER - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This source will discover hostname information from DNS server.
DNS_DISCOVER_METHOD - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This property specifies the method to be used for dns discovery.
DNS_DN - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This property specifies the dn required for dns discovery
doSearch(DirContext, String[]) - Method in class oracle.ldap.util.PropertySet
 
DYNAMICLOV - Static variable in class oracle.idm.provisioning.configuration.AttrLOV
 

E

e - Variable in exception oracle.ldap.util.UtilException
 
enable(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
 
ENABLE_BOOTSTRAP - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name ENABLE_BOOTSTRAP - Whether the application needs to be bootstrapped by default or not.
ENABLE_UPGRADE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name ENABLE_UPGRADE - Whether the application needs to be upgraded by default or not.
ENABLED - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
encode(String) - Static method in class oracle.ldap.util.Base64
Use this method to convert a string to Base64-encoded string.
encode(byte[]) - Static method in class oracle.ldap.util.Base64
returns an array of base64-encoded characters to represent the passed data array.
endsWith(Name) - Method in class oracle.ldap.util.DistinguishedName
Determines whether this name ends with a specified suffix.
ENDUSER_NAME - Static variable in class oracle.idm.user.OIDContext
This property specifies the Enduser name
enqueue(Object, int, Logger) - Method in class oracle.ldap.util.WorkQueue
This method adds an object to the queue based on specified priority.
enqueue(Object, int) - Method in class oracle.ldap.util.WorkQueue
 
enqueue(Object) - Method in class oracle.ldap.util.WorkQueue
 
enqueueNoWait(Object, int) - Method in class oracle.ldap.util.WorkQueue
This method adds an object to the queue but does not wait if the Q is full.
enqueueNoWait(Object) - Method in class oracle.ldap.util.WorkQueue
 
ENTITY_TYPE_COMPONENT - Static variable in class oracle.ldap.util.ServiceEntity
Constant for ComponentInstance type of service entity
ENTITY_TYPE_SERVICE - Static variable in class oracle.ldap.util.ServiceEntity
Constant for Service type of service entity
ENTITY_TYPE_SUITE - Static variable in class oracle.ldap.util.ServiceEntity
Constant for ServiceSuite type of service entity
ENTITY_TYPE_VIRTUAL - Static variable in class oracle.ldap.util.ServiceEntity
Constant for VirtualService type of service entity
ENTRY_PROPERTIES - Static variable in class oracle.ldap.util.Subscriber
Property type to retrieve the entry properties of this subscriber
entryDN - Variable in class oracle.ldap.util.LDAPEntry
 
entryIdType - Variable in class oracle.ldap.util.LDAPEntry
 
entryPsc - Variable in class oracle.ldap.util.LDAPEntry
 
equals(Object) - Method in class oracle.idm.provisioning.configuration.Application
Returns true if the application objects name and type are same
equals(Object) - Method in class oracle.ldap.util.DistinguishedName
Determines whether two distinguished names are equal.
equals(Object) - Method in class oracle.ldap.util.Guid
Compare the Object for equality with this guid
equals(Guid) - Method in class oracle.ldap.util.Guid
Compare the Guid for equality with this guid
equals(Object) - Method in class oracle.ldap.util.LDIFAttribute
Checks for the equality of the attribute with the given one.
equals(Object) - Method in class oracle.ldap.util.NativeGuid
Compare the NativeGuid in a string format
equals(Object) - Method in class oracle.ldap.util.OrclGuid
Compares this OrclGuid with another OrclGuid in a string format
ERR_VERIFICATION_FAILED - Static variable in class oracle.ldap.util.discovery.DiscoveryUtil
 
ERROR - Static variable in class oracle.ldap.util.Logger
Error Message
ERROR - Static variable in class oracle.ldap.util.UtilDebug
 
Event - Class in oracle.idm.provisioning.event
Event object that describes the change to be applied to OID or the change that was applied at OID that application needs to know.
Event() - Constructor for class oracle.idm.provisioning.event.Event
Default constructor.
Event(String, String, String, String, String, String, String, String) - Constructor for class oracle.idm.provisioning.event.Event
Create a event object with all the attributes set.
EVENT_MAPPING_RULES - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name EVENT_MAPPING_RULES - Mapping Rules For INBOUND Events.
EVENT_PERMITTED_OPERATIONS - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name EVENT_PERMITTED_OPERATIONS - Permitted INBOUND Events
EVENT_SUBSCRIPTION - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name EVENT_SUBSCRIPTION - Event Subscription Details
EventDeliveryException - Exception in oracle.idm.provisioning.plugin
A exception object that would describe the error condition in while delivering a provisioning event to adn from OID.
EventDeliveryException() - Constructor for exception oracle.idm.provisioning.plugin.EventDeliveryException
Default Constructor
EventDeliveryException(String) - Constructor for exception oracle.idm.provisioning.plugin.EventDeliveryException
Create an exception object with a specific error message
EventPluginInitException - Exception in oracle.idm.provisioning.plugin
A exception object that would describe the error condition in while delivering a provisioning event to adn from OID.
EventPluginInitException() - Constructor for exception oracle.idm.provisioning.plugin.EventPluginInitException
Default Constructor
EventPluginInitException(String) - Constructor for exception oracle.idm.provisioning.plugin.EventPluginInitException
Create an exception object with a specific error message
EventPluginTerminateException - Exception in oracle.idm.provisioning.plugin
A exception object that would describe the error condition in while delivering a provisioning event to adn from OID.
EventPluginTerminateException() - Constructor for exception oracle.idm.provisioning.plugin.EventPluginTerminateException
Default Constructor
EventPluginTerminateException(String) - Constructor for exception oracle.idm.provisioning.plugin.EventPluginTerminateException
Create an exception object with a specific error message
EventStatus - Class in oracle.idm.provisioning.event
Event status object that describes status of the change that was applied to OID or the application.
EventStatus() - Constructor for class oracle.idm.provisioning.event.EventStatus
Default constructor.
EventStatus(String, String, String, String) - Constructor for class oracle.idm.provisioning.event.EventStatus
Creates a Event Status object
exists(DirContext) - Method in class oracle.ldap.util.OracleContext
Returns true if the Oracle Context exists
exists() - Method in class oracle.ldap.util.OracleSchema
 
expandGuidString(String) - Static method in class oracle.ldap.util.NativeGuid
Expands the compact version of the GUID String to a more readable version.
expandGuidString(String) - Static method in class oracle.ldap.util.OrclGuid
Expands the compact version of the GUID String to a more readable version.
extPrefRefObjList - Static variable in class oracle.ldap.util.User
 
EXTPROPTYPE_COMMON - Static variable in class oracle.ldap.util.Subscriber
Extended Preference Type to be used with getExtendedProperties() - Common Subscriber properties
EXTPROPTYPE_DEFAULT_RAD - Static variable in class oracle.ldap.util.Subscriber
Extended Preference Type to be used with getExtendedProperties() - Default User Extended Properties
EXTPROPTYPE_RESOURCE_ACCESS_DESCRIPTOR - Static variable in class oracle.ldap.util.User
Extended Preference Type to be used with getExtendedProperties() - Resource Access Descriptor
EXTPROPTYPE_RESOURCE_ACCESS_TYPE - Static variable in class oracle.ldap.util.Subscriber
Extended Preference Type to be used with getExtendedProperties() - Resource Access Type

F

FAILURE - Static variable in class oracle.idm.provisioning.event.EventStatus
 
FAILURE - Static variable in class oracle.idm.provisioning.plugin.PluginStatus
 
FAILURE_MODE - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
FILE_CREATEABLE - Static variable in class oracle.ldap.util.Util
Constant to indicate the check for the ability to create the file.
FILE_EXISTENCE - Static variable in class oracle.ldap.util.Util
Constant to indicate the check for existence of a file.
FILE_NOT_EMPTY - Static variable in class oracle.ldap.util.Util
Constant to indicate the check for non-emptiness of a file.
FILE_NOT_EXISTENCE - Static variable in class oracle.ldap.util.Util
Constant to indicate the check for not existence of a file.
FILE_READABLE - Static variable in class oracle.ldap.util.Util
Constant to indicate the check for readablity of a file.
FILE_WRITABLE - Static variable in class oracle.ldap.util.Util
Constant to indicate the check for writability of a file.
FileExistsException - Exception in oracle.ldap.util.discovery
 
FileExistsException(String) - Constructor for exception oracle.ldap.util.discovery.FileExistsException
 
fileSeparator - Variable in class oracle.ldap.util.OracleContext
 
findClass(String) - Method in class oracle.ldap.util.JARClassLoader
Locates the class
findClass(String) - Method in class oracle.ldap.util.LDAPClassLoader
This is the method where the task of class loading is delegated to our custom loader.
findResource(String) - Method in class oracle.ldap.util.JARClassLoader
This method willl always return null as the implementation is undefined.
flush() - Method in class oracle.ldap.util.LogHandler
 
format(LogRecord) - Method in class oracle.ldap.util.LogFormatter
 

G

GEN_DETAILED_ERR_RPT - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This property specifies whether detailed error information is required for AUTO discovery
GeneralErrorException - Exception in oracle.ldap.util
This exception is thrown when a general error is encountered
GeneralErrorException() - Constructor for exception oracle.ldap.util.GeneralErrorException
Constructs a GeneralErrorException with no detail message.
GeneralErrorException(String) - Constructor for exception oracle.ldap.util.GeneralErrorException
Constructs a GeneralErrorException with the specified detail message.
GeneralErrorException(String, Exception) - Constructor for exception oracle.ldap.util.GeneralErrorException
Constructs a GeneralErrorException with the specified detail message including the String description of the input exception
get(DirContext, String, String) - Static method in class oracle.ldap.util.ComponentInstance
 
get(int) - Method in class oracle.ldap.util.DistinguishedName
Retrieves a component of this name
get(DirContext, String, String) - Static method in class oracle.ldap.util.ServiceSuite
 
get(DirContext, String, String) - Static method in class oracle.ldap.util.VirtualService
 
GET_OID_DB_INFO_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
GET_OID_PORTS_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
GET_OID_VERSION_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
GET_REALMS_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
GET_SSO_DB_INFO_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
getActualValue() - Method in class oracle.idm.provisioning.configuration.SearchAttribute.Value
 
getAll() - Method in class oracle.ldap.util.DistinguishedName
Retrieves the componnets of this name as an enumeration of Strings.
getAll() - Method in class oracle.ldap.util.LDIFRecord
Returns an Enumeration of the attributes in this record.
getAllApplications(LdapContext) - Method in class oracle.idm.provisioning.configuration.Configuration
Get all enabled applications configured for this realm.
getAllApplications(LdapContext, boolean) - Method in class oracle.idm.provisioning.configuration.Configuration
Get all enabled applications configured for this realm.
getAllAttributeNames(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Return all the names of all attributes that are configured for this application from the cache.
getAllAttributeNames(LdapContext) - Method in class oracle.idm.provisioning.configuration.ApplicationType
Get the list of names of the attribute configurations.
getAllAttributeNames() - Method in class oracle.ldap.ospf.LdapBaseEntry
Gets all the attribute names in the base entry
getAllAttributeNames() - Method in class oracle.ldap.ospf.LdapEntry
Gets all the attribute names in the LdapEntry
getAllAttributes() - Method in class oracle.idm.provisioning.configuration.Application
Deprecated. This method will be removed in LDAP_10.1.2OCS_SOLARIS_041224 label onwards
getAllAttributes(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Get the list of attribute configurations.
getAllAttributes(LdapContext) - Method in class oracle.idm.provisioning.configuration.ApplicationType
Get the list of attribute configurations.
getAllAttributeValues(String) - Method in class oracle.ldap.ospf.LdapBaseEntry
Gets all the values of an attribute for a given attribute name
getAllAttributeValues(String) - Method in class oracle.ldap.ospf.LdapEntry
Gets all the values of an attribute for a given attribute name
getAllBaseAttrConfig(LdapContext) - Method in class oracle.idm.provisioning.configuration.Configuration
Gets the configuration information pertaining to the "Base User" attributes.
getAllDASUrl(DirContext) - Static method in class oracle.ldap.util.Util
Returns a Hashtable containing all the DAS URLs.
getAllModificationItems() - Method in class oracle.ldap.ospf.LdapModification
Returns an array of Modification Items in the LdapModification
getAllProperties() - Method in interface oracle.idm.user.IdmUser
Gets all the user attributes and respective values as user properties.
getAllProperties() - Method in class oracle.idm.user.JndiUser
 
getAllProvisioningStatusVals() - Static method in class oracle.idm.provisioning.util.ProvUtil
 
getAllServiceRecipients(DirContext) - Method in class oracle.ldap.util.ServiceReference
Returns an array of all the ServiceRecipient belonging to this ServiceReference.
getAllServiceRecipients(DirContext, String[]) - Method in class oracle.ldap.util.ServiceReference
Returns an array of all the ServiceRecipients belonging to this ServiceReference along with the values of the specified attributes.
getAllServiceReferences(DirContext) - Method in class oracle.ldap.util.Subscriber
Returns an array of ServiceReference objects associated with this subscriber
getAllServiceReferences(DirContext, String[]) - Method in class oracle.ldap.util.Subscriber
Returns an array of Service objects representing all the service instances belonging to this subscriber.
getAllSubscribers(DirContext, String, String[]) - Method in class oracle.ldap.util.RootOracleContext
Returns an array of Subscriber objects under the subscriber search base.
getAllSubscribers(DirContext, String[]) - Method in class oracle.ldap.util.RootOracleContext
Returns an array of all the Subscriber(s) under the subscriber search base along with the attribute values specified in attrList.
getAllUniquemembers(DirContext) - Method in class oracle.ldap.util.LDAPGroup
Returns a String array of DN's of all the users who are uniquemembers of this group.
getAppAttrMods() - Method in interface oracle.idm.provisioning.plugin.IDataEntryPlugin
Returns the Modified App User properties
getAppID() - Method in class oracle.idm.provisioning.configuration.Application
Get the applicaton identifier
getApplication(LdapContext, String, String) - Method in class oracle.idm.provisioning.configuration.Configuration
Get a specific application configured for this realm using the given Ldap Context.
getApplication(LdapContext, String) - Method in class oracle.idm.provisioning.configuration.Configuration
Get the applications in the Given Directory
getApplication() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Returns the Application Type
getAppList() - Method in class oracle.idm.user.UserFactoryControl
return list of applications for which the user footprint needs to be created
getAppUserData(ApplicationContext, IdmUser, String[]) - Method in interface oracle.idm.provisioning.plugin.IDataAccessPlugin
The applications can return their user footprint by implementing this method.
getAppUserData(ApplicationContext, IdmUser, String[]) - Method in class oracle.idm.provisioning.util.DataAccessPluginAdapter
 
getAppUserReconcileMode() - Method in class oracle.idm.user.UserFactoryControl
Get App User Reconcile Mode.
getAttrBValue() - Method in class oracle.idm.provisioning.event.PlsqlAttrVal
 
getAttribute(String) - Method in interface oracle.idm.user.IdmUser
Gets the attribute associated this user.
getAttribute(String) - Method in class oracle.idm.user.JndiUser
 
getAttribute(String) - Method in class oracle.ldap.ospf.LdapBaseEntry
Gets the Attribute for the attribute name
getAttribute(String) - Method in class oracle.ldap.ospf.LdapEntry
Gets the Attribute for the attribute name
getAttribute(String) - Method in class oracle.ldap.util.LDIFRecord
Returns the LDIFAttribute object of the specified attribute name.
getAttribute(int) - Method in class oracle.ldap.util.LDIFRecord
Returns the LDIFAttribute object at the specified index in a record
getAttributeAsString(boolean) - Method in class oracle.ldap.util.LDIFAttribute
Retrieves the string representation of an attribute in an LDAP entry.
getAttributeAsString(boolean, boolean) - Method in class oracle.ldap.util.LDIFAttribute
Retrieves the string representation of an attribute in an LDAP entry.
getAttributeName() - Method in class oracle.ldap.ospf.CompareLdapOperation
Gets the attribute name from the CompareLdapOperation object
getAttributeNames() - Method in class oracle.ldap.util.ModPropertySet
Returns an array of String containing the name of all the properties - all the attribute names returned with this particular search entry.
getAttributeNames() - Method in class oracle.ldap.util.PropertySet
Returns an array of String containing the name of all the properties - all the attribute names returned with this particular search entry.
getAttributes(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Return all the attributes that are configured for this application from the cache.
getAttributes(String[]) - Method in interface oracle.idm.user.IdmUser
Gets the attributes associated this user.
getAttributes(String[]) - Method in class oracle.idm.user.JndiUser
 
getAttributes() - Method in class oracle.ldap.ospf.LdapBaseEntry
Gets the Attributes
getAttributes() - Method in class oracle.ldap.ospf.LdapEntry
Gets all the Attributes
getAttributeSet() - Method in class oracle.ldap.util.PropertySet
 
getAttributeValue() - Method in class oracle.ldap.ospf.CompareLdapOperation
Gets the attribute value from the CompareLdapOperation object
getAttrLOVVals() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the LOV Values
getAttrName() - Method in class oracle.idm.provisioning.event.PlsqlAttr
Return the attribute name
getAttrObjClass() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the Objectclass of the Attribute
getAttrOfRDN(String) - Static method in class oracle.ldap.util.Util
Returns the attribute part of the RDN For example, if rdn is "dc=acme", "dc" will be returned
getAttrType() - Method in class oracle.idm.provisioning.event.PlsqlAttr
Return the attribute type
getAttrValue() - Method in class oracle.idm.provisioning.event.PlsqlAttrVal
 
getAttrValueOfRDN(String) - Static method in class oracle.ldap.util.Util
Returns the value part of the RDN For example, if rdn is "dc=acme", "acme" will be retuned
getBaseAttrMods() - Method in interface oracle.idm.provisioning.plugin.IDataEntryPlugin
Returns the Modified Base User properties
getBaseName(String) - Static method in class oracle.ldap.util.LDIFAttribute
Returns the base name.
getBaseName() - Method in class oracle.ldap.util.LDIFAttribute
Returns the base name of this object.
getBaseUserReconcileMode() - Method in class oracle.idm.user.UserFactoryControl
Get Base User Reconciliation Mode.
getBinaryFlexfield() - Method in class oracle.ldap.ospf.PluginFlexfield
Gets the orclPluginBinaryFlexfield value from the PluginFlexfield object.
getBindDN() - Method in class oracle.ldap.ospf.LdapOperation
Gets the bind DN from the LdapOperation object
getBindPassword() - Method in class oracle.ldap.ospf.BindLdapOperation
Gets the bind password from the BindLdapOperation object
getBytes() - Method in class oracle.ldap.util.Guid
return the byte array form of the Guid
getBytes() - Method in class oracle.ldap.util.NativeGuid
return the 'byte' form of the NativeGuid
getBytes() - Method in class oracle.ldap.util.OrclGuid
Returns the 'byte' form of the Guid
getByteValueArray() - Method in class oracle.ldap.util.LDIFAttribute
Returns the values of the attribute as an array of byte[]
getByteValues() - Method in class oracle.ldap.util.LDIFAttribute
Returns an enumerator for the values of the attribute in byte[] format.
getCallBackCtx() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Get the Call Back Context
getCallMode() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
 
getCallOp() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
 
getCallWhen() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
 
getChanges() - Method in class oracle.idm.provisioning.event.Event
Return the changes in the event.
getChangeType() - Method in class oracle.ldap.util.LDIFAttribute
Return this the change type associated with this attribute(if any).
getChangeType() - Method in class oracle.ldap.util.LDIFRecord
Retrieves the change type of this record.
getChangeType() - Method in class oracle.ldap.util.ModPropertySet
 
getChgType() - Method in class oracle.idm.provisioning.event.PlsqlAttr
Return the attribute change type
getClientLocale() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Returns the client locale
getCommonAttrs(DirContext) - Method in class oracle.ldap.util.Subscriber
 
getCommonProperties(DirContext, String[]) - Method in class oracle.ldap.util.OracleContext
Returns the common properties of the Oracle Context.
getComparators() - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
getConfigFilePath() - Static method in class oracle.ldap.util.discovery.DiscoveryUtil
Discovers ldap.ora file path.
getConfigFileProperties(CfgflProp) - Static method in class oracle.ldap.util.discovery.DiscoveryUtil
Determines all ldap.ora properties using CfgflProp object passed as input.
getCurrentDefaultSet(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Retrieve the current default set.
getCurrentDefaultSetName(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Retrieve the current default set name
getCurrentDefaultSetName(ApplicationContext) - Method in interface oracle.idm.provisioning.plugin.IDefaultsMgmtPlugin
 
getCurrentDefaultSetName(ApplicationContext) - Method in class oracle.idm.provisioning.util.DefMgmtPluginAdapter
 
getCustomEvent(ApplicationContext, Event) - Method in interface oracle.idm.provisioning.plugin.IPreEventFromOID
Retrieve the customized event.
getDASUrl(DirContext, String) - Static method in class oracle.ldap.util.Util
Returns a particular DAS url identified by the urlTypeDN.
getDataType() - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
getDBCompatibilityVersion(DirContext) - Method in class oracle.ldap.util.OracleContext
Returns the oldest database Version that is compatible with this version of the Oracle Context
getDebugMode() - Static method in class oracle.ldap.util.UtilDebug
Gets the debug mode
getDefault() - Static method in class oracle.ldap.util.jndi.LDAPJSSESocketFactoryImpl
 
getDefault() - Static method in class oracle.ldap.util.jndi.LDAPTLSSocketFactoryImpl
 
getDefaultDirCtx(String, String, String, String, long) - Static method in class oracle.ldap.util.jndi.ConnectionUtil
Returns a non-SSL InitialLdapContext using the specified info - allowing the option to specify a timeout limit.
getDefaultDirCtx(String, String, String, String) - Static method in class oracle.ldap.util.jndi.ConnectionUtil
Returns a non-SSL InitialLdapContext using the specified info.
getDefaultDirCtx(DiscoveryHelper, String, String) - Static method in class oracle.ldap.util.jndi.ConnectionUtil
Returns an InitialLdapContext using connect information obtained by calling discover() method of DiscoveryHelper class.
getDefaultSet(LdapContext, String) - Method in class oracle.idm.provisioning.configuration.Application
Retrieve the default set identified by the given name
getDefaultSet(ApplicationContext, String) - Method in interface oracle.idm.provisioning.plugin.IDefaultsMgmtPlugin
 
getDefaultSet(ApplicationContext, String) - Method in class oracle.idm.provisioning.util.DefMgmtPluginAdapter
 
getDefaultSetNames(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Retrieve all Default set Names.
getDefaultSetNames(ApplicationContext) - Method in interface oracle.idm.provisioning.plugin.IDefaultsMgmtPlugin
 
getDefaultSetNames(ApplicationContext) - Method in class oracle.idm.provisioning.util.DefMgmtPluginAdapter
 
getDefaultSubscriber(Logger) - Static method in class oracle.ldap.util.Util
 
getDefaultSubscriber() - Static method in class oracle.ldap.util.Util
 
getDefaultVal() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the Default value of the attribute
getDeleteDN() - Method in class oracle.ldap.ospf.DeleteLdapOperation
Gets the DN to be deleted from the DeleteLdapOperation object
getDeleteOldRDN() - Method in class oracle.ldap.ospf.ModdnLdapOperation
Gets the delete old RDN from the ModdnLdapOperation object
getDeleteOldRdn() - Method in class oracle.ldap.util.LDIFRecord
Returns true if deleteOldRdn is set.
getDesc() - Method in class oracle.idm.provisioning.plugin.PluginStatus
Get the description
getDESC() - Method in class oracle.ldap.util.LDAPObjectClass
Returns the description of this objectclass if it is available.
getDirCtx() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Returns the directory context
getDiscoveryType() - Method in exception oracle.ldap.util.discovery.DiscoveryFailureException
 
getDisplayName() - Method in class oracle.idm.provisioning.configuration.Application
Display name for this application
getDisplayName() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the Display Name
getDisplayName(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the Display Name in the specified language
getDisplayName() - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
getDisplayVal(String) - Method in class oracle.idm.provisioning.configuration.AttrLOV
This methods returns "default" display value corresponding to the real value.
getDisplayVal(String, Locale) - Method in class oracle.idm.provisioning.configuration.AttrLOV
This methods returns "language specific" display value corresponding to the real value.
getDisplayValue() - Method in class oracle.idm.provisioning.configuration.SearchAttribute.Value
 
getDN() - Method in class oracle.idm.provisioning.configuration.Application
Return application DN
getDN() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the DN
getDN() - Method in interface oracle.idm.user.IdmUser
Return the User DN
getDN() - Method in class oracle.idm.user.JndiUser
 
getDN() - Method in class oracle.ldap.ospf.LdapBaseEntry
Gets the DN of the base entry
getDN() - Method in class oracle.ldap.ospf.LdapEntry
Gets the DN of the LdapEntry
getDn(DirContext) - Method in class oracle.ldap.util.Group
Returns the DN of this group.
getDN(DirContext) - Method in class oracle.ldap.util.LDAPEntry
Returns the DN of the entry (resolves the name if necessary).
getDN() - Method in class oracle.ldap.util.LDIFRecord
Returns the distinguished name of the current record.
getDN() - Method in class oracle.ldap.util.PropertySet
Returns the name of this property set - the DN of the search entry represented by this property set
getDN(DirContext) - Method in class oracle.ldap.util.Subscriber
Returns the DN of the subscriber (resolves the name if necessary).
getDn(DirContext) - Method in class oracle.ldap.util.Subscriber
Deprecated. Use Subscriber.getDN(ctx) instead.
getDN(DirContext) - Method in class oracle.ldap.util.User
Returns the DN of this user.
getDn(DirContext) - Method in class oracle.ldap.util.User
Deprecated. use getDN(DirContext ctx)
getDn() - Method in class oracle.ldap.util.User
Deprecated. use getDN(DirContext ctx)
getDN() - Method in class oracle.ldap.util.User
Deprecated. use getDN(DirContext ctx)
getDns() - Method in class oracle.ldap.util.PropertySetCollection
Returns an array of String containing the name of all the property sets - the DN's of all the search entries in this search result.
getDomain(Logger) - Static method in class oracle.ldap.util.Util
 
getDomain() - Static method in class oracle.ldap.util.Util
 
getEncodedValue() - Method in class oracle.ldap.util.ConnectBySqlControl
 
getEncodedValue() - Method in class oracle.ldap.util.PasswordPolicyControl
 
getEntryDetails(DirContext, String, String, int, String[]) - Static method in class oracle.ldap.util.Util
 
getEntryDetails(DirContext, String, String, int, String[], boolean) - Static method in class oracle.ldap.util.Util
 
getEntryDetails(DirContext, String, String, SearchControls) - Static method in class oracle.ldap.util.Util
getEntryDetails
getEntryFromDirectory(DirContext, String) - Static method in class oracle.ldap.util.Util
Use this method to retrieve the a particular entry from the directory.
getErrCode() - Method in class oracle.idm.provisioning.event.EventStatus
Get the error code
getErrCode() - Method in class oracle.idm.provisioning.plugin.PluginStatus
Get the exec error code.
getErrorCode() - Method in exception oracle.ldap.util.discovery.DiscoveryFailureException
 
getErrorCode() - Method in exception oracle.ldap.util.MigrationException
retruns the error code associated with this object.
getEventId() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Returns the unique event identifer
getExecStatus() - Method in class oracle.idm.provisioning.plugin.PluginStatus
Get the exec Status
getExtendedProperties(ApplicationContext) - Method in interface oracle.idm.user.IdmUser
Get the application properties.
getExtendedProperties(ApplicationContext) - Method in class oracle.idm.user.JndiUser
 
getExtendedProperties(DirContext, int, String[], String) - Method in class oracle.ldap.util.Subscriber
Retrieves Extended properties under the Oracle Context of this subscriber.
getExtendedProperties(DirContext, int, String[], String) - Method in class oracle.ldap.util.User
Returns a property set collection of the extended properties of this user based on the property type specified
getExtendedProperties(DirContext, int, String[]) - Method in class oracle.ldap.util.User
Returns a property set collection of all the extended properties of this user based on the property type specified.
getFactory() - Static method in class oracle.idm.provisioning.event.PlsqlAttr
 
getFactory() - Static method in class oracle.idm.provisioning.event.PlsqlAttrVal
 
getFactory() - Static method in class oracle.idm.provisioning.event.PlsqlEvent
 
getFactory() - Static method in class oracle.idm.provisioning.event.PlsqlEventStatus
 
getFileName() - Method in exception oracle.ldap.util.discovery.FileExistsException
 
getFlexfield(String) - Method in class oracle.ldap.ospf.PluginFlexfield
Gets the orclPluginFlexfield value from the PluginFlexfield object.
getFlexfieldNames() - Method in class oracle.ldap.ospf.PluginFlexfield
Gets all Flexfield names in an enumeration.
getFormat() - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
getFQHN() - Static method in class oracle.ldap.util.Util
Returns the Fully Qualified Host Name of the local machine.
getGroup(DirContext, int, String, String[]) - Method in class oracle.ldap.util.Subscriber
Returns a Group object using the specified information.
getGroup(DirContext, int, String, String, String[]) - Method in class oracle.ldap.util.Subscriber
Returns a group object using the specified information under the specified group search base.
getGroupMembership(DirContext, String[], boolean) - Method in class oracle.ldap.util.User
Returns an array of Group objects of which this user is a member.
getGroupMembership(DirContext, User, String[], boolean) - Static method in class oracle.ldap.util.Util
Return a list of groups the user belongs to directly or indirectly The groups are returned in a PropertySetCollection.
getGroupMembership(DirContext, String, String[], boolean, String) - Static method in class oracle.ldap.util.Util
Returns a PropertySetCollection of groups that the dn belongs to directly or indirectly.
getGroupMembership(DirContext, String, String[], boolean) - Static method in class oracle.ldap.util.Util
 
getGroups(DirContext, int, String, String, String[]) - Method in class oracle.ldap.util.Subscriber
Returns an array of Group[] objects using the specified information.
getGroupSearchBase() - Method in class oracle.ldap.util.Subscriber
Return the subscriber group search base
getGUID() - Method in class oracle.idm.provisioning.configuration.Application
Return application GUID
getGuid() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
 
getGUID() - Method in interface oracle.idm.user.IdmUser
Return the User GUID
getGUID() - Method in class oracle.idm.user.JndiUser
 
getGUID(DirContext) - Method in class oracle.ldap.util.Group
Returns the GUID of the entry (resolves the name if necessary).
getGUID() - Method in class oracle.ldap.util.User
Deprecated. use getGUID(DirContext ctx)
getGUID(DirContext) - Method in class oracle.ldap.util.User
Returns the GUID of the entry (resolves the name if necessary).
getHostName() - Method in class oracle.ldap.ospf.Server
Gets the hostname from the Server object
getIAC_DNFromFQHN() - Static method in class oracle.ldap.util.Util
Returns a DN based on the fully qualified host name.
getID() - Method in class oracle.idm.provisioning.event.Event
Return the event ID.
getID() - Method in class oracle.idm.provisioning.event.EventStatus
Return the event ID.
getID() - Method in class oracle.ldap.util.ConnectBySqlControl
 
getID() - Method in class oracle.ldap.util.PasswordPolicyControl
 
getIDs() - Method in class oracle.ldap.util.LDIFRecord
Retrieves an enumeration of the ids of the attributes in this record as String objects.
getInstalledApplications(LdapContext) - Method in class oracle.idm.provisioning.configuration.Configuration
Gets all the registered applications in the infra structure.
getInstance(LdapContext) - Static method in class oracle.idm.user.OIDContext
 
getInstance() - Static method in class oracle.ldap.util.ChangePwdObserver
 
getInstantiatedfileCreated() - Method in class oracle.ldap.util.TemplateFileInstantiator
Returns the full path of the map file created by a given TemplateFileInstantiator instance.
getIsManageDefaults() - Method in class oracle.idm.provisioning.configuration.Application
Whether Application Defaults are to be Managed by IM .
getJNDIAttribute() - Method in class oracle.ldap.util.LDIFAttribute
Returns an object of javax.naming.directory.Attribute that describes the attribute
getJNDIAttributes() - Method in class oracle.ldap.util.LDIFRecord
Use this method to Obtain all the attriubtes of an LDIFRecord represented as javax.naming.directory.Attributes object.
getJNDIConnection(String, String, String, String, String) - Static method in class oracle.ldap.util.provisioning.ProvisioningProfile
This function establishes a JNDI connection (DirContext).
getJNDIModificationItem() - Method in class oracle.ldap.util.LDIFAttribute
Returns an object of javax.naming.directory.ModificationItem that represents a JNDI modification item.
getJNDIModificationItems() - Method in class oracle.ldap.util.LDIFRecord
Use this method to Obtain all the attriubtes of an LDIFRecord represented as an array of javax.naming.directory.ModificationItem objects.
getLangSubtype() - Method in class oracle.ldap.util.LDIFAttribute
Returns the language subtype if any.
getLdapBaseEntry() - Method in class oracle.ldap.ospf.PluginDetail
Gets the LdapBaseEntry object from the PluginDetail
getLdapContextFromServerPlugin() - Method in class oracle.ldap.ospf.Server
Connects the plug-in back to the Oracle directory server.
getLdapEntry() - Method in class oracle.ldap.ospf.AddLdapOperation
Gets a copy of the LdapEntry from the AddLdapOperation object.
getLDAPErrorCode() - Method in exception oracle.ldap.util.UtilException
Returns the LDAP error code from the exception if it is available
getLDAPErrorCode(NamingException) - Static method in exception oracle.ldap.util.UtilException
A static method to allow the parsing of the error string in the NamingException to extract the LDAP error code.
getLdapModification() - Method in class oracle.ldap.ospf.ModifyLdapOperation
Gets a copy of the LdapModification from the ModifyLdapOperation object
getLdapName() - Method in class oracle.ldap.util.DistinguishedName
Returns an LdapName equivalent to this name
getLdapOperation() - Method in class oracle.ldap.ospf.PluginDetail
Gets the LdapOperation object from the PluginDetail
getLdifDiffForNormal(LDIFRecord, LDIFRecord) - Static method in class oracle.ldap.util.DirEntryReconcile
Given two records, this method compares them for loading using NORMAL method.
getLdifDiffForSafe(LDIFRecord, LDIFRecord, boolean) - Static method in class oracle.ldap.util.DirEntryReconcile
Given two records, this method compares them for loading using SAFE method.
getLDIFRecord(String, Attributes) - Static method in class oracle.ldap.util.Util
Use this method to convert a set of attributes and a DN into an LDIFRecord
getLOVType() - Method in class oracle.idm.provisioning.configuration.AttrLOV
This methods returns one of the followings STATICLOV - LOV supports external representation for UI displayname and related value for setting the internal value of the attribute DYNAMICLOV - LOV uses the value as display and internal setting
getLOVVals() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the LOV Values
getMandatoryAttributes(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Gets the list of mandatory attributes.
getMandatoryAttributes(LdapContext) - Method in class oracle.idm.provisioning.configuration.ApplicationType
Get all the mandatory attributes of the Application
getMandatoryAttributes() - Method in class oracle.ldap.util.LDAPObjectClass
Returns the mandatory attributes of this objectclass in a String[]
getMapfileCreated() - Method in class oracle.ldap.util.ProfileMapfile
Returns the full path of the map file created by a given ProfileMapfile instance.
getMember(DirContext, String, String) - Method in class oracle.ldap.util.ComponentInstance
Returns the members of this service object that match the provided criteria
getMember(DirContext, String, String) - Method in class oracle.ldap.util.ServiceSuite
Returns the members of this service object that match the provided criteria
getMember(DirContext, String, String) - Method in class oracle.ldap.util.VirtualService
Returns the members of this service object that match the provided criteria
getMessage() - Method in exception oracle.ldap.util.LogException
Returns the error message string of this throwable object.
getMessage() - Method in exception oracle.ldap.util.ServiceEntityException
Returns the error message string of this throwable object.
getMessage() - Method in exception oracle.ldap.util.ServiceInstanceException
Returns the error message string of this throwable object.
getMessage() - Method in exception oracle.ldap.util.VirtualServiceException
Returns the error message string of this throwable object.
getMissingAttributes(String[]) - Method in class oracle.ldap.util.PropertySet
 
getMissingProps() - Method in exception oracle.ldap.util.discovery.MandatoryPropsMissingException
 
getModificationItemAt(int) - Method in class oracle.ldap.ospf.LdapModification
Gets a copy of the required ModificationItem from the LdapModification
getModProperty() - Method in class oracle.ldap.util.ModPropertySet
Returns an LDIFRecord that represents this ModPropertySet
getModPropertyValue(String) - Method in class oracle.ldap.util.ModPropertySet
 
getModPropertyValues(String) - Method in class oracle.ldap.util.ModPropertySet
 
getMultiValProperty(String) - Method in class oracle.ldap.util.discovery.CfgflProp
 
getMultiValProperty(String) - Method in class oracle.ldap.util.discovery.DiscoveryHelper
Get all property values.
getName() - Method in class oracle.idm.provisioning.configuration.Application
Return application name.
getName() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the name of the Attribute
getName() - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
getName() - Method in class oracle.ldap.util.LDAPObjectClass
Returns the name of this objectclass
getName(String) - Static method in class oracle.ldap.util.LDAPObjectClass
Returns the name of the objectclass in the specified objectclass definition
getName() - Method in class oracle.ldap.util.LDIFAttribute
Returns the name of the attribute.
getName() - Method in class oracle.ldap.util.Property
Returns the name of this property - the name of the attribute this property represents.
getNewDN() - Method in class oracle.ldap.ospf.ModdnLdapOperation
Gets the new target DN from the ModdnLdapOperation object.
getNewParentDN() - Method in class oracle.ldap.ospf.ModdnLdapOperation
Gets the DN of the new parent from the ModdnLdapOperation object
getNewRDN() - Method in class oracle.ldap.ospf.ModdnLdapOperation
Gets the new RDN from the ModdnLdapOperation object
getNewRdn() - Method in class oracle.ldap.util.LDIFRecord
Returns the newRdn if the record change type is moddn
getNewSuperior() - Method in class oracle.ldap.util.LDIFRecord
Returns the newSuperior if the record change type is moddn
getNonSSLLdapContextFromServerPlugin() - Method in class oracle.ldap.ospf.Server
Connect the plug-in back to in the Oracle directory server using a non-SSL port.
getNormalizedDN() - Method in class oracle.ldap.util.DistinguishedName
Returns the normalized version of this name.
getObjDN() - Method in class oracle.idm.provisioning.event.Event
Return the Object DN.
getObjectClass(DirContext, String) - Static method in class oracle.ldap.util.Util
Returns a LDAPObjectClass object representing the objectclass identified by inID.
getObjectClassDef() - Method in class oracle.ldap.util.LDAPObjectClass
Returns the objectclass definition of this objectclass
getObjectClasses() - Method in class oracle.idm.provisioning.configuration.Application
Get the list of ObjectClasses required for creating a application specific user footprint.
getObjectClasses() - Method in class oracle.idm.provisioning.configuration.ApplicationType
Get the list of objectClass names
getObjGuid() - Method in class oracle.idm.provisioning.event.Event
Return the Object GUID.
getObjGuid() - Method in class oracle.idm.provisioning.event.EventStatus
Return the Object GUID.
getObjName() - Method in class oracle.idm.provisioning.event.Event
Return the Object name.
getOID() - Method in class oracle.ldap.util.LDAPObjectClass
Returns the object identifier of this objectclass
getOID(String) - Static method in class oracle.ldap.util.LDAPObjectClass
Returns the object identifier of the objectclass in the specified objectclass definition
getOIDContext() - Method in interface oracle.idm.user.UserFactory
Get the existing OIDContext associated with this Factory object.
getOperationResultCode() - Method in class oracle.ldap.ospf.LdapOperation
Gets the LDAP Operation result code from the LdapOperation object.
getOperationType() - Method in class oracle.ldap.ospf.LdapOperation
For Internal Use Only - Private Method Retrieve the LDAP Operation Code from the LdapOperation object
getOptionalAttributes(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Gets the list of Optional Attributes.
getOptionalAttributes(LdapContext) - Method in class oracle.idm.provisioning.configuration.ApplicationType
Get all the mandatory attributes of the Application
getOptionalAttributes() - Method in class oracle.ldap.util.LDAPObjectClass
Returns the optional attributes of this objectclass in a String[]
getOracleContext(DirContext) - Static method in class oracle.ldap.util.OracleContext
Returns a String[] of DNs of all the Oracle Contexts in the directory.
getOracleContext(DirContext, String) - Static method in class oracle.ldap.util.OracleContext
Returns a String[] of DNs of all the Oracle Contexts in the directory under the specified base DN.
getOwnership(DirContext, User, String[], boolean) - Static method in class oracle.ldap.util.Util
Returns a PropertySetCollection of DNs where the user is an owner.
getOwnership(DirContext, String, String[], boolean) - Static method in class oracle.ldap.util.Util
Returns a PropertySetCollection of DNs where the input DN is an owner.
getOwnership(DirContext, String, String, String[], boolean) - Static method in class oracle.ldap.util.Util
 
getParameterFromFile(String, String) - Static method in class oracle.ldap.util.Util
Returns the value of the parameter from file.
getParentDN() - Method in class oracle.ldap.util.DistinguishedName
Returns the parent of this distinguished name.
getParentDN(String) - Static method in class oracle.ldap.util.Util
Returns the parent DN of the given DN For example, if dn is "dc=acme,dc=com", getParentDN returns "dc=com".
getPasswordHint() - Method in interface oracle.idm.user.IdmUser
Get password hint for the user
getPasswordHint() - Method in class oracle.idm.user.JndiUser
 
getPasswordHintAnswer() - Method in interface oracle.idm.user.IdmUser
Get password hint answer for the user
getPasswordHintAnswer() - Method in class oracle.idm.user.JndiUser
 
getPasswordPolicy(LdapContext, Subscriber, String) - Static method in class oracle.ldap.util.PasswordPolicy
 
getPasswordPolicy(DirContext, Subscriber) - Static method in class oracle.ldap.util.PasswordPolicy
 
getPasswordPolicy(LdapContext, String) - Static method in class oracle.ldap.util.PasswordPolicy
Returns PasswordPolicy based on the password policy enforced on the specified DN.
getPasswordPolicyErrorCode() - Method in exception oracle.ldap.util.UtilException
Returns the password policy error code from the exception if it is available
getPluginFlexfield() - Method in class oracle.ldap.ospf.PluginDetail
Gets the PluginFlexfield object from the PluginDetail
getPluginInstance(LdapContext, String) - Method in class oracle.idm.provisioning.configuration.Application
Returns the Plugin instance identified by the given name
getPluginInstance(LdapContext, String, String) - Method in class oracle.idm.provisioning.configuration.ApplicationType
 
getPluginReturnObject() - Method in class oracle.idm.provisioning.plugin.PluginStatus
Get the plugin return data
getPolicy() - Method in class oracle.idm.provisioning.configuration.Application
Return default provisioning policy for this application.
getPortNumber() - Method in class oracle.ldap.ospf.Server
Gets the port number from the Server object
getPrefix(int) - Method in class oracle.ldap.util.DistinguishedName
Creates a name whose components consist of a prefix of the components of this name.
getPrintStream() - Method in class oracle.ldap.util.OracleContext
 
getProfileID() - Method in class oracle.idm.provisioning.event.Event
Return the Profile ID.
getProfileVersion() - Static method in class oracle.ldap.util.provisioning.ProvisioningProfile
 
getProperties(String[]) - Method in interface oracle.idm.user.IdmUser
Gets the user attributes and their respective values as user properties.
getProperties(String[]) - Method in class oracle.idm.user.JndiUser
 
getProperties(DirContext, String[]) - Method in class oracle.ldap.util.Group
Returns the attributes specified from this group.
getProperties(DirContext, String[], boolean) - Method in class oracle.ldap.util.LDAPEntry
Retrieves selected attributes associated with this entry.
getProperties(int) - Method in class oracle.ldap.util.PasswordPolicy
 
getProperties(DirContext, String[]) - Method in class oracle.ldap.util.Subscriber
Retrieves selected attributes associated with this subscriber
getProperties(DirContext, int, String[]) - Method in class oracle.ldap.util.Subscriber
Retrieves selected attributes associated with this subscriber
getProperties(DirContext, String[]) - Method in class oracle.ldap.util.User
Returns the attributes specified from this user.
getProperties(DirContext, String[], boolean) - Method in class oracle.ldap.util.User
Returns the attributes specified from this user.
getProperty(String) - Method in interface oracle.idm.user.IdmUser
Gets the user attribute and its associated values as an user property
getProperty(String) - Method in class oracle.idm.user.JndiUser
 
getProperty(String) - Method in class oracle.idm.user.OIDContext
Get value of specified property
getProperty(String) - Method in class oracle.ldap.util.discovery.CfgflProp
 
getProperty(String) - Method in class oracle.ldap.util.discovery.DiscoveryHelper
Get the property value.
getProperty(int) - Method in class oracle.ldap.util.PropertySet
Returns the i-th property of this property set - the i-th attribute of this search entry.
getProperty(String) - Method in class oracle.ldap.util.PropertySet
Returns the property identified by the attrID - the attrID is the attribute name
getPropertySet(int) - Method in class oracle.ldap.util.PropertySetCollection
Returns the i-th property set of this property set collection - the i-th search entry of this search result.
getPropertySet(String) - Method in class oracle.ldap.util.PropertySetCollection
Returns the property set identified by dn - the search entry with the given DN
getPropertyValues(String) - Method in class oracle.ldap.util.PropertySetCollection
getPropertyValues This function provides a short cut for caller to retrieve string values of a specific property from the PropertySetCollection.
getProvisioningConfiguration() - Method in class oracle.idm.user.JndiUser
 
getProvisioningConfiguration() - Method in interface oracle.idm.user.UserFactory
Get the provisioining configuration object from this user factory Configuration object contains various Provisioning related meta-data.
getProvisioningStatus(ApplicationContext) - Method in interface oracle.idm.user.IdmUser
Deprecated. will be removed in the next label
getProvisioningStatus(Application) - Method in interface oracle.idm.user.IdmUser
Get the Provisioning Status of this user for the given applciation.
getProvisioningStatus(ApplicationContext) - Method in class oracle.idm.user.JndiUser
Deprecated. to be removed in the next label
getProvisioningStatus(Application) - Method in class oracle.idm.user.JndiUser
 
getProvisioningStatusDispValue(String, Locale) - Static method in class oracle.idm.provisioning.util.ProvUtil
 
getProvStatus() - Method in class oracle.idm.provisioning.plugin.PluginStatus
Get the prov status
getProvStatusAttr() - Method in class oracle.idm.provisioning.configuration.Application
 
getProvStatusAttrName(boolean) - Method in class oracle.idm.provisioning.configuration.Application
Return the provisioning Status Attribute of the application to the caller
getProvStatusAttrName(Application) - Static method in class oracle.idm.provisioning.util.ProvUtil
Return the provisioning Status Attribute of the application to the caller
getProvStatusDescAttrName(Application) - Static method in class oracle.idm.provisioning.util.ProvUtil
Return the provisioning Status Attribute of the application to the caller
getProxyRequesterDN() - Method in class oracle.ldap.ospf.BindLdapOperation
Returns the proxy requester DN.
getPwdVerifierAttributeName(DirContext, int) - Method in class oracle.ldap.util.Subscriber
Returns the attribute name to be used during user authentication using the specified password verifier.
getPwdVerifierAttributeName(DirContext, String) - Method in class oracle.ldap.util.Subscriber
Returns the attribute name to be used during user authentication using the specified password verifier.
getRDN() - Method in class oracle.ldap.util.DistinguishedName
Returns the RDN portion of this distinguished name.
getRDN(String) - Static method in class oracle.ldap.util.Util
Returns the RDN portion of the DN.
getReadCount() - Method in class oracle.ldap.util.LDIFReader
Returns the number of bytes read from the LDIF file.
getRealmDN() - Method in class oracle.idm.provisioning.configuration.Configuration
Gets the Realm DN
getRealmName() - Method in class oracle.idm.provisioning.configuration.Configuration
Gets the Realm Name.
getRealVals() - Method in class oracle.idm.provisioning.configuration.AttrLOV
This methods returns array of all real values.
getRequiredAttributes() - Method in class oracle.ldap.ospf.SearchLdapOperation
Gets a copy of the required attributes from the SearchLdapOperation object.
getResource(String) - Method in class oracle.ldap.util.JARClassLoader
This method willl always return null as the implementation is undefined.
getResource(String) - Method in class oracle.ldap.util.JARReader
Retrieve the JAR resource identified by the given name
getResourceAsStream(String) - Method in class oracle.ldap.util.JARClassLoader
Get the resource with the given name as an InputStream
getScheduleInterval() - Method in class oracle.idm.provisioning.configuration.Application
Gets the Scheduling interval
getSearchFilter() - Method in class oracle.ldap.ospf.SearchLdapOperation
Gets the search filter from the SearchLdapOperation object
getSearchScope() - Method in class oracle.ldap.ospf.SearchLdapOperation
Gets the search scope from the SearchLdapOperation object
getSecuredFlexfield(String) - Method in class oracle.ldap.ospf.PluginFlexfield
Gets the orclPluginSecuredFlexfield Value from the PluginFlexfield object.
getServer() - Method in class oracle.ldap.ospf.PluginDetail
Gets the Server object from the PluginDetail
getServerControls() - Method in class oracle.ldap.ospf.LdapOperation
Gets the server controls from the LdapOperation object.
getServiceInstance(DirContext) - Method in class oracle.ldap.util.ServiceReference
Returns the Service object corresponding to this ServiceReference
getServiceRecipient(DirContext, String) - Method in class oracle.ldap.util.ServiceReference
Returns the specified ServiceRecipient object using its name recipient name
getSize() - Method in class oracle.idm.provisioning.configuration.AttrLOV
Returns LOV size.
getSize() - Method in class oracle.ldap.util.WorkQueue
Returns the number of objects in the Q.
getSortedDisplayRealPairs(Locale) - Method in class oracle.idm.provisioning.configuration.AttrLOV
This methods returns List of all Display-real value pairs present in this object.
getSource() - Method in class oracle.idm.provisioning.event.Event
Return the event source.
getSSLDirCtx(String, String, String, String) - Static method in class oracle.ldap.util.jndi.ConnectionUtil
Returns an InitialLdapContext using the connect information provided.
getSSLDirCtx(String, String, String, String, String) - Static method in class oracle.ldap.util.jndi.ConnectionUtil
Returns an InitialLdapContext using the connect information provided - including the SSLSocketFactory implementation.
getSSLDirCtx(DiscoveryHelper, String, String) - Static method in class oracle.ldap.util.jndi.ConnectionUtil
Returns a InitialLdapContext using the connect information calling discover() method of DiscoveryHelper class.
getSSLLdapContextFromServerPlugin() - Method in class oracle.ldap.ospf.Server
Connects the plug-in back to the Oracle directory server using an SSL port.
getSSLLdapContextFromServerPlugin(String) - Method in class oracle.ldap.ospf.Server
Connects the plug-in back to the Oracle directory server using an SSL port.
getSSODBInfo(DirContext, String[]) - Static method in class oracle.ldap.util.OUILdap
Query #6.
getSSODBInfo(DirContext) - Static method in class oracle.ldap.util.Util
 
getStatus() - Method in class oracle.idm.provisioning.event.Event
Returns the status
getStatus() - Method in class oracle.idm.provisioning.event.EventStatus
Return the Event status.
getStatus(int) - Method in class oracle.ldap.util.ChangePwdObserver
 
getStatusMsg() - Method in class oracle.idm.provisioning.event.EventStatus
Return the Event status message.
getStringValueArray() - Method in class oracle.ldap.util.LDIFAttribute
Returns the values of the attribute as an array of Strings
getStringValues() - Method in class oracle.ldap.util.LDIFAttribute
Returns an enumerator for the string values of an attribute.
getSubscriber(LdapContext) - Method in class oracle.idm.provisioning.configuration.Configuration
Gets the Subscriber object.
getSubscriber(DirContext, int, String, String[]) - Method in class oracle.ldap.util.RootOracleContext
Returns the Subscriber with the specified information.
getSubscriberDn(DirContext, String, int, Logger) - Static method in class oracle.ldap.util.Util
Deprecated. Use Subscriber.getDN(ctx)
getSubscriberDn(DirContext, String, int) - Static method in class oracle.ldap.util.Util
 
getSubstitutionVector(DirContext) - Method in class oracle.ldap.util.OracleContext
Returns the substitution vector needed to create the oracle context The following variables are needed: %s_CurrentUserDN% %s_OracleContextParentDN% %s_OracleContextDN%
getSubtypes(String) - Static method in class oracle.ldap.util.LDIFAttribute
Extracts the subtypes from the specified attribute name.
getSubtypes() - Method in class oracle.ldap.util.LDIFAttribute
Extracts the subtypes from the attribute name of this object.
getSuffix(int) - Method in class oracle.ldap.util.DistinguishedName
Creates a name whose components consist of a suffix of the components in this name.
getSuperClass() - Method in class oracle.ldap.util.LDAPObjectClass
Returns the super class(es) of this objectclass in a String[]
getTime() - Method in class oracle.idm.provisioning.event.Event
Return the event time.
getType() - Method in class oracle.idm.provisioning.configuration.Application
Return application type.
getType() - Method in class oracle.idm.provisioning.configuration.ApplicationType
Get Application Type
getType() - Method in class oracle.idm.provisioning.event.Event
Return the event type.
getType() - Method in class oracle.ldap.util.LDAPObjectClass
Returns the type of this objectclass.
getUIType() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the UI type
getUniquePropertyValue(String) - Method in class oracle.ldap.util.PropertySetCollection
Provides a short cut for caller to retrieve value of a specific property from the PropertySetCollection.
getUser(String) - Method in interface oracle.idm.user.UserFactory
Locates the user with given GUID.
getUser(String, int) - Method in interface oracle.idm.user.UserFactory
Locates user with given any idtype .
getUser(DirContext, int, String, String, String[], boolean) - Method in class oracle.ldap.util.Subscriber
 
getUser(DirContext, int, String, String[]) - Method in class oracle.ldap.util.Subscriber
Returns a User object with the specified information.
getUser(DirContext, int, String, String, String[]) - Method in class oracle.ldap.util.Subscriber
Returns a User object with the specified information.
getUserApplications(String) - Method in interface oracle.idm.user.IdmUser
Get the application associated with the user for a given provisioning status.
getUserApplications(String) - Method in class oracle.idm.user.JndiUser
 
getUserByDN(String) - Method in interface oracle.idm.user.UserFactory
Locate user with given DN.
getUserDataLocation() - Method in class oracle.idm.provisioning.configuration.Application
Return location where the Application user data is stored.
getUserDn(DirContext, String, int, String) - Static method in class oracle.ldap.util.Util
Returns the DN of the given user.
getUserFactoryControl() - Method in interface oracle.idm.user.UserFactory
Get the User factory Control.
getUserPassword() - Method in class oracle.ldap.util.ChangePwdObserver
 
getUserProvisioningStatus(LdapContext, int, String, Configuration) - Static method in class oracle.idm.provisioning.util.ProvUtil
API to get the provisioning Status of all the applications that user is subscribed to.
getUserProvisioningStatus(LdapContext, int, String, String, String) - Static method in class oracle.idm.provisioning.util.ProvUtil
API to get the provisioning Status of a user given its identification
getUsers(DirContext, int, String, String, String[]) - Method in class oracle.ldap.util.Subscriber
Returns an array of User objects with the specified information.
getUsers(DirContext, int, String, String, String[], SearchControls) - Method in class oracle.ldap.util.Subscriber
Returns an array of User objects with the specified information.
getUserSearchableAttributes(LdapContext, Locale) - Method in class oracle.idm.provisioning.configuration.Configuration
 
getUserSearchBase() - Method in class oracle.ldap.util.Subscriber
Return the subscriber search base
getValsAsObject() - Method in class oracle.ldap.util.LDIFAttribute
Returns the attributes as enumeration.
getValue() - Method in class oracle.ldap.util.LDIFAttribute
Retruns the value of a single value attribute.
getValue(int) - Method in class oracle.ldap.util.Property
Returns the i-th value of this property - the i-th attribute value.
getValueLen() - Method in class oracle.idm.provisioning.event.PlsqlAttrVal
 
getValues() - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
getValues() - Method in class oracle.idm.provisioning.event.PlsqlAttr
 
getVersion() - Method in class oracle.ldap.util.LDIFReader
Return the version attribute specified in the LDIF file.
getVersion(DirContext) - Method in class oracle.ldap.util.OracleContext
/** Returns the version of this Oracle Context
getVersion(DirContext, String) - Method in class oracle.ldap.util.OracleContext
getVersion
getVersion(DirContext) - Method in class oracle.ldap.util.Subscriber
Returns the verion of this Subscriber
getVersionFor(DirContext, String) - Method in class oracle.ldap.util.OracleSchema
Gets schema version for a particular product
getVersions() - Method in class oracle.ldap.util.OracleSchema
 
GraceLoginException - Exception in oracle.ldap.util
This exception is thrown during user authentication if grace login is enabled and the user password has expired.
GraceLoginException() - Constructor for exception oracle.ldap.util.GraceLoginException
 
GraceLoginException(String) - Constructor for exception oracle.ldap.util.GraceLoginException
 
GraceLoginException(String, Exception) - Constructor for exception oracle.ldap.util.GraceLoginException
 
Group - Class in oracle.ldap.util
This class represents a Group object in the directory.
Group(int, String) - Constructor for class oracle.ldap.util.Group
Constructs a Group using a group ID along with its type
Group(DirContext, String) - Constructor for class oracle.ldap.util.Group
 
Group(DirContext, String, PropertySet) - Constructor for class oracle.ldap.util.Group
 
Group(DirContext, String, String, PropertySet) - Constructor for class oracle.ldap.util.Group
 
grpErrHandler(NamingException, UtilException) - Static method in class oracle.ldap.util.Util
 
GSL_ACCOUNTLOCKED_EXCP - Static variable in class oracle.ldap.ospf.CompareLdapOperation
Account is Locked result code
GSL_ACCOUNTLOCKED_EXCP - Static variable in class oracle.ldap.ospf.SearchLdapOperation
Account is Locked result code
GSL_ACCTDISABLED_EXCP - Static variable in class oracle.ldap.ospf.CompareLdapOperation
Account has been disabled result code
GSL_ACCTDISABLED_EXCP - Static variable in class oracle.ldap.ospf.SearchLdapOperation
Account has been disabled result code
GSL_EXPIREWARNING_EXCP - Static variable in class oracle.ldap.ospf.CompareLdapOperation
Password will expire result code
GSL_GRACELOGIN_EXCP - Static variable in class oracle.ldap.ospf.CompareLdapOperation
Password expired; "pwdgraceloginlimit" grace logins left result code
GSL_PWDEXPIRED_EXCP - Static variable in class oracle.ldap.ospf.CompareLdapOperation
Password Expired result code
GSL_PWDEXPIRED_EXCP - Static variable in class oracle.ldap.ospf.SearchLdapOperation
Password Expired result code
GUI - Static variable in interface oracle.idm.user.IdmUser
This property value specifies that calling program has graphic user interface
Guid - Class in oracle.ldap.util
 
Guid() - Constructor for class oracle.ldap.util.Guid
Creates a Guid object
Guid(String) - Constructor for class oracle.ldap.util.Guid
Construct a Guid from its string representation
Guid(byte[]) - Constructor for class oracle.ldap.util.Guid
Construct a Guid from a byte array
GUID_BYTE_SIZE - Static variable in class oracle.ldap.util.Guid
number of bytes in a GUID
GUID_BYTE_SIZE - Static variable in class oracle.ldap.util.NativeGuid
number of bytes required for GUID
GUID_STRING_SIZE - Static variable in class oracle.ldap.util.Guid
length of GUID string representation
GUID_STRING_SIZE - Static variable in class oracle.ldap.util.NativeGuid
number of bytes required for the string representation of GUID
GUID_STRING_SIZE_NEW - Static variable in class oracle.ldap.util.Guid
length of GUID compact string reprentation
GUID_STRING_SIZE_NEW - Static variable in class oracle.ldap.util.NativeGuid
orig string size

H

handleSpecialChars(String) - Static method in class oracle.ldap.util.Util
handleSpecialChars for the string value after '=' of a filter If the string value should contain one of the characters of this set { '*', ')', '(', '\', NULL}, this operation adds an escape '\' character (ASCII 0x5c) followed by the two hexadecimal digits representing the ASCII value of the encoded character.
handleSpecialFilterChars(String) - Static method in class oracle.ldap.util.Util
 
hashCode() - Method in class oracle.ldap.util.Guid
return the hashcode of this object for hashing purposes
hashCode() - Method in class oracle.ldap.util.NativeGuid
return the hashcode of this object for hashing purposes
hashCode() - Method in class oracle.ldap.util.OrclGuid
Returns the hashcode of this object for hashing purposes
hasLDAPErrorCode - Variable in exception oracle.ldap.util.UtilException
 
hasLDAPErrorCode() - Method in exception oracle.ldap.util.UtilException
Returns true if the error string contains an LDAP error code.
hasMore() - Method in interface oracle.idm.provisioning.plugin.IEventsToOID
Application can let the DIP engine know whether there are more event to follow through this method
hasPasswordPolicyError - Variable in exception oracle.ldap.util.UtilException
 
hasPasswordPolicyError() - Method in exception oracle.ldap.util.UtilException
Returns true if the LDAP error code indictates a password policy error.
hasSubtype(String) - Method in class oracle.ldap.util.LDIFAttribute
Reports whether the attribute name contains the specified subtype.
hasSubtypes(String[]) - Method in class oracle.ldap.util.LDIFAttribute
Reports if the attribute name contains all specified subtypes.
HOSTINFO - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This property specifies the host:port information required for OID discovery

I

IApplnAdminPlugin - Interface in oracle.idm.provisioning.plugin
 
IDataAccessPlugin - Interface in oracle.idm.provisioning.plugin
This is a Data Access plugin that is invoked from the DAS.
IDataEntryPlugin - Interface in oracle.idm.provisioning.plugin
This is a Data Entry plugin that is invoked from the DAS.
IDefaultsMgmtPlugin - Interface in oracle.idm.provisioning.plugin
Applications that would like to maintain default values for its user attributes must implement this interface.
IdmException - Exception in oracle.idm.user
 
IdmException(NamingException) - Constructor for exception oracle.idm.user.IdmException
 
IdmException(String) - Constructor for exception oracle.idm.user.IdmException
 
IdmException(Exception) - Constructor for exception oracle.idm.user.IdmException
 
IdmUser - Interface in oracle.idm.user
This interface represents an identity management user in OID.
IDTYPE_DEFAULT - Static variable in class oracle.ldap.util.Util
Use default value
IDTYPE_DN - Static variable in class oracle.ldap.util.Util
The id type used is a DN
IDTYPE_FILTER - Static variable in class oracle.ldap.util.Util
The id type used is a filter
IDTYPE_GUID - Static variable in class oracle.ldap.util.Util
The id type used is a GUID
IDTYPE_KERB_PRINCIPAL - Static variable in class oracle.ldap.util.Util
The id type used is a Kerberos Principal
IDTYPE_SIMPLE - Static variable in class oracle.ldap.util.Util
The id type used is a simple id
IDTYPE_WINDOWS - Static variable in class oracle.ldap.util.Util
The id type used is a Windows user id
IEventPlugin - Interface in oracle.idm.provisioning.plugin
This is the base interface which the other interfaces liike IEventPolicy IEventAction IEventGen IEventMod
IEventsFromOID - Interface in oracle.idm.provisioning.plugin
Applications interested in receiving changes from OID should implement this interface.
IEventsToOID - Interface in oracle.idm.provisioning.plugin
Applications interested in sending changes to OID should implement this interface.
IllegalValueException - Exception in oracle.ldap.util
This exception is thrown during user password modification through User.setProperties() method if the value of the password to be replaced is invalid based upon the existing password policy on the user.
IllegalValueException() - Constructor for exception oracle.ldap.util.IllegalValueException
 
IllegalValueException(String) - Constructor for exception oracle.ldap.util.IllegalValueException
 
IllegalValueException(String, Exception) - Constructor for exception oracle.ldap.util.IllegalValueException
 
IN_PROGRESS - Static variable in class oracle.idm.provisioning.event.EventStatus
 
inEntryId - Variable in class oracle.ldap.util.LDAPEntry
 
INFO - Static variable in class oracle.ldap.util.Logger
Informational Message
init(SSLSocket) - Method in class oracle.ldap.util.jndi.LDAPJSSESocketFactoryImpl
 
init(SSLSocket) - Method in class oracle.ldap.util.jndi.LDAPSocketFactory
 
init(SSLSocket) - Method in class oracle.ldap.util.jndi.LDAPTLSSocketFactoryImpl
 
InitDIPConfig - Class in oracle.ldap.util
 
InitDIPConfig() - Constructor for class oracle.ldap.util.InitDIPConfig
 
INITIAL_LDAP_CONTEXT - Static variable in class oracle.idm.user.OIDContext
This property specifies the InitialLdapContext object.
initialize(Object) - Method in interface oracle.idm.provisioning.plugin.IEventPlugin
The applications can perform the initialization logic in this method.
initialize(Object) - Method in interface oracle.idm.provisioning.plugin.IEventsFromOID
Initialize.
initialize(Object) - Method in interface oracle.idm.provisioning.plugin.IEventsToOID
Initialize.
initialize(Object) - Method in interface oracle.idm.provisioning.plugin.IPreEventFromOID
The applications can perform the initialization logic in this method.
insertModificationItemAt(int, Attribute, int) - Method in class oracle.ldap.ospf.LdapModification
Inserts a ModificationItem in the LdapModification with the LdapModification operation code at the specified position in the collection.
INTERACTIVE_MODE - Static variable in class oracle.idm.provisioning.plugin.ApplicationContext
Constant - Call Mode - interactive
INTERFACE_ADDITIONAL_INFO - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name INTERFACE_ADDITIONAL_INFO - Interface Additional Information
INTERFACE_CONNECT_INFO - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name INTERFACE_CONNECT_INFO - Interface Connect Information
INTERFACE_NAME - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name INTERFACE_NAME - Interface Name
INTERFACE_TYPE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name INTERFACE_TYPE - Interface Type
INTERFACE_VERSION - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name INTERFACE_VERSION - Interface Version
INTERFACE_VERSION - Static variable in class oracle.ldap.util.Util
The Interface version number
INVALID_DN_ERROR - Static variable in class oracle.ldap.util.OUILdap
Error Code - VALIDATE_DN_QUERY only.
INVALID_QUERY_NUMBER - Static variable in class oracle.ldap.util.OUILdap
Error Code - the query number is invalid
InvalidLDIFRecordException - Exception in oracle.ldap.util
An Object of this class will be thrown when error occurs during LDIF record parsing
InvalidLDIFRecordException() - Constructor for exception oracle.ldap.util.InvalidLDIFRecordException
Constructs a InvalidLDIFRecordException with no detail message.
InvalidLDIFRecordException(int, String) - Constructor for exception oracle.ldap.util.InvalidLDIFRecordException
Constructs a InvalidLDIFRecordException with the specified detail message.
InvalidParameterException - Exception in oracle.ldap.util
An Object of this class will be thrown when an error occurs during input parameter parsing
InvalidParameterException() - Constructor for exception oracle.ldap.util.InvalidParameterException
Constructs a InvalidParameterException with no detail message.
InvalidParameterException(String) - Constructor for exception oracle.ldap.util.InvalidParameterException
Constructs a InvalidParameterException with the specified detail message.
InvalidRootOrclctxException - Exception in oracle.ldap.util
This exception will be thrown when an invalid root oracle context is encountered.
InvalidRootOrclctxException() - Constructor for exception oracle.ldap.util.InvalidRootOrclctxException
Constructs a InvalidRootOrclctxException with no detail message.
InvalidRootOrclctxException(String) - Constructor for exception oracle.ldap.util.InvalidRootOrclctxException
Constructs a InvalidRootOrclctxException with the specified detail message.
InvalidRootOrclctxException(String, Exception) - Constructor for exception oracle.ldap.util.InvalidRootOrclctxException
 
InvalidSubscriberOrclctxException - Exception in oracle.ldap.util
This exception will be thrown when an invalid oracle context within the subscriber is encountered.
InvalidSubscriberOrclctxException() - Constructor for exception oracle.ldap.util.InvalidSubscriberOrclctxException
Constructs a InvalidSubscriberOrclctxException with no detail message.
InvalidSubscriberOrclctxException(String) - Constructor for exception oracle.ldap.util.InvalidSubscriberOrclctxException
Constructs a InvalidSubscriberOrclctxException with the specified detail message.
IPreEventFromOID - Interface in oracle.idm.provisioning.plugin
Applications interested in receiving changes from OID but would like to customize the event being delivered could do by implementing this plugin.
IS_MEMBER_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
IS_NOT_MEMBER_ERROR - Static variable in class oracle.ldap.util.OUILdap
Error Code - IS_MEMBER_QUERY only.
IS_NOT_SUPERUSER - Static variable in class oracle.ldap.util.OUILdap
Error Code - IS_SUPERUSER_QUERY only.
IS_SUPERUSER_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
isAdminModifiable() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Check is it Admin modifiable
isAppAllowed(Application) - Method in class oracle.idm.user.UserFactoryControl
Returns true if the application foot print creation is allowed.
isAppUserCreateEnabled() - Method in class oracle.idm.user.UserFactoryControl
Whether or not the app user should be created ?
isAppUserDeleteEnabled() - Method in class oracle.idm.user.UserFactoryControl
Whether or not the app user should be deleted ?
isAppUserModifyEnabled() - Method in class oracle.idm.user.UserFactoryControl
Whether or not the app user should be modified ?
isBaseUserCreateEnabled() - Method in class oracle.idm.user.UserFactoryControl
Whether or not the base user should be created ?
isBaseUserDeleteEnabled() - Method in class oracle.idm.user.UserFactoryControl
Whether or not the base user should be deleted ?
isBaseUserModifyEnabled() - Method in class oracle.idm.user.UserFactoryControl
Whether or not the base user should be modified ?
isBinary() - Method in class oracle.ldap.util.LDIFAttribute
Returns whether the attribute is a Binary attribute or not.
isCreateField() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Check is it a Create field
isCritical() - Method in class oracle.ldap.util.ConnectBySqlControl
 
isCritical() - Method in class oracle.ldap.util.PasswordPolicyControl
 
isDASMandatoryAttrChkEnabled() - Method in class oracle.idm.user.UserFactoryControl
Set whether or not to perform the DAS mandatory attribute check
isDebugEnabled() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
returns whether or not debug is enabled?
isDefault() - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
isDirectUniqueMember(DirContext, String) - Method in class oracle.ldap.util.Group
 
isDispByDef() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Check is it Display By Default field
isDisplayOnly() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Check is it a Display Only field
isEditField() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Check is it a Edit field
isEmpty() - Method in class oracle.ldap.util.DistinguishedName
Determines whether this name is empty.
isEmpty() - Method in class oracle.ldap.util.ModPropertySet
Returns true if the property set does not contain any properties; false otherwise
isEmpty() - Method in class oracle.ldap.util.PropertySet
Returns true if the property set does not contain any properties; false otherwise
isEmpty() - Method in class oracle.ldap.util.PropertySetCollection
Returns true if the property set collection does not contain any property set; false otherwise
isEmpty() - Method in class oracle.ldap.util.WorkQueue
This method returns true if the priority Q is empty
isEnabled() - Method in class oracle.idm.provisioning.configuration.Application
Check if the application is enabled or not
isFull() - Method in class oracle.ldap.util.WorkQueue
This method returns true if the priority Q has an upper limit set and it is full.
isMandatory() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Check whether it is Mandatory
isMember(DirContext, User, boolean) - Method in class oracle.ldap.util.Group
Checks if a particular user is a member of this group.
isMember(DirContext, String, boolean) - Method in class oracle.ldap.util.Group
Check if a particular user is a member of this group
isMultipleDefaultSetsSupported(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Whether multiple Application Defaults are supported by the app
isMultipleDefaultSetsSupported(ApplicationContext) - Method in interface oracle.idm.provisioning.plugin.IDefaultsMgmtPlugin
 
isMultipleDefaultSetsSupported(ApplicationContext) - Method in class oracle.idm.provisioning.util.DefMgmtPluginAdapter
 
isNamingException - Variable in exception oracle.ldap.util.UtilException
 
isNamingException() - Method in exception oracle.ldap.util.UtilException
Determines if the exception stored is a NamingException.
isNestedOwner(DirContext, String) - Method in class oracle.ldap.util.Group
 
isOwner(DirContext, String, boolean) - Method in class oracle.ldap.util.Group
 
isPrintable() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Is the attribute value printable or hidden
isProvisioned() - Method in class oracle.ldap.util.User
 
isProxySwitch() - Method in class oracle.ldap.ospf.BindLdapOperation
Indicates whether this plug-in is being invoked during a proxy switch, that is, during an InitialLdapContext.reconnect()
isSelfModifiable() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Check is it Self Modifiable
isSizeLimitExceeded() - Method in class oracle.ldap.util.PropertySetCollection
Returns true if sizelimit is exceeded for during the query from which this PropertySetCollection is generated
isSortable() - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
isStateLocked(String) - Static method in class oracle.idm.provisioning.util.ProvUtil
 
isUIField() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Check is it a UI field
isUniquemember(DirContext, String) - Method in class oracle.ldap.util.LDAPGroup
Determines if the given DN is a uniquemember of this group
isUpToDate(DirContext) - Method in class oracle.ldap.util.OracleContext
Returns true if this Oracle Context is up to date with the current client version.
isUpToDate(DirContext, String, String) - Method in class oracle.ldap.util.OracleContext
Checks whether context entries are uptodate
isUpToDate(DirContext) - Method in class oracle.ldap.util.OracleSchema
Checks whether a schema is uptodate
isUpToDate(DirContext, String, String) - Method in class oracle.ldap.util.OracleSchema
Checks whether a decoupled schema is uptodate
isUpToDate(DirContext, PrintStream) - Method in class oracle.ldap.util.Subscriber
 
isUserApplicationAdmin(LdapContext, IdmUser) - Method in class oracle.idm.provisioning.configuration.Application
Determiines whether the IDMuser object given is an admin user in a given Directory context
isUserApplicationAdmin(ApplicationContext, IdmUser) - Method in interface oracle.idm.provisioning.plugin.IApplnAdminPlugin
Applications which maintain information about whether the user is an admin or not and managed using DAS, need to implement this plugin.
isUserApplicationAdmin(ApplicationContext, IdmUser) - Method in class oracle.idm.provisioning.util.ApplnAdminPluginAdapter
 
isUserNotProvisioned(String) - Static method in class oracle.idm.provisioning.util.ProvUtil
 
isUserProvisioned(String) - Static method in class oracle.idm.provisioning.util.ProvUtil
 
isViewable() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Check is it Viewable

J

JARClassLoader - Class in oracle.ldap.util
Custom class loader load the class from the jar file, which was stored in the directory as a byte array
JARClassLoader(byte[][], ClassLoader) - Constructor for class oracle.ldap.util.JARClassLoader
Creates a custom class loader that makes objects from array of jarContents
JARClassLoader(byte[], ClassLoader) - Constructor for class oracle.ldap.util.JARClassLoader
Creates a custom class loader that makes objects from the jarContents
JARClassLoader(byte[]) - Constructor for class oracle.ldap.util.JARClassLoader
Creates a custom class loader that makes objects from the jarContents
JARReader - Class in oracle.ldap.util
JAR Reader read all the resources in the JAR / ZIP file and can return them as Raw bytes.
JARReader(byte[]) - Constructor for class oracle.ldap.util.JARReader
Creates a JAR reader from the given bute array The byte array must be the JAR content
JARReader(ZipInputStream) - Constructor for class oracle.ldap.util.JARReader
Creates a JAR reader from the specified ZipInputStream
JndiUser - Class in oracle.idm.user
ImdUser Implementation using JNDI access method.
JndiUser(OIDContext, User) - Constructor for class oracle.idm.user.JndiUser
 
JndiUser(String, String) - Constructor for class oracle.idm.user.JndiUser
 

L

LASTCHANGENUMBER - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name EVENT_PERMITTED_OPERATIONS - OID Last Change Log number This is defaulted to the current last change number.
LDAP_ALREADY_EXISTS - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Already Exists result code
LDAP_ALREADY_EXISTS - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Already Exists result code
LDAP_ALREADY_EXISTS - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Already Exists result code
LDAP_COMPARE_FALSE - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP Compare False result code
LDAP_COMPARE_TRUE - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP Compare True result code
LDAP_CONSTRAINT_VIOLATION - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Constraint Violation result code
LDAP_CONSTRAINT_VIOLATION - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP Constraint Violation result code
LDAP_CONSTRAINT_VIOLATION - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP Constraint Violation result code
LDAP_CONSTRAINT_VIOLATION - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Constraint Violation result code
LDAP_CONSTRAINT_VIOLATION - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Constraint Violation result code
LDAP_CONSTRAINT_VIOLATION - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Constraint Violation result code
LDAP_DELETE_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
LDAP_DNS_ADDR_NOT_FOUND - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
LDAP_ENTRY_ADD - Static variable in class oracle.ldap.ospf.LdapOperation
Constant to add an Entry
LDAP_ENTRY_BIND - Static variable in class oracle.ldap.ospf.LdapOperation
Constant to bind to an Entry
LDAP_ENTRY_COMPARE - Static variable in class oracle.ldap.ospf.LdapOperation
Constant to compare an attribute value in an Entry
LDAP_ENTRY_DELETE - Static variable in class oracle.ldap.ospf.LdapOperation
Constant to delete an Entry
LDAP_ENTRY_MODDN - Static variable in class oracle.ldap.ospf.LdapOperation
Constant to modify a DN in an Entry
LDAP_ENTRY_MODIFY - Static variable in class oracle.ldap.ospf.LdapOperation
Constant to modify an Entry
LDAP_ENTRY_SEARCH - Static variable in class oracle.ldap.ospf.LdapOperation
Constant to search an Entry/Entries
LDAP_FILE_NOT_FOUND - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
LDAP_FILE_PARSE_ERROR - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
LDAP_FILTER_ERROR - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Filter Error result code
LDAP_HOST - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name HOST - Directory server name.
LDAP_INSUFFICIENT_ACCESS - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Insufficient Access result code
LDAP_INSUFFICIENT_ACCESS - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP Insufficient Access result code
LDAP_INSUFFICIENT_ACCESS - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP Insufficient Access result code
LDAP_INSUFFICIENT_ACCESS - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Insufficient Access result code
LDAP_INSUFFICIENT_ACCESS - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Insufficient Access result code
LDAP_INSUFFICIENT_ACCESS - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Insufficient Access result code
LDAP_INVALID_CREDENTIALS - Static variable in class oracle.ldap.ospf.BindLdapOperation
LDAP Invalid Credentials result code
LDAP_INVALID_CREDENTIALS - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP Invalid Credentials result code
LDAP_INVALID_DN_SYNTAX - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Invalid DN Syntax result code
LDAP_INVALID_DN_SYNTAX - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP Invalid DN Syntax result code
LDAP_INVALID_DN_SYNTAX - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP Invalid DN Syntax result code
LDAP_INVALID_DN_SYNTAX - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Invalid DN Syntax result code
LDAP_INVALID_DN_SYNTAX - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Invalid DN Syntax result code
LDAP_INVALID_SYNTAX - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Invalid Syntax result code
LDAP_INVALID_SYNTAX - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Invalid Syntax result code
LDAP_LOOKUP_ERROR - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
LDAP_LOOP_DETECT - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Loop Detect Error result code
LDAP_MOD_ADD - Static variable in class oracle.ldap.ospf.LdapModification
Attribute/Attribute value addition
LDAP_MOD_DELETE - Static variable in class oracle.ldap.ospf.LdapModification
Attribute/Attribute value deletion
LDAP_MOD_REPLACE - Static variable in class oracle.ldap.ospf.LdapModification
Attribute value replacement
LDAP_NO_INFO_OBTAINED - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
LDAP_NO_MEMORY - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP No Memory result code
LDAP_NO_MEMORY - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP No Memory result code
LDAP_NO_MEMORY - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP No Memory result code
LDAP_NO_MEMORY - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP No Memory result code
LDAP_NO_MEMORY - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP No Memory result code
LDAP_NO_MEMORY - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP No Memory result code
LDAP_NO_SUCH_ATTRIBUTE - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP No Such Attribute result code
LDAP_NO_SUCH_ATTRIBUTE - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP No Such Attribute result code
LDAP_NO_SUCH_ATTRIBUTE - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP No Such Attribute result code
LDAP_NO_SUCH_ATTRIBUTE - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP No Such Attribute result code
LDAP_NO_SUCH_ATTRIBUTE - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP No Such Attribute result code
LDAP_NO_SUCH_OBJECT - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP No Such Object result code
LDAP_NO_SUCH_OBJECT - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP No Such Object result code
LDAP_NO_SUCH_OBJECT - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP No Such Object result code
LDAP_NO_SUCH_OBJECT - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP No Such Object result code
LDAP_NO_SUCH_OBJECT - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP No Such Object result code
LDAP_NO_SUCH_OBJECT - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP No Such Object result code
LDAP_NOT_ALLOWED_ON_NONLEAF - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP Not Allowed on NonLeaf result code
LDAP_NOT_ALLOWED_ON_NONLEAF - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Not Allowed on NonLeaf result code
LDAP_NOT_ALLOWED_ON_RDN - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Not Allowed on RDN result code
LDAP_NOT_ALLOWED_ON_RDN - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Not Allowed on RDN result code
LDAP_OBJECT_CLASS_VIOLATION - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Object Class Violation result code
LDAP_OBJECT_CLASS_VIOLATION - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP Object Class Violation result code
LDAP_OBJECT_CLASS_VIOLATION - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Object Class Violation result code
LDAP_OBJECT_CLASS_VIOLATION - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Object Class Violation result code
LDAP_OBJECT_CLASS_VIOLATION - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Object Class Violation result code
LDAP_OPERATION_ERROR - Static variable in class oracle.ldap.util.OUILdap
Error Code - Error is encountered during one of the LDAP operations performed during the query.
LDAP_OPERATIONS_ERROR - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Operations Error result code
LDAP_OPERATIONS_ERROR - Static variable in class oracle.ldap.ospf.BindLdapOperation
LDAP Operations Error result code
LDAP_OPERATIONS_ERROR - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP Operations Error result code
LDAP_OPERATIONS_ERROR - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP Operations Error result code
LDAP_OPERATIONS_ERROR - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Operations Error result code
LDAP_OPERATIONS_ERROR - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Operations Error result code
LDAP_PARAM_ERROR - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
LDAP_PORT - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name PORT - Directory Server Port number
LDAP_PROTOCOL_ERROR - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Protocol Error result code
LDAP_REFERRAL - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Referral result code
LDAP_REFERRAL - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP Referral result code
LDAP_REFERRAL - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP Referral result code
LDAP_REFERRAL - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Referral result code
LDAP_REFERRAL - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Referral result code
LDAP_REFERRAL - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Referral result code
LDAP_SCOPE_BASE - Static variable in class oracle.ldap.ospf.SearchLdapOperation
Base Level search scope
LDAP_SCOPE_ONELEVEL - Static variable in class oracle.ldap.ospf.SearchLdapOperation
One Level search scope
LDAP_SCOPE_SUBTREE - Static variable in class oracle.ldap.ospf.SearchLdapOperation
Subtree Level search scope
LDAP_SIZELIMIT_EXCEEDED - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Sizelimit Exceeded result code
LDAP_SUCCESS - Static variable in class oracle.ldap.ospf.LdapOperation
LDAP Success
LDAP_SUCCESS - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
LDAP_TIMELIMIT_EXCEEDED - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Timelimit Exceeded result code
LDAP_TYPE_OR_VALUE_EXISTS - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Type or Value Exists result code
LDAP_TYPE_OR_VALUE_EXISTS - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP Type or Value Exists result code
LDAP_TYPE_OR_VALUE_EXISTS - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Type or Value Exists result code
LDAP_UNAVAILABLE_CRITICALEXTENSION - Static variable in class oracle.ldap.ospf.BindLdapOperation
LDAP Unavailable CriticalExtension result code
LDAP_UNAVAILABLE_CRITICALEXTENSION - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Unavailable CriticalExtension result code
LDAP_UNDEFINED_TYPE - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Undefined Type result code
LDAP_UNDEFINED_TYPE - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP Undefined Type result code
LDAP_UNDEFINED_TYPE - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP Undefined Type result code
LDAP_UNWILLING_TO_PERFORM - Static variable in class oracle.ldap.ospf.AddLdapOperation
LDAP Unwilling To Perform result code
LDAP_UNWILLING_TO_PERFORM - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP Unwilling To Perform result code
LDAP_USER_CANCELLED - Static variable in class oracle.ldap.ospf.CompareLdapOperation
LDAP User Cancelled result code
LDAP_USER_CANCELLED - Static variable in class oracle.ldap.ospf.DeleteLdapOperation
LDAP User Cancelled result code
LDAP_USER_CANCELLED - Static variable in class oracle.ldap.ospf.ModdnLdapOperation
LDAP User Cancelled result code
LDAP_USER_CANCELLED - Static variable in class oracle.ldap.ospf.ModifyLdapOperation
LDAP User Cancelled result code
LDAP_USER_CANCELLED - Static variable in class oracle.ldap.ospf.SearchLdapOperation
LDAP User Cancelled result code
LDAP_USER_DN - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name LDAP_USER_DN - Directory Server Bind DN.
LDAP_USER_PASSWORD - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name LDAP_USER_PASSWORD - LDAP_USER_DN Password.
ldapAdd(DirContext, String, ModPropertySet) - Static method in class oracle.ldap.util.Util
Performs ldapadd and creates a new entry specified by the base DN.
LdapBaseEntry - Class in oracle.ldap.ospf
Defines the base entry information that need to pass from the Oracle directory server to the Java plug-in.
LDAPClassLoader - Class in oracle.ldap.util
Class loader that load a class from an LDAP directory with new delegation model in Java 1.2.
LDAPClassLoader(DirContext, String, String, ClassLoader) - Constructor for class oracle.ldap.util.LDAPClassLoader
Provide delegation constructor
LDAPClassLoader(DirContext, String, String) - Constructor for class oracle.ldap.util.LDAPClassLoader
Same old ClassLoader constructor
ldapCompare(DirContext, String, String, Object) - Static method in class oracle.ldap.util.Util
Performs ldapcompare on the specified baseDN comparing the attribute and its value as specified
ldapDelete(DirContext, String) - Static method in class oracle.ldap.util.Util
Performs ldapdelete of the base DN.
LdapEntry - Class in oracle.ldap.ospf
Defines the entry information that need to pass from the Oracle directory server to the Java plug-in.
LdapEntry(String, Attributes) - Constructor for class oracle.ldap.ospf.LdapEntry
Constructor
LDAPEntry - Class in oracle.ldap.util
This abstract class represents an LDAP entry.
LDAPEntry() - Constructor for class oracle.ldap.util.LDAPEntry
 
LDAPEntry(DirContext, String) - Constructor for class oracle.ldap.util.LDAPEntry
 
LDAPEntry(DirContext, String, PropertySet) - Constructor for class oracle.ldap.util.LDAPEntry
 
ldapErrorCode - Variable in exception oracle.ldap.util.UtilException
 
LDAPGroup - Class in oracle.ldap.util
This abstract class represents an LDAP group entry.
LDAPGroup(DirContext, String) - Constructor for class oracle.ldap.util.LDAPGroup
 
LDAPGroup(DirContext, String, PropertySet) - Constructor for class oracle.ldap.util.LDAPGroup
 
LDAPJSSESocketFactoryImpl - Class in oracle.ldap.util.jndi
 
LDAPJSSESocketFactoryImpl() - Constructor for class oracle.ldap.util.jndi.LDAPJSSESocketFactoryImpl
 
LDAPJSSESocketFactoryImpl(Hashtable) - Constructor for class oracle.ldap.util.jndi.LDAPJSSESocketFactoryImpl
 
LdapModification - Class in oracle.ldap.ospf
Defines modification information that needs to be passed between the Oracle directory server and the Java plug-in.
LdapModification() - Constructor for class oracle.ldap.ospf.LdapModification
Constructor for creating a LdapModification
ldapModify(DirContext, String, ModPropertySet) - Static method in class oracle.ldap.util.Util
Performs ldapmodify on the base DN using the ModPropertySet specified.
ldapModify(DirContext, Logger, String, Vector, boolean) - Static method in class oracle.ldap.util.Util
Performs ldapmodify using the specified LDIF file.
ldapModify(DirContext, String, Vector, boolean) - Static method in class oracle.ldap.util.Util
 
ldapModify(DirContext, Logger, String, Vector, boolean, PrintStream) - Static method in class oracle.ldap.util.Util
Performs ldapmodify using the specified LDIF file.
ldapModify(DirContext, String, Vector, boolean, PrintStream) - Static method in class oracle.ldap.util.Util
 
LDAPObjectClass - Class in oracle.ldap.util
This class represents an LDAP objectclass definition.
LDAPObjectClass(String) - Constructor for class oracle.ldap.util.LDAPObjectClass
Constructs an LDAP objectclass instance based on the specified objectclass definition
LdapOperation - Class in oracle.ldap.ospf
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
LdapOperation() - Constructor for class oracle.ldap.ospf.LdapOperation
Constructor
LdapSasl - Class in oracle.ldap.util.jndi
 
LdapSasl() - Constructor for class oracle.ldap.util.jndi.LdapSasl
 
ldapSearch(DirContext, String, String, int, String[]) - Static method in class oracle.ldap.util.Util
Performs an ldapsearch with the specified information.
LDAPSocketFactory - Class in oracle.ldap.util.jndi
 
LDAPSocketFactory() - Constructor for class oracle.ldap.util.jndi.LDAPSocketFactory
 
LDAPTLSSocketFactoryImpl - Class in oracle.ldap.util.jndi
 
LDAPTLSSocketFactoryImpl() - Constructor for class oracle.ldap.util.jndi.LDAPTLSSocketFactoryImpl
 
LDAPTLSSocketFactoryImpl(Hashtable) - Constructor for class oracle.ldap.util.jndi.LDAPTLSSocketFactoryImpl
 
LDIF - Class in oracle.ldap.util
A class that defines most common thing that pertain to LDAP data interchange format.
LDIF() - Constructor for class oracle.ldap.util.LDIF
 
LDIFAttribute - Class in oracle.ldap.util
The LDIFAttribute class represents the name and values of an attribute.
LDIFAttribute(String) - Constructor for class oracle.ldap.util.LDIFAttribute
Constructs an attribute with no values.
LDIFAttribute(String, boolean) - Constructor for class oracle.ldap.util.LDIFAttribute
Constructs an attribute with no values.
LDIFAttribute(LDIFAttribute) - Constructor for class oracle.ldap.util.LDIFAttribute
Constructs an attribute with copies of all values of the input LDIFAttribute.
LDIFAttribute(String, byte[], boolean) - Constructor for class oracle.ldap.util.LDIFAttribute
Constructs an attribute with a byte-formatted value.
LDIFAttribute(String, byte[]) - Constructor for class oracle.ldap.util.LDIFAttribute
Constructs an attribute with a byte-formatted value.
LDIFAttribute(String, String) - Constructor for class oracle.ldap.util.LDIFAttribute
Constructs an attribute that has a single string value.
LDIFAttribute(String, String[]) - Constructor for class oracle.ldap.util.LDIFAttribute
Constructs an attribute that has an array of string values.
LDIFLoader - Class in oracle.ldap.util
 
LDIFLoader(DirContext, String, Vector, Logger) - Constructor for class oracle.ldap.util.LDIFLoader
Constructor of the LdifLoader.
LDIFLoader(DirContext, String, Vector) - Constructor for class oracle.ldap.util.LDIFLoader
 
LDIFMigration - Class in oracle.ldap.util
This class provides methods to migrate the user information present in the component specific repositories to OID.
LDIFMigration(String, Vector, String) - Constructor for class oracle.ldap.util.LDIFMigration
This method constructs an object to read the LDIF file, do the substitution and write the LDIF entries to a file.
LDIFMigration(File, Vector, File) - Constructor for class oracle.ldap.util.LDIFMigration
This method constructs an object to read the LDIF entry from the specified File object, do the substitution and write the LDIF entries to the specified File object.
LDIFMigration(InputStream, Vector, OutputStream) - Constructor for class oracle.ldap.util.LDIFMigration
This method constructs an object to read the LDIF entries from the specified input stream, do the substitution and write the LDIF entries to the specified output stream.
LDIFReader - Class in oracle.ldap.util
LDAP Data Interchange Format (LDIF) is a file format used to represent the Directory entries.
LDIFReader() - Constructor for class oracle.ldap.util.LDIFReader
Default Constructor, Reads the data from standard input.
LDIFReader(String) - Constructor for class oracle.ldap.util.LDIFReader
Constructs an Input stream reader to read the LDIF data from the file specified.
LDIFReader(String, String) - Constructor for class oracle.ldap.util.LDIFReader
Constructs an Input stream reader to read the LDIF data from the file specified.
LDIFReader(File) - Constructor for class oracle.ldap.util.LDIFReader
Constructs an Input stream reader to read the LDIF data from the file object specified.
LDIFReader(File, String) - Constructor for class oracle.ldap.util.LDIFReader
Constructs an Input stream reader to read the LDIF data from the file object specified.
LDIFReader(InputStream) - Constructor for class oracle.ldap.util.LDIFReader
Constructs an Input stream reader to read the LDIF data from the specified input stream.
LDIFReader(InputStream, String) - Constructor for class oracle.ldap.util.LDIFReader
Constructs an Input stream reader to read the LDIF data from the specified input stream.
LDIFRecord - Class in oracle.ldap.util
LDIFRecord represents a single entry in an LDIF file, consisting of a distinguished name (DN) and zero or more attributes.
LDIFRecord() - Constructor for class oracle.ldap.util.LDIFRecord
Constructs a LDIFRecord object without dn and attribute values set.
LDIFRecord(String) - Constructor for class oracle.ldap.util.LDIFRecord
Constructs a record with the specified dn.
LDIFSubstitute - Class in oracle.ldap.util
This class provides some general methods to do the substitution in an LDIF entry.
LDIFSubstitute() - Constructor for class oracle.ldap.util.LDIFSubstitute
 
LDIFWriter - Class in oracle.ldap.util
LDAP Data Interchange Format (LDIF) is a file format used to represent the Directory entries.
LDIFWriter() - Constructor for class oracle.ldap.util.LDIFWriter
Default Constructor, Creates a Writer stream to the standard output.
LDIFWriter(String) - Constructor for class oracle.ldap.util.LDIFWriter
Creates a Writer stream to the specified file for writing the LDIF data.
LDIFWriter(File) - Constructor for class oracle.ldap.util.LDIFWriter
Creates a Writer stream to the specified file for writing the LDIF data.
LDIFWriter(OutputStream) - Constructor for class oracle.ldap.util.LDIFWriter
Creates a Writer Stream using the specified output stream object for writing the LDIF data.
LDIFWriter(OutputStream, String) - Constructor for class oracle.ldap.util.LDIFWriter
 
LDIFWriter(String, boolean) - Constructor for class oracle.ldap.util.LDIFWriter
Creates a Writer stream to the specified file for writing the LDIF data.
LDIFWriter(File, boolean) - Constructor for class oracle.ldap.util.LDIFWriter
Creates a Writer stream to the specified file for writing the LDIF data.
LDIFWriter(OutputStream, boolean) - Constructor for class oracle.ldap.util.LDIFWriter
Creates a Writer Stream using the specified output stream object for writing the LDIF data.
LibldapjclntLoader - Class in oracle.ldap.util
 
LibldapjclntLoader() - Constructor for class oracle.ldap.util.LibldapjclntLoader
 
LibServerLogLoader - Class in oracle.ldap.ospf
 
LibServerLogLoader() - Constructor for class oracle.ldap.ospf.LibServerLogLoader
 
listFileExt - Static variable in class oracle.ldap.util.OracleContext
File extention for the files that list .sbs LDIF files
load() - Method in class oracle.ldap.util.LDIFLoader
This performs the actual loading of the ldif files into the directory
load(boolean, PrintStream) - Method in class oracle.ldap.util.LDIFLoader
Similar to load().
locateSubscriber(DirContext) - Method in class oracle.ldap.util.User
Locates and returns the subscriber DN of the subscriber this user belongs to
log(String) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
log the message
log(Exception) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Log the exception.
log(String) - Static method in class oracle.ldap.ospf.ServerLog
Logs a debug message from the plug-in to the server log file.
log(String, int) - Method in class oracle.ldap.util.Logger
Logs the given message to a file if logging of the specified message category is enabled.
log(String, int, boolean) - Method in class oracle.ldap.util.Logger
Logs the specified message if logging of the specified category is enabled and if writing to console is set to true then the message is also written to cosole.
log(Exception, int) - Method in class oracle.ldap.util.Logger
Logs the Exception object to a file.
log(Exception, int, boolean) - Method in class oracle.ldap.util.Logger
logs the Exception object both to a file and console,
log(int, String, String) - Static method in class oracle.ldap.util.UtilDebug
 
log(int, String, Exception) - Static method in class oracle.ldap.util.UtilDebug
 
log(int, String, String[]) - Static method in class oracle.ldap.util.UtilDebug
 
log(int, String, PropertySetCollection) - Static method in class oracle.ldap.util.UtilDebug
 
log(int, String, ModPropertySet) - Static method in class oracle.ldap.util.UtilDebug
 
log(int, String, ModificationItem[]) - Static method in class oracle.ldap.util.UtilDebug
 
log(int, String, Context) - Static method in class oracle.ldap.util.UtilDebug
 
log(int, String, Object) - Static method in class oracle.ldap.util.UtilDebug
 
LogException - Exception in oracle.ldap.util
This exception will be thrown when Logger object cannot be created or logging of the messages fails because of some I/O failures.
LogException() - Constructor for exception oracle.ldap.util.LogException
Constructs a LogException with no detail message.
LogException(String) - Constructor for exception oracle.ldap.util.LogException
Constructs a LogException with the specified detail message.
LogException(Exception) - Constructor for exception oracle.ldap.util.LogException
Constructs a LogException with the specified Exception object.
LogFormatter - Class in oracle.ldap.util
 
LogFormatter() - Constructor for class oracle.ldap.util.LogFormatter
 
Logger - Class in oracle.ldap.util
A logger utility to log the error messages.
Logger(String, int, boolean) - Constructor for class oracle.ldap.util.Logger
Constructs a Logger object which will provide the methods to log the messages to the specified file.
Logger(String, int, boolean, boolean) - Constructor for class oracle.ldap.util.Logger
Constructs a Logger object which provide methods to the log messages as XML content to the specified file.
Logger(OutputStream, int) - Constructor for class oracle.ldap.util.Logger
Constructs a Logger object which provide methods to the log message to the specified output stream.
Logger(OutputStream, int, boolean) - Constructor for class oracle.ldap.util.Logger
Constructs a Logger object which provide methods to the log message to the specified output stream as XML content.
LogHandler - Class in oracle.ldap.util
 
LogHandler(Formatter) - Constructor for class oracle.ldap.util.LogHandler
 
LoginPolicyFailureException - Exception in oracle.ldap.util
 
LoginPolicyFailureException() - Constructor for exception oracle.ldap.util.LoginPolicyFailureException
 
LoginPolicyFailureException(String) - Constructor for exception oracle.ldap.util.LoginPolicyFailureException
 
logNewLine(int) - Static method in class oracle.ldap.util.UtilDebug
 

M

m_applnAdminPlugin - Variable in class oracle.idm.provisioning.util.ApplnAdminPluginAdapter
IApplnAdminPlugin
m_bindDN - Variable in class oracle.ldap.ospf.LdapOperation
 
m_changes - Variable in class oracle.idm.provisioning.event.Event
The List of Attributes changes in this event.
m_dataAccessPlugin - Variable in class oracle.idm.provisioning.util.DataAccessPluginAdapter
IDataAccessPlugin
m_defMgmtPlugin - Variable in class oracle.idm.provisioning.util.DefMgmtPluginAdapter
Ref to IDefaultsMgmtPlugin
m_errCode - Variable in class oracle.idm.provisioning.event.EventStatus
Event Error code
m_eventID - Variable in class oracle.idm.provisioning.event.Event
Unique Identifier of the event.
m_eventID - Variable in class oracle.idm.provisioning.event.EventStatus
Unique Identifier of the event.
m_eventSrc - Variable in class oracle.idm.provisioning.event.Event
The identifier of the object that caused this event.
m_eventTime - Variable in class oracle.idm.provisioning.event.Event
The Time of occurrence of the event.
m_eventType - Variable in class oracle.idm.provisioning.event.Event
Every Event is identified by a unique string value (understood by both ends).
m_execStatus - Variable in class oracle.idm.provisioning.event.EventStatus
OID/Application Generated Event Status Code.
m_execStatusMsg - Variable in class oracle.idm.provisioning.event.EventStatus
OID/Application Status Message.
m_fileTemplate - Variable in class oracle.ldap.util.TemplateFileInstantiator
 
m_fileToCreate - Variable in class oracle.ldap.util.TemplateFileInstantiator
 
m_ldapOpCode - Variable in class oracle.ldap.ospf.LdapOperation
 
m_mapfileTemplate - Variable in class oracle.ldap.util.ProfileMapfile
 
m_mapfileToCreate - Variable in class oracle.ldap.util.ProfileMapfile
 
m_objectDN - Variable in class oracle.idm.provisioning.event.Event
For OID, it is the DN of the object that changed.
m_objectGuid - Variable in class oracle.idm.provisioning.event.Event
The Unique ID of the Object that changed.
m_objectGuid - Variable in class oracle.idm.provisioning.event.EventStatus
The Unique ID of the Object that changed.
m_objectName - Variable in class oracle.idm.provisioning.event.Event
The Name of the object that changed.
m_opResCode - Variable in class oracle.ldap.ospf.LdapOperation
 
m_opResMsg - Variable in class oracle.ldap.ospf.LdapOperation
 
m_profileID - Variable in class oracle.idm.provisioning.event.Event
The DIP integration profile ID responsible for this change event.
m_provStatus - Variable in class oracle.idm.provisioning.event.EventStatus
The Actual/Desired Provisioning Status
m_replaceMapping - Variable in class oracle.ldap.util.ProfileMapfile
 
m_replaceMapping - Variable in class oracle.ldap.util.TemplateFileInstantiator
 
m_srvCtrls - Variable in class oracle.ldap.ospf.LdapOperation
 
main(String[]) - Static method in class oracle.idm.provisioning.configuration.Application
 
main(String[]) - Static method in class oracle.idm.provisioning.configuration.AttrLOV
 
main(String[]) - Static method in class oracle.idm.provisioning.configuration.ConfigAttribute
 
main(String[]) - Static method in class oracle.idm.provisioning.configuration.Configuration
Test Driver
main(String[]) - Static method in class oracle.idm.provisioning.event.Event
 
main(String[]) - Static method in class oracle.idm.provisioning.event.EventStatus
Test Driver
main(String[]) - Static method in class oracle.idm.provisioning.util.ProvUtil
 
main(String[]) - Static method in class oracle.ldap.util.Base64
Test Driver .
main(String[]) - Static method in class oracle.ldap.util.DistinguishedName
 
main(String[]) - Static method in class oracle.ldap.util.Guid
main function used for testing retained from old implementation for compatibility
main(String[]) - Static method in class oracle.ldap.util.InitDIPConfig
 
main(String[]) - Static method in class oracle.ldap.util.jndi.LdapSasl
 
main(String[]) - Static method in class oracle.ldap.util.LDAPClassLoader
Test Driver
main(String[]) - Static method in class oracle.ldap.util.LDIFMigration
LDIFMigrationTool.
main(String[]) - Static method in class oracle.ldap.util.LDIFReader
 
main(String[]) - Static method in class oracle.ldap.util.LDIFSubstitute
 
main(String[]) - Static method in class oracle.ldap.util.LDIFWriter
 
main(String[]) - Static method in class oracle.ldap.util.NativeGuid
main function used for testing
main(String[]) - Static method in class oracle.ldap.util.NUtil
Test Driver
main(String[]) - Static method in class oracle.ldap.util.OrclGuid
main function used for testing
main(String[]) - Static method in class oracle.ldap.util.OUILdap
For testing purpose
main(String[]) - Static method in class oracle.ldap.util.provisioning.ProvisioningProfile
main
main(String[]) - Static method in class oracle.ldap.util.WorkQueue
A Test Driver
makeFilter(String, String) - Static method in class oracle.ldap.util.Util
makeFilter
MANAGE_APPLICATION_DEFAULTS - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name MANAGE_APPLICATION_DEFAULTS - Should the application defaults be managed from DAS.
MandatoryPropsMissingException - Exception in oracle.ldap.util.discovery
 
MandatoryPropsMissingException(ArrayList) - Constructor for exception oracle.ldap.util.discovery.MandatoryPropsMissingException
 
MAX_EVENTS_PER_INVOCATION - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name MAX_EVENTS_PER_INVOCATION - Max Events that should be Propgated through the event propagation interface in one invocation of the interface.
MAX_EVENTS_PER_SCHEDULE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name MAX_EVENTS_PER_SCHEDULE - Max Events that should be Propgated through the event propagation interface.
MAX_PROV_FAILURE_RETRIES - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name MAX__PROV_FAILURE_LIMIT - Maximum number of times the provision a user that has alrady failed provisioning.
MAX_RETRIES - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name MAX_RETRIES on failures
mergePropertySet(PropertySet) - Method in class oracle.ldap.util.PropertySet
 
migrate() - Method in class oracle.ldap.util.LDIFMigration
Call this method to read the intermediate LDIF file and do the substitution and write a new LDIF output file.
migrate(Subscriber) - Method in class oracle.ldap.util.LDIFMigration
Call this method to read the intermediate LDIF file and do the substitution and write a new LDIF output file.
MigrationException - Exception in oracle.ldap.util
An Object of this class will be thrown when a migration exception occurs
MigrationException() - Constructor for exception oracle.ldap.util.MigrationException
Constructs a MigrationException with no detail message.
MigrationException(String) - Constructor for exception oracle.ldap.util.MigrationException
Constructs a MigrationException with the specified detail message.
MigrationException(String, int) - Constructor for exception oracle.ldap.util.MigrationException
Constructs a MigrationException with the specified detail message and the error code.
MinimumLengthException - Exception in oracle.ldap.util
This exception is thrown during user password modification if the new value does not satisfied the minimum length requirement specified by the existing password policy on the user.
MinimumLengthException() - Constructor for exception oracle.ldap.util.MinimumLengthException
 
MinimumLengthException(String) - Constructor for exception oracle.ldap.util.MinimumLengthException
 
MinimumLengthException(String, Exception) - Constructor for exception oracle.ldap.util.MinimumLengthException
 
ModdnLdapOperation - Class in oracle.ldap.ospf
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
MODE_ALL - Static variable in class oracle.ldap.util.UtilDebug
Displays ALL debug information
MODE_JAVA_API - Static variable in class oracle.ldap.util.UtilDebug
 
MODE_LDAP_CONNECTION - Static variable in class oracle.ldap.util.UtilDebug
Displays LDAP connection bind identity before any LDAP operations is performed.
MODE_LDAP_OPERATIONS - Static variable in class oracle.ldap.util.UtilDebug
Displays debug information for LDAP operations
MODE_PROVISIONING_API - Static variable in class oracle.ldap.util.UtilDebug
 
MODE_SUBSCRIBER_CLASS - Static variable in class oracle.ldap.util.UtilDebug
Displays Subscriber Class debug information;
MODE_USER_CLASS - Static variable in class oracle.ldap.util.UtilDebug
Displays User Class debug information;
modifyAttributes(int, Attributes) - Method in interface oracle.idm.user.IdmUser
Modify user attributes.
modifyAttributes(ModPropertySet) - Method in interface oracle.idm.user.IdmUser
Modify user attributes with the attributes in specified order.
modifyAttributes(int, Attributes) - Method in class oracle.idm.user.JndiUser
 
modifyAttributes(ModPropertySet) - Method in class oracle.idm.user.JndiUser
 
modifyDefaultSet(LdapContext, String, ModPropertySet) - Method in class oracle.idm.provisioning.configuration.Application
Edit a Default set.
ModifyLdapOperation - Class in oracle.ldap.ospf
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
modifyUser(String, ModPropertySet) - Method in interface oracle.idm.user.UserFactory
Modify IDM User identified by the given GUID.
modifyUser(IdmUser, ModPropertySet) - Method in interface oracle.idm.user.UserFactory
Modify IDM User.
modifyUserByDN(String, ModPropertySet) - Method in interface oracle.idm.user.UserFactory
Modify IDM User identified by the given DN.
ModPropertySet - Class in oracle.ldap.util
This class represents a set of attributes and their values used in a modification of any properties.
ModPropertySet() - Constructor for class oracle.ldap.util.ModPropertySet
Creates an empty ModPropertySet.
ModPropertySet(int) - Constructor for class oracle.ldap.util.ModPropertySet
Creates an empty ModPropertySet with the specified change type
ModPropertySet(Attributes, int) - Constructor for class oracle.ldap.util.ModPropertySet
Creates a ModPropertySet object from thw given set of attributes and the change type
MultipleSubscriberException - Exception in oracle.ldap.util
This exception is thrown when multiple subscribers of the same ID is encountered under the subscriber search base
MultipleSubscriberException() - Constructor for exception oracle.ldap.util.MultipleSubscriberException
Constructs a MultipleSubscriberException with no detail message.
MultipleSubscriberException(String) - Constructor for exception oracle.ldap.util.MultipleSubscriberException
Constructs a MultipleSubscriberException with the specified detail message.
MultipleUserException - Exception in oracle.ldap.util
This exception is thrown when multiple users of the same ID is encountered during a single user search.
MultipleUserException() - Constructor for exception oracle.ldap.util.MultipleUserException
Constructs a MultipleUserException with no detail message.
MultipleUserException(String) - Constructor for exception oracle.ldap.util.MultipleUserException
Constructs a MultipleUserException with the specified detail message.
multiSearchBaseSearch(DirContext, String, String[], String, String[], boolean) - Static method in class oracle.ldap.util.Util
 
MUST_CHANGE_EXCEPTION_RAISED - Static variable in class oracle.ldap.util.ChangePwdObserver
 
MustChangeException - Exception in oracle.ldap.util
This exception is thrown during user authentication when the user password is required to be changed.
MustChangeException() - Constructor for exception oracle.ldap.util.MustChangeException
 
MustChangeException(String) - Constructor for exception oracle.ldap.util.MustChangeException
 
MustChangeException(String, Exception) - Constructor for exception oracle.ldap.util.MustChangeException
 

N

NativeGuid - Class in oracle.ldap.util
This class represents GUIDs (Globally Unique Identifiers), or object IDs.
NativeGuid() - Constructor for class oracle.ldap.util.NativeGuid
Default constructor.
NativeGuid(String) - Constructor for class oracle.ldap.util.NativeGuid
Construct a NativeGuid from a string
NativeGuid(byte[]) - Constructor for class oracle.ldap.util.NativeGuid
Construct a NativeGuid from a byte array
ne - Variable in exception oracle.ldap.util.UtilException
 
NEWDN_VALUE - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
newInstance() - Static method in class oracle.ldap.util.Guid
generates a new Guid Object.
newInstance() - Static method in class oracle.ldap.util.NativeGuid
generates a new NativeGuid
newInstance() - Static method in class oracle.ldap.util.OrclGuid
Returns a new OrclGuid instance
newLine() - Method in class oracle.ldap.util.LDIFWriter
Write a line separator.
nextEntry() - Method in class oracle.ldap.util.LDIFReader
Returns the next entry in the LDIF file.
nextRecord() - Method in class oracle.ldap.util.LDIFReader
Returns the next record in the LDIF file.
NoGroupMembersException - Exception in oracle.ldap.util
This exception is thrown if the user looks for its group membership but it is not a uniquemember of any particular group
NoGroupMembersException() - Constructor for exception oracle.ldap.util.NoGroupMembersException
Constructs a NoGroupMemberException with no detail message.
NoGroupMembersException(String) - Constructor for exception oracle.ldap.util.NoGroupMembersException
Constructs a NoGroupMemberException with the specified detail message.
NONSSL_PORT - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
normalizeDN(String, String[]) - Static method in class oracle.ldap.util.Util
Normalizes the DN and ensures that it only contains the attributes from the attrList.
normalizeDN(String) - Static method in class oracle.ldap.util.Util
Normalizes the DN.
NoRootOrclctxException - Exception in oracle.ldap.util
This exception is thrown if the Root Oracle Context does not exist.
NoRootOrclctxException() - Constructor for exception oracle.ldap.util.NoRootOrclctxException
Constructs a NoRootOrclctxException with no detail message.
NoRootOrclctxException(String) - Constructor for exception oracle.ldap.util.NoRootOrclctxException
Constructs a NoRootOrclctxException with the specified detail message.
NoSubscriberOrclctxException - Exception in oracle.ldap.util
This exception is thrown when the search is enable to locate the Oracle Context within the subscriber
NoSubscriberOrclctxException() - Constructor for exception oracle.ldap.util.NoSubscriberOrclctxException
Constructs a NoSubscriberOrclctxException with no detail message.
NoSubscriberOrclctxException(String) - Constructor for exception oracle.ldap.util.NoSubscriberOrclctxException
Constructs a NoSubscriberOrclctxException with the specified detail message.
NoSuchGroupException - Exception in oracle.ldap.util
This exception is thrown when the Group object can not be resolved because the group does not exist in the directory
NoSuchGroupException() - Constructor for exception oracle.ldap.util.NoSuchGroupException
Constructs a NoSuchGroupException with no detail message.
NoSuchGroupException(String) - Constructor for exception oracle.ldap.util.NoSuchGroupException
Constructs a NoSuchGroupException with the specified detail message.
NoSuchPluginException - Exception in oracle.idm.provisioning.plugin
 
NoSuchPluginException(String) - Constructor for exception oracle.idm.provisioning.plugin.NoSuchPluginException
Default constructor.
NoSuchSubscriberException - Exception in oracle.ldap.util
This exception is thrown when the Subscriber object cannot be resolved because the subscriber does not exist under the subscriber search base
NoSuchSubscriberException() - Constructor for exception oracle.ldap.util.NoSuchSubscriberException
Constructs a NoSuchSubscriberException with no detail message.
NoSuchSubscriberException(String) - Constructor for exception oracle.ldap.util.NoSuchSubscriberException
Constructs a NoSuchSubscriberException with the specified detail message.
NoSuchUserException - Exception in oracle.ldap.util
This exception is thrown when the User object cannot be resolved because the user does not exist under the user search base of the specified subscriber
NoSuchUserException() - Constructor for exception oracle.ldap.util.NoSuchUserException
Constructs a NoSuchUserException with no detail message.
NoSuchUserException(String) - Constructor for exception oracle.ldap.util.NoSuchUserException
Constructs a NoSuchUserException with the specified detail message.
NoSuchUserException(String, Exception) - Constructor for exception oracle.ldap.util.NoSuchUserException
 
NOT_INFRA_DB_ERROR - Static variable in class oracle.ldap.util.OUILdap
Error Code - GET_*_DB_INFO_QUERY only.
NumericCharacterException - Exception in oracle.ldap.util
This exception is thrown during user password modification if the new value does not contain the mininum number of numeric characters specified by the existing password policy on the user.
NumericCharacterException() - Constructor for exception oracle.ldap.util.NumericCharacterException
 
NumericCharacterException(String) - Constructor for exception oracle.ldap.util.NumericCharacterException
 
NumericCharacterException(String, Exception) - Constructor for exception oracle.ldap.util.NumericCharacterException
 
NUtil - Class in oracle.ldap.util
A Utility class providing some of the commonly required APIs which, depend upon the native platform.
NUtil() - Constructor for class oracle.ldap.util.NUtil
 

O

ohome - Variable in class oracle.ldap.util.OracleContext
 
ohome - Variable in class oracle.ldap.util.OracleSchema
 
OID_DISCOVER - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This source will discover information from OID server.
OIDContext - Class in oracle.idm.user
This class represents the information required for an application to access identity management infrastructure in OID.
OIDContext(Hashtable) - Constructor for class oracle.idm.user.OIDContext
Constructs an new instance of this class.
OP_CREATE - Static variable in class oracle.idm.provisioning.plugin.ApplicationContext
Constant - Call Op - Operation Type CREATE
OP_CREATE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Constant to be used For Profile CREATE
OP_DELETE - Static variable in class oracle.idm.provisioning.plugin.ApplicationContext
Constant - Call Op - Operation Type DELETE
OP_DELETE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Constant to be used For Profile DELETE
OP_DISABLE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Constant to be used For Profile DISABLE
OP_ENABLE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Constant to be used For Profile ENABLE
OP_EXISTS - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Constant to be used For Profile EXISTS
OP_MODIFY - Static variable in class oracle.idm.provisioning.plugin.ApplicationContext
Constant - Call Op - Operation Type MODIFY
OP_MODIFY - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Constant to be used For Profile MODIFY
OP_RESET - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Constant to be used For Profile RESET
OP_STATUS - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Constant to be used For Profile STATUS
OPERATION - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name OPERATION - The Operation to be performed.
oracle.idm.provisioning - package oracle.idm.provisioning
 
oracle.idm.provisioning.configuration - package oracle.idm.provisioning.configuration
 
oracle.idm.provisioning.event - package oracle.idm.provisioning.event
 
oracle.idm.provisioning.plugin - package oracle.idm.provisioning.plugin
 
oracle.idm.provisioning.util - package oracle.idm.provisioning.util
 
oracle.idm.user - package oracle.idm.user
 
oracle.ldap.ospf - package oracle.ldap.ospf
 
oracle.ldap.util - package oracle.ldap.util
 
oracle.ldap.util.discovery - package oracle.ldap.util.discovery
 
oracle.ldap.util.jndi - package oracle.ldap.util.jndi
 
oracle.ldap.util.provisioning - package oracle.ldap.util.provisioning
 
OracleContext - Class in oracle.ldap.util
This class represents an Oracle Context in the directory
OracleContext(Logger) - Constructor for class oracle.ldap.util.OracleContext
 
OracleContext() - Constructor for class oracle.ldap.util.OracleContext
 
OracleContext(DirContext, Logger, String, String) - Constructor for class oracle.ldap.util.OracleContext
Constructs an OracleContext specified by the input DN.
OracleContext(DirContext, String, String) - Constructor for class oracle.ldap.util.OracleContext
 
OracleContext(DirContext, Logger, String, String, PrintStream) - Constructor for class oracle.ldap.util.OracleContext
Constructs an OracleContext specified by the input DN.
OracleContext(DirContext, String, String, PrintStream) - Constructor for class oracle.ldap.util.OracleContext
 
OracleContext(DirContext, Logger, String) - Constructor for class oracle.ldap.util.OracleContext
Constructs an OracleContext specified by the input DN
OracleContext(DirContext, String) - Constructor for class oracle.ldap.util.OracleContext
 
oracleContextCN - Static variable in class oracle.ldap.util.OracleContext
the common name (CN) of an Oracle Context
oracleContextObjClass - Static variable in class oracle.ldap.util.OracleContext
the ldap objectClass for the oracle context
oracleContextRDN - Static variable in class oracle.ldap.util.OracleContext
the relative distinguished name (RDN) of an Oracle Context
OracleSchema - Class in oracle.ldap.util
This class represents the Oracle Schema in the directory.
OracleSchema(DirContext, Logger, String) - Constructor for class oracle.ldap.util.OracleSchema
Constructs an OracleSchema object
OracleSchema(DirContext, String) - Constructor for class oracle.ldap.util.OracleSchema
 
OracleSchema(DirContext, Logger, String, PrintStream) - Constructor for class oracle.ldap.util.OracleSchema
Constructs an OracleSchema object
OracleSchema(DirContext, String, PrintStream) - Constructor for class oracle.ldap.util.OracleSchema
 
ORCLCOMMCTXMAP - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
orclCtxFilePrefix - Variable in class oracle.ldap.util.OracleContext
 
orclCtxFilePrefix - Variable in class oracle.ldap.util.RootOracleContext
 
orclCtxVersion - Variable in class oracle.ldap.util.OracleContext
 
OrclGuid - Class in oracle.ldap.util
This class represents GUIDs (Globally Unique Identifiers), or object IDs.
OrclGuid() - Constructor for class oracle.ldap.util.OrclGuid
Constructs a OrclGuid instance from a string
OrclGuid(String) - Constructor for class oracle.ldap.util.OrclGuid
Constructs a OrclGuid instance from a string
OrclGuid(byte[]) - Constructor for class oracle.ldap.util.OrclGuid
Constructs an OrclGuid instance from a byte array
orclSchemaVersion - Variable in class oracle.ldap.util.OracleSchema
 
ORGANIZATION_DN - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name ORGANIZATION_DN - Organization DN.
ORGANIZATION_NAME - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name ORGANIZATION - Organization Simple Name.
OUILdap - Class in oracle.ldap.util
This class resides in ldapjclnt9.jar.
OUILdap() - Constructor for class oracle.ldap.util.OUILdap
 

P

PARAMETER_ERROR - Static variable in class oracle.ldap.util.OUILdap
Error Code - Invalid Parameters in the String[] of arguments
ParameterException - Exception in oracle.ldap.util
This exception will be thrown when an error occurs during input parameter parsing.
ParameterException() - Constructor for exception oracle.ldap.util.ParameterException
Constructs a ParameterException with no detail message.
ParameterException(String) - Constructor for exception oracle.ldap.util.ParameterException
Constructs a ParameterException with the specified detail message.
PasswdExpiredException - Exception in oracle.ldap.util
 
PasswdExpiredException() - Constructor for exception oracle.ldap.util.PasswdExpiredException
 
PasswdExpiredException(String) - Constructor for exception oracle.ldap.util.PasswdExpiredException
 
PASSWORD_ACCOUNT_LOCKED - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_ALPHA_NUMERIC_PROPERTY - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_EXPIRE_GRACE_LOGIN_CONTROL - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_EXPIRE_MUST_CHANGE_CONTROL - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_EXPIRE_WARNING - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_EXPIRE_WARNING_CONTROL - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_EXPIRED_EC - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_GRACE_LOGIN - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_ILLEGAL_VALUE_EC - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_ILLEGAL_VALUES_PROPERTY - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_IN_HISTORY_EC - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_IP_ACCOUNT_LOCKED - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_MINLENGTH_EC - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_MINLENGTH_PROPERTY - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_MUST_CHANGE - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_NULL_EC - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_NUMERIC_EC - Static variable in class oracle.ldap.util.PasswordPolicy
 
PASSWORD_POLICY_ENABLED - Static variable in class oracle.ldap.util.PasswordPolicy
 
PasswordExpiredException - Exception in oracle.ldap.util
This exception will be thrown during user authentication if the user password has expired.
PasswordExpiredException() - Constructor for exception oracle.ldap.util.PasswordExpiredException
 
PasswordExpiredException(String) - Constructor for exception oracle.ldap.util.PasswordExpiredException
 
PasswordExpiredException(String, Exception) - Constructor for exception oracle.ldap.util.PasswordExpiredException
 
PasswordExpiredWarningException - Exception in oracle.ldap.util
This exception is thrown during user authentication when the server issues a warning that the password is about to expire.
PasswordExpiredWarningException() - Constructor for exception oracle.ldap.util.PasswordExpiredWarningException
 
PasswordExpiredWarningException(String) - Constructor for exception oracle.ldap.util.PasswordExpiredWarningException
 
PasswordExpiredWarningException(String, Exception) - Constructor for exception oracle.ldap.util.PasswordExpiredWarningException
 
PasswordInHistoryException - Exception in oracle.ldap.util
This exception will be thrown during user password modification if the new value is a previously used password and the existing password policy on the user is not allowing it to be reused.
PasswordInHistoryException() - Constructor for exception oracle.ldap.util.PasswordInHistoryException
 
PasswordInHistoryException(String) - Constructor for exception oracle.ldap.util.PasswordInHistoryException
 
PasswordInHistoryException(String, Exception) - Constructor for exception oracle.ldap.util.PasswordInHistoryException
 
PasswordNullException - Exception in oracle.ldap.util
This exception will be thrown during user password modification if the new value is a null value.
PasswordNullException() - Constructor for exception oracle.ldap.util.PasswordNullException
 
PasswordNullException(String) - Constructor for exception oracle.ldap.util.PasswordNullException
 
PasswordNullException(String, Exception) - Constructor for exception oracle.ldap.util.PasswordNullException
 
PasswordPolicy - Class in oracle.ldap.util
 
PasswordPolicyControl - Class in oracle.ldap.util
 
PasswordPolicyControl() - Constructor for class oracle.ldap.util.PasswordPolicyControl
 
passwordPolicyErrorCode - Variable in exception oracle.ldap.util.UtilException
 
PasswordPolicyException - Exception in oracle.ldap.util
 
PasswordPolicyException() - Constructor for exception oracle.ldap.util.PasswordPolicyException
 
PasswordPolicyException(String) - Constructor for exception oracle.ldap.util.PasswordPolicyException
 
PasswordPolicyException(String, Exception) - Constructor for exception oracle.ldap.util.PasswordPolicyException
 
PENDING_UPGRADE - Static variable in interface oracle.idm.user.IdmUser
 
performLDAPOperation(DirContext, LDIFRecord) - Static method in class oracle.ldap.util.Util
Use this method to perform an LDAP operation.
persistToConfigFile(CfgflProp, String, boolean, boolean) - Static method in class oracle.ldap.util.discovery.DiscoveryUtil
Creates ldap.ora file with CfgflProp object containing all the properties.
persistToDIR(DirContext) - Method in class oracle.idm.provisioning.configuration.AttrLOV
To persist LOV information to OID.
PlsqlAttr - Class in oracle.idm.provisioning.event
This is a helper class to represent the PL/SQL data type LDAP_ATTR which is passed to the PL/SQL event callback routines.
PlsqlAttr() - Constructor for class oracle.idm.provisioning.event.PlsqlAttr
Default Constructor.
PlsqlAttr(String, int, int) - Constructor for class oracle.idm.provisioning.event.PlsqlAttr
Create a PlsqlAttr attribute object.
PlsqlAttr(Connection, LDIFAttribute, String) - Constructor for class oracle.idm.provisioning.event.PlsqlAttr
Creates a PlsqlAttr object from LDIFAttribute
PlsqlAttrVal - Class in oracle.idm.provisioning.event
This is a helper class to represent the PL/SQL data type LDAP_ATTR_VALUE which is passed to the PL/SQL event callback routines.
PlsqlAttrVal() - Constructor for class oracle.idm.provisioning.event.PlsqlAttrVal
 
PlsqlAttrVal(String, String) - Constructor for class oracle.idm.provisioning.event.PlsqlAttrVal
 
PlsqlAttrVal(byte[], String) - Constructor for class oracle.idm.provisioning.event.PlsqlAttrVal
 
PlsqlEvent - Class in oracle.idm.provisioning.event
This is a helper class to represent the PL/SQL data type LDAP_EVENT which is passed to the PL/SQL event callback routines.
PlsqlEvent() - Constructor for class oracle.idm.provisioning.event.PlsqlEvent
Default Constructor
PlsqlEvent(String, String, String, String, String, String, String, String, String) - Constructor for class oracle.idm.provisioning.event.PlsqlEvent
Creates an object of PlsqlEvent;
PlsqlEvent(Connection, Event, String) - Constructor for class oracle.idm.provisioning.event.PlsqlEvent
Create an object using the information present in Event class
PlsqlEventStatus - Class in oracle.idm.provisioning.event
This is a helper class to represent the PL/SQL data type LDAP_EVENT_STATUS which is passed to the PL/SQL event callback routines.
PlsqlEventStatus() - Constructor for class oracle.idm.provisioning.event.PlsqlEventStatus
Default constructor
PlsqlEventStatus(EventStatus) - Constructor for class oracle.idm.provisioning.event.PlsqlEventStatus
 
PlsqlEventStatus(String, String, String, String) - Constructor for class oracle.idm.provisioning.event.PlsqlEventStatus
Create a status object
PluginDetail - Class in oracle.ldap.ospf
Defines LDAP information to be passed to the Java Plug-in.
PluginException - Exception in oracle.idm.provisioning.plugin
A exception object thrown for a failure while performing any DIP Plugin related operations
PluginException() - Constructor for exception oracle.idm.provisioning.plugin.PluginException
Default constructor.
PluginException(String) - Constructor for exception oracle.idm.provisioning.plugin.PluginException
Constructor.
PluginException - Exception in oracle.ldap.ospf
An exception that a Java plug-in can throw back to the Oracle directory server to stop the execution of the plug-in and raise an error.
PluginException() - Constructor for exception oracle.ldap.ospf.PluginException
Constructor
PluginException(String) - Constructor for exception oracle.ldap.ospf.PluginException
Constructor
PluginFlexfield - Class in oracle.ldap.ospf
Used to pass custom or sensitive information from the plug-in configuration entry to the Java plug-in.
PluginResult - Class in oracle.ldap.ospf
Defines results of an LDAP operation that a Java plug-in returns back to the Oracle directory server.
PluginResult() - Constructor for class oracle.ldap.ospf.PluginResult
Constructor
PluginResult(LdapOperation) - Constructor for class oracle.ldap.ospf.PluginResult
Constructor
PluginStatus - Class in oracle.idm.provisioning.plugin
A Status object to be returned by each of the plugins.
PluginStatus(String, int) - Constructor for class oracle.idm.provisioning.plugin.PluginStatus
Constructor
PluginStatus(String, String, String) - Constructor for class oracle.idm.provisioning.plugin.PluginStatus
Constructor
post_add(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP add operation.
post_add(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP add operation.
post_bind(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP bind operation.
post_bind(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP bind operation.
post_compare(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP compare operation.
post_compare(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP compare operation.
POST_DATA_ENTRY - Static variable in class oracle.idm.provisioning.plugin.ApplicationContext
Constant - Call When - post data entry
post_delete(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP delete operation.
post_delete(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP delete operation.
post_moddn(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP moddn operation.
post_moddn(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP moddn operation.
post_modify(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP modify operation.
post_modify(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP modify operation.
post_search(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP search operation.
post_search(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP search operation.
PostDataEntryPluginAdapter - Class in oracle.idm.provisioning.util
This adapter class provides access to the Post Data Entry plugin for a specific application.
PostDataEntryPluginAdapter(LdapContext, Application, String) - Constructor for class oracle.idm.provisioning.util.PostDataEntryPluginAdapter
Constructor
pre_add(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP add operation.
pre_add(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP add operation.
pre_bind(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP bind operation.
pre_bind(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP bind operation.
pre_compare(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP compare operation.
pre_compare(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP compare operation.
PRE_DATA_ENTRY - Static variable in class oracle.idm.provisioning.plugin.ApplicationContext
Constant - Call When - pre data entry
pre_delete(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP delete operation.
pre_delete(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP delete operation.
PRE_EVENT_DELIVERY - Static variable in class oracle.idm.provisioning.plugin.ApplicationContext
Constant - Call When - Pre Event Delivery
pre_moddn(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP moddn operation.
pre_moddn(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP moddn operation.
pre_modify(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP modify operation.
pre_modify(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP modify operation.
pre_search(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP search operation.
pre_search(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP search operation.
PreDataEntryPluginAdapter - Class in oracle.idm.provisioning.util
This adapter class provides access to the Pre Data Entry plugin for a specific application.
PreDataEntryPluginAdapter(LdapContext, Application, String) - Constructor for class oracle.idm.provisioning.util.PreDataEntryPluginAdapter
Constructor
printResults(PropertySetCollection) - Static method in class oracle.ldap.util.Util
Prints the entries represented by the PropertySetCollecition in LDIF format to Standard Output
printStackTrace(Logger) - Method in exception oracle.ldap.util.InvalidLDIFRecordException
 
printStackTrace() - Method in exception oracle.ldap.util.InvalidLDIFRecordException
 
printStackTrace(PrintStream) - Method in exception oracle.ldap.util.InvalidLDIFRecordException
 
printStackTrace(PrintWriter) - Method in exception oracle.ldap.util.InvalidLDIFRecordException
 
process(ApplicationContext, IdmUser, ModPropertySet, ModPropertySet) - Method in interface oracle.idm.provisioning.plugin.IDataAccessPlugin
The applications can create/modify/delete the user footprint by implementing this method.
process(ApplicationContext, IdmUser, ModPropertySet, ModPropertySet) - Method in interface oracle.idm.provisioning.plugin.IDataEntryPlugin
The applications can perform a post data entry operation by implementing this method.
process(ApplicationContext, IdmUser, ModPropertySet, ModPropertySet) - Method in class oracle.idm.provisioning.util.DataAccessPluginAdapter
 
process(ApplicationContext, IdmUser, ModPropertySet, ModPropertySet) - Method in class oracle.idm.provisioning.util.PostDataEntryPluginAdapter
 
process(ApplicationContext, IdmUser, ModPropertySet, ModPropertySet) - Method in class oracle.idm.provisioning.util.PreDataEntryPluginAdapter
 
productPsc - Variable in class oracle.ldap.util.OracleContext
 
PROFILE_DEBUG - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name - DEBUG Level to be enabled for debugging purposes.
PROFILE_GROUP - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name PROFILE_GROUP - To specify the Profile Group .
PROFILE_MAX_ERRORS - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name PROFILE_MAX_ERRORS - Event Propagation Stops after this.
PROFILE_MODE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name PROFILE_MODE - Mode (INBOUND / OUTBOUND / BOTH)
PROFILE_STATUS - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name STATUS - Provisioning Profile STATUS (ENABLED/DISABLED)
profileChgLogLastAppliedChangeNumber - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
the last applied change number for this profile
profileChgLogSubscriberDisable - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
flag to see if change log subscription is enabled/disabled
profileDN - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
DN of this profile
profileGroup - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
the Profile Group ID
ProfileHandler(String[]) - Static method in class oracle.ldap.util.provisioning.ProvisioningProfile
 
ProfileHandler(DirContext, String[]) - Static method in class oracle.ldap.util.provisioning.ProvisioningProfile
 
profileInterfaceAdditionalInfo - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
the additional Information Provided by the application
profileInterfaceConnectInfo - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
the connect information associated with this interface
profileInterfaceName - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
the name of the interface for this profile
profileInterfaceType - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
the type of the interface for this profile
profileInterfaceVersion - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
the version of this interface
profileLastProcessingTime - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
The last time the profile was processed
profileLastSuccessfulProcTime - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
The last time the profile was processed successfully
ProfileMapfile - Class in oracle.ldap.util
Utility class to create map file based on master file by replacing the macro string pattern in the master map file with replacement strings.
ProfileMapfile(String, String, String, String, String, Hashtable, Logger) - Constructor for class oracle.ldap.util.ProfileMapfile
Creates a mapfile in the $ORACLE_HOME/ldap/log directory by replacing the Macro String(s) in the master map file, mapfileTemplate, located in $ORACLE_HOME/ldap/odi/conf.
ProfileMapfile(String, String, String, String, String, Hashtable) - Method in class oracle.ldap.util.ProfileMapfile
 
profileMaxRetries - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
the maximum number of times the system should retry before giving up on this profile
profileName - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Name of this profile
profileProcessingErrors - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Processing Errors if any
profileProcessingStatus - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
The last processing status for this profile
profileSchedule - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
the scheduling information for this profile
profileStatus - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Status of this profile
profileVersion - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Version of this profile
PROPERTIES_DETACHED - Static variable in class oracle.ldap.util.Util
User detached properties
PROPERTIES_ENTRY - Static variable in class oracle.ldap.util.Util
User entry properties
Property - Class in oracle.ldap.util
This class represents a particular property in a PropertySet.
PROPERTY_USER_SEARCH_BASE - Static variable in class oracle.ldap.util.Subscriber
 
PropertySet - Class in oracle.ldap.util
This class represents a particular PropertySet in a PropertySetCollection In other words, it represents a particular search result entry from a collection of search results
PropertySet() - Constructor for class oracle.ldap.util.PropertySet
 
PropertySet(String, Attributes, Vector) - Constructor for class oracle.ldap.util.PropertySet
 
PropertySet(String, SearchResult) - Constructor for class oracle.ldap.util.PropertySet
 
PropertySetCollection - Class in oracle.ldap.util
This class represents a collection of PropertySets.
PropertySetCollection() - Constructor for class oracle.ldap.util.PropertySetCollection
 
PropertySetCollection(int) - Constructor for class oracle.ldap.util.PropertySetCollection
 
PropertySetCollection(String, Object) - Constructor for class oracle.ldap.util.PropertySetCollection
 
PropertySetCollection(String, Object, boolean) - Constructor for class oracle.ldap.util.PropertySetCollection
 
PROV_MODE_ATTR - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
PROV_STATUS_ATTR - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
PROV_STATUS_DESC_ATTR - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
PROV_STATUS_OC - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
PROVISION_FAILURE - Static variable in interface oracle.idm.user.IdmUser
 
PROVISION_IN_PROGRESS - Static variable in interface oracle.idm.user.IdmUser
 
PROVISION_NOT_REQUIRED - Static variable in interface oracle.idm.user.IdmUser
 
PROVISION_REQUIRED - Static variable in interface oracle.idm.user.IdmUser
User Provisioning Staus
PROVISION_SUCCESS - Static variable in interface oracle.idm.user.IdmUser
 
ProvisioningConstants - Class in oracle.ldap.util.provisioning
 
ProvisioningConstants() - Constructor for class oracle.ldap.util.provisioning.ProvisioningConstants
 
ProvisioningException - Exception in oracle.idm.provisioning
A General purpose provisioning exception which is the superclass for all the exceptions thrown by the Provisoning related operations.
ProvisioningException(String) - Constructor for exception oracle.idm.provisioning.ProvisioningException
Constructs a new Provisioning Exception with the specified reason.
ProvisioningProfile - Class in oracle.ldap.util.provisioning
Class: ProvisioningProfile This class embeds the logic for handling a Provisioning Profile.
ProvisioningProfile() - Constructor for class oracle.ldap.util.provisioning.ProvisioningProfile
 
provisioningProfileAppGUID - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
The GUID of the application subscribing to the Provisioning system
provisioningProfileAppName - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
The name of the application subscribing to the Provisioning system
provisioningProfileAttrMapRules - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
The profile mapping rules
provisioningProfileEventSubscription - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
The Event Subscription Information for a given Provisioning Profile
provisioningProfileOrgGUID - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
The GUID of the Organization for which the subscription is happening
provisioningProfileOrgName - Variable in class oracle.ldap.util.provisioning.ProvisioningProfile
The Name of the Organization for which the subscription is happening
ProvUtil - Class in oracle.idm.provisioning.util
A class that contains general utilities for provisioning
pStream - Variable in class oracle.ldap.util.OracleContext
 
pStream - Variable in class oracle.ldap.util.OracleSchema
 
publish(LogRecord) - Method in class oracle.ldap.util.LogHandler
 
PWD_VERIFIERTYPE_COMMON - Static variable in class oracle.ldap.util.Util
The Common Password Verifier

Q

QClosedException - Exception in oracle.ldap.util
This class represents the Q closed state.
QClosedException() - Constructor for exception oracle.ldap.util.QClosedException
Default Constructor.
QClosedException(String) - Constructor for exception oracle.ldap.util.QClosedException
Constructor to create a QClosedException object with a message.

R

radContainerObjList - Static variable in class oracle.ldap.util.User
 
radObjList - Static variable in class oracle.ldap.util.User
 
readLine() - Static method in class oracle.ldap.util.NUtil
Reads a line of text.
readLine(String) - Static method in class oracle.ldap.util.NUtil
Reads a line of text after displaying the given prompt message.
readLine(String, boolean) - Static method in class oracle.ldap.util.NUtil
Reads a line of text after displaying the given prompt message.
readLineNoEcho() - Static method in class oracle.ldap.util.NUtil
Reads a line of text without echoing on terminal.
readLineNoEcho(String) - Static method in class oracle.ldap.util.NUtil
Reads a line of text without echoing on terminal, after displaying the given prompt message.
readLineNoEcho(String, boolean) - Static method in class oracle.ldap.util.NUtil
Reads a line of text without echoing on terminal, after displaying the given prompt message.
REALM_NAME - Static variable in class oracle.idm.user.OIDContext
This property specifies the Realm dn
receiveEventsFromApp() - Method in interface oracle.idm.provisioning.plugin.IEventsToOID
Application Events are deliverd to OID through this method.
RECORD_CHANGE_TYPE_ADD - Static variable in class oracle.ldap.util.LDIF
Record change type - Add
RECORD_CHANGE_TYPE_DELETE - Static variable in class oracle.ldap.util.LDIF
Record change type - Delete
RECORD_CHANGE_TYPE_MODDN - Static variable in class oracle.ldap.util.LDIF
Record change type - Moddn
RECORD_CHANGE_TYPE_MODIFY - Static variable in class oracle.ldap.util.LDIF
Record chagne type - Modify
RECORD_CHANGE_TYPE_MODRADD - Static variable in class oracle.ldap.util.LDIF
Record change type - ModRAdd
RECORD_CHANGE_TYPE_MODRDN - Static variable in class oracle.ldap.util.LDIF
Record change type - Modrdn
refresh(DirContext) - Method in class oracle.ldap.util.OracleContext
Refreshes cached elements in the OracleContext object.
refresh(DirContext) - Method in class oracle.ldap.util.Subscriber
Refreshes cached elements in the Subscriber object.
refreshAttrDefValCache(LdapContext) - Method in class oracle.idm.provisioning.configuration.Application
Refresh this application alone Type and Instance
remove(int) - Method in class oracle.ldap.util.DistinguishedName
Removes a component from this name.
removeAll() - Method in class oracle.ldap.util.LDIFAttribute
removes All the values of the attributes
removeAttribute(String) - Method in class oracle.ldap.util.LDIFRecord
Removes the LDIFAttribute object of the specified attribute name.
removeAttribute(String, boolean) - Method in class oracle.ldap.util.LDIFRecord
Returns the LDIFAttribute object of the specified attribute name.
removeMember(DirContext, String) - Method in class oracle.ldap.util.ComponentInstance
Removes the attribute value pair (orclServiceMember, dn_ptr) from this.
removeMember(DirContext, String) - Method in class oracle.ldap.util.ServiceSuite
Removes the attribute value pair (orclServiceMember, dn_ptr) from this.
removeMember(DirContext, String) - Method in class oracle.ldap.util.VirtualService
Removes the attribute value pair (orclServiceMember, dn_ptr) from this.
removeModificationItemAt(int) - Method in class oracle.ldap.ospf.LdapModification
Removes the ModificationItem in the LdapModification from the specified position in the collection.
removeProperty(String) - Method in class oracle.ldap.util.VarPropertySet
 
removeUniquemember(DirContext, String) - Method in class oracle.ldap.util.LDAPGroup
Removes the DN as a uniquemember of this group
removeUniquemember(DirContext, String) - Method in class oracle.ldap.util.ServiceRecipient
Removes the DN as a subscriber from this service recipient list.
removeUniquemember(DirContext, Group[], String) - Static method in class oracle.ldap.util.Util
 
removeUniquemember(DirContext, Group, String) - Static method in class oracle.ldap.util.Util
 
removeUniquemember(DirContext, String[], String) - Static method in class oracle.ldap.util.Util
 
removeUniquemember(DirContext, String, String) - Static method in class oracle.ldap.util.Util
 
removeValue(String) - Method in class oracle.ldap.util.LDIFAttribute
Removes a string value from the attribute.
removeValue(byte[]) - Method in class oracle.ldap.util.LDIFAttribute
Removes a byte[]-formatted value from the attribute.
REPLACE_ATTRIBUTE - Static variable in interface oracle.idm.user.IdmUser
This constant specifies to replace an attribute with specified values.
resBundle - Static variable in class oracle.ldap.util.LDAPEntry
 
reset() - Method in class oracle.ldap.util.ChangePwdObserver
 
resetPassword(String, Property[]) - Method in interface oracle.idm.user.IdmUser
Reset user password.
resetPassword(String, Property[]) - Method in class oracle.idm.user.JndiUser
 
resolve(DirContext) - Method in class oracle.ldap.util.ComponentInstance
 
resolve(DirContext) - Method in class oracle.ldap.util.Group
Validates the group by identifying its DN
resolve(DirContext) - Method in class oracle.ldap.util.LDAPEntry
Abstract method - implements validation of the LDAP entry by resolving the DN
resolve(DirContext) - Method in class oracle.ldap.util.OracleContext
Resolves the OracleContext object by validating the DN.
resolve(DirContext, String) - Method in class oracle.ldap.util.OracleContext
Resolve various property sets including product specific ones
resolve(DirContext) - Method in class oracle.ldap.util.Service
 
resolve(DirContext) - Method in class oracle.ldap.util.ServiceRecipient
Determines if the service defined is a valid service
resolve(DirContext) - Method in class oracle.ldap.util.ServiceReference
Resolves the ServiceReference object by confirming the information of the ServiceRecipient and the Service is available.
resolve(DirContext) - Method in class oracle.ldap.util.ServiceSuite
 
resolve(DirContext) - Method in class oracle.ldap.util.Subscriber
Validates the subscriber by identifying its DN
resolve(DirContext) - Method in class oracle.ldap.util.User
Validates the user by identifying its DN
resolve(DirContext) - Method in class oracle.ldap.util.VirtualService
 
resolveAttrs - Variable in class oracle.ldap.util.OracleContext
 
resolveAttrs - Variable in class oracle.ldap.util.RootOracleContext
 
resolveDuplicateDN(DirContext, String) - Static method in class oracle.ldap.util.Util
Returns a unique DN whose value is guaranteed to be unique in the specified LDAP server.
returnCtx() - Method in class oracle.ldap.util.jndi.ConnectionThread
 
returnNamingException() - Method in class oracle.ldap.util.jndi.ConnectionThread
 
returnNamingException() - Method in exception oracle.ldap.util.UtilException
 
returnPropertySet(String[]) - Method in class oracle.ldap.util.PropertySet
 
RootOracleContext - Class in oracle.ldap.util
This class represents the Root Oracle Context in the directory.
RootOracleContext(DirContext, Logger, String) - Constructor for class oracle.ldap.util.RootOracleContext
Constructs an instance of RootOracleContext.
RootOracleContext(DirContext, String) - Constructor for class oracle.ldap.util.RootOracleContext
 
RootOracleContext(DirContext, Logger, String, PrintStream) - Constructor for class oracle.ldap.util.RootOracleContext
Constructs an instance of RootOracleContext.
RootOracleContext(DirContext, String, PrintStream) - Constructor for class oracle.ldap.util.RootOracleContext
 
RootOracleContext(DirContext, Logger) - Constructor for class oracle.ldap.util.RootOracleContext
Construct an instance of RootOracleContext.
RootOracleContext(DirContext) - Constructor for class oracle.ldap.util.RootOracleContext
 
rootOracleContextDN - Static variable in class oracle.ldap.util.RootOracleContext
The default distinguished name (DN) of the Root Oracle Context
run() - Method in class oracle.ldap.util.jndi.ConnectionThread
 
runLdapQuery(int, String[]) - Static method in class oracle.ldap.util.OUILdap
The RunLdapQuery() is the main query of this package.

S

SCHEDULE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name SCHEDULE - Scheduling Interval
SearchAttribute - Class in oracle.idm.provisioning.configuration
 
SearchAttribute(String) - Constructor for class oracle.idm.provisioning.configuration.SearchAttribute
 
SearchAttribute.Value - Class in oracle.idm.provisioning.configuration
 
SearchAttribute.Value(String, String) - Constructor for class oracle.idm.provisioning.configuration.SearchAttribute.Value
 
SearchLdapOperation - Class in oracle.ldap.ospf
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
SearchResultSet - Class in oracle.ldap.ospf
Defines search results returned from the Java plug-in to the Oracle directory server.
SearchResultSet() - Constructor for class oracle.ldap.ospf.SearchResultSet
Constructor
searchUsers(int, String, String) - Method in interface oracle.idm.user.UserFactory
Search and retrieve the IdmUser.
sendEventsToApp(Event[]) - Method in interface oracle.idm.provisioning.plugin.IEventsFromOID
OID Events are deliverd to the application through this method.
Server - Class in oracle.ldap.ospf
Defines server specific information that needs to be passed from the Oracle directory server to the Java Plug-in.
ServerLog - Class in oracle.ldap.ospf
Defines a debug message that a Java plug-in passes to the Oracle directory server to be logged in the server log file.
ServerPlugin - Interface in oracle.ldap.ospf
Defines the interface that a Java plug-in uses to communicate with the Oracle directory server for an LDAP operation.
ServerPluginAdapter - Class in oracle.ldap.ospf
Adapter class for the ServerPlugin interface.
ServerPluginAdapter() - Constructor for class oracle.ldap.ospf.ServerPluginAdapter
 
Service - Class in oracle.ldap.util
This class represents a Service in the directory.
Service(DirContext, String) - Constructor for class oracle.ldap.util.Service
Constructs a Service instance using a DN
Service(DirContext, String, PropertySet) - Constructor for class oracle.ldap.util.Service
Constructs a Service instance using a DN
ServiceEntity - Class in oracle.ldap.util
 
ServiceEntity(DirContext, String) - Constructor for class oracle.ldap.util.ServiceEntity
 
ServiceEntity(DirContext, String, PropertySet) - Constructor for class oracle.ldap.util.ServiceEntity
 
ServiceEntityException - Exception in oracle.ldap.util
This exception will be thrown when Logger object cannot be created or logging of the messages fails because of some I/O failures.
ServiceEntityException() - Constructor for exception oracle.ldap.util.ServiceEntityException
Constructs a ServiceEntityException with no detail message.
ServiceEntityException(String) - Constructor for exception oracle.ldap.util.ServiceEntityException
Constructs a ServiceEntityException with the specified detail message.
ServiceEntityException(Exception) - Constructor for exception oracle.ldap.util.ServiceEntityException
Constructs a ServiceEntityException with the specified Exception object.
ServiceInstanceException - Exception in oracle.ldap.util
This exception will be thrown when Logger object cannot be created or logging of the messages fails because of some I/O failures.
ServiceInstanceException() - Constructor for exception oracle.ldap.util.ServiceInstanceException
Constructs a ServiceInstanceException with no detail message.
ServiceInstanceException(String) - Constructor for exception oracle.ldap.util.ServiceInstanceException
Constructs a ServiceInstanceException with the specified detail message.
ServiceInstanceException(Exception) - Constructor for exception oracle.ldap.util.ServiceInstanceException
Constructs a ServiceInstanceException with the specified Exception object.
ServiceMethods - Interface in oracle.ldap.util
 
ServiceRecipient - Class in oracle.ldap.util
* This class represents a ServiceRecipient which contains the subscription information of a particular service.
ServiceRecipient(DirContext, String) - Constructor for class oracle.ldap.util.ServiceRecipient
Constructs a ServiceRecipient object using the given DN
ServiceRecipient(DirContext, String, PropertySet) - Constructor for class oracle.ldap.util.ServiceRecipient
Constructs a ServiceRecipient object
ServiceReference - Class in oracle.ldap.util
This class represents a ServiceReference for a service instance.
ServiceReference(DirContext, String) - Constructor for class oracle.ldap.util.ServiceReference
Constructs a ServiceReference instance using its DN
ServiceReference(DirContext, String, PropertySet) - Constructor for class oracle.ldap.util.ServiceReference
 
ServiceSuite - Class in oracle.ldap.util
 
SERVICETYPE_ALL - Static variable in class oracle.ldap.util.BasicService
Constant to obtain services of all types.
SERVICETYPE_CALENDAR - Static variable in class oracle.ldap.util.BasicService
Constant for calendar service type
SERVICETYPE_EMAIL - Static variable in class oracle.ldap.util.BasicService
Constant for email service type
SERVICETYPE_FILES - Static variable in class oracle.ldap.util.BasicService
Constant for files service type
SERVICETYPE_IMEETING - Static variable in class oracle.ldap.util.BasicService
Constant for iMeeting service type
SERVICETYPE_OEM - Static variable in class oracle.ldap.util.BasicService
Constant for oem service type
SERVICETYPE_PORTAL - Static variable in class oracle.ldap.util.BasicService
Constant for portal service type
SERVICETYPE_ULTRASEARCH - Static variable in class oracle.ldap.util.BasicService
Constant for ultrasearch service type
SERVICETYPE_VOICEMAILFAX - Static variable in class oracle.ldap.util.BasicService
Constant for VoicemailFax service type
SERVICETYPE_WIRELESS - Static variable in class oracle.ldap.util.BasicService
Constant for wireless service type
setAllEntries(ArrayList) - Method in class oracle.ldap.ospf.SearchResultSet
Sets an ArrayList of LdapEntry objects in the SearchResultSet
setAllEntries(Enumeration, String) - Method in class oracle.ldap.ospf.SearchResultSet
Sets an enumeration of JNDI SearchResult along with the search base DN
setAllModificationItems(ModificationItem[]) - Method in class oracle.ldap.ospf.LdapModification
Sets an array of Modification Items in the LdapModification.
setAppEventStatus(EventStatus[]) - Method in interface oracle.idm.provisioning.plugin.IEventsToOID
The status of the application events are intimated through this method.
setApplication(Application) - Method in class oracle.idm.user.UserFactoryControl
Allow the user footprint creation for this application only
setAppList(Application[]) - Method in class oracle.idm.user.UserFactoryControl
List of applications for which the user footprint creation is allowed.
setAppUserReconcileMode(int) - Method in class oracle.idm.user.UserFactoryControl
Set App User Reconcile Mode.
setAttrBValue(byte[]) - Method in class oracle.idm.provisioning.event.PlsqlAttrVal
 
setAttributeName(String) - Method in class oracle.ldap.ospf.CompareLdapOperation
Sets the attribute name in the CompareLdapOperation object
setAttributeValue(Object) - Method in class oracle.ldap.ospf.CompareLdapOperation
Sets the attribute value in the CompareLdapOperation object
setAttrObjClass(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the Attribute Objectclass
setAttrValue(String) - Method in class oracle.idm.provisioning.event.PlsqlAttrVal
 
setBaseUserReconcileMode(int) - Method in class oracle.idm.user.UserFactoryControl
Set Base User Reconciliation Mode.
setBinary(boolean) - Method in class oracle.ldap.util.LDIFAttribute
set this attribute as binary attribute.
setBinaryAttributes(String[]) - Method in class oracle.ldap.util.LDIFReader
Specify the attribute list whose values should be treates as binary sequence.
setBindDN(String) - Method in class oracle.ldap.ospf.LdapOperation
Set the Bind DN in the LdapOperation object
setBindPassword(String) - Method in class oracle.ldap.ospf.BindLdapOperation
Sets the bind password in the BindLdapOperation object
setCallBackCtx(Object) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Set the Call Back Ctx.
setCallBackCtx(Object) - Method in class oracle.idm.provisioning.plugin.PluginStatus
Set the Call Back Ctx.
setCallMode(String) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
 
setCallOp(String) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
 
setCallWhen(String) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
 
setChanges(ModPropertySet) - Method in class oracle.idm.provisioning.event.Event
Set the changes in the event.
setChanges() - Method in class oracle.idm.provisioning.event.PlsqlEvent
 
setChangeType(int) - Method in class oracle.ldap.util.LDIFAttribute
Sets the change type for this attribute.
setChangeType(int) - Method in class oracle.ldap.util.LDIFRecord
set the record change type.
setClientLocale(Locale) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Set the client locale string
setCreateAppUser(boolean) - Method in class oracle.idm.user.UserFactoryControl
Whether or not the app user should be created ?
setCreateBaseUser(boolean) - Method in class oracle.idm.user.UserFactoryControl
Whether or not the base user should be created ?
setCurrentDefaultSet(ApplicationContext, String) - Method in interface oracle.idm.provisioning.plugin.IDefaultsMgmtPlugin
 
setCurrentDefaultSet(ApplicationContext, String) - Method in class oracle.idm.provisioning.util.DefMgmtPluginAdapter
 
setCurrentDefaultSetName(LdapContext, String) - Method in class oracle.idm.provisioning.configuration.Application
Set the current default set name
setDASMandatoryAttrChk(boolean) - Method in class oracle.idm.user.UserFactoryControl
Set whether or not to perform the DAS mandatory attribute check
setDataType(String) - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
setDebugEnabled(boolean) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Set debug enabled
setDebugMode(int) - Static method in class oracle.ldap.util.UtilDebug
Sets the debug mode
setDefault(boolean) - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
setDefaultAttrs(LdapContext, ModPropertySet) - Method in class oracle.idm.provisioning.configuration.Application
Set the defaults for the configured attributes.
setDefaultAttrs(LdapContext, ModPropertySet) - Method in class oracle.idm.provisioning.configuration.ApplicationType
Set the defaults for the configured attributes
setDefaultSet(ApplicationContext, String, ModPropertySet) - Method in interface oracle.idm.provisioning.plugin.IDefaultsMgmtPlugin
 
setDefaultSet(ApplicationContext, String, ModPropertySet) - Method in class oracle.idm.provisioning.util.DefMgmtPluginAdapter
 
setDefaultVal(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Get the Attribute Objectclass
setDeleteDN(String) - Method in class oracle.ldap.ospf.DeleteLdapOperation
Sets the DN to be deleted in the DeleteLdapOperation object
setDeleteOldRDN(boolean) - Method in class oracle.ldap.ospf.ModdnLdapOperation
Sets the delete old RDN value in the ModdnLdapOperation object
setDesc(String) - Method in class oracle.idm.provisioning.plugin.PluginStatus
Set the description
setDispByDef(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Set the Display by Definition
setDisplayName(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Set Display Name
setDisplayName(String) - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
setDN(String) - Method in class oracle.ldap.ospf.LdapEntry
Sets the DN of the LdapEntry
setDN(String) - Method in class oracle.ldap.util.LDIFRecord
Set the Dn of this record.
setEntryDetails(DirContext, String, ModificationItem[]) - Static method in class oracle.ldap.util.Util
setEntryDetails
setEntryDetails(DirContext, String, ModPropertySet) - Static method in class oracle.ldap.util.Util
setEntryDetails
setErrCode(int) - Method in class oracle.idm.provisioning.event.EventStatus
Set the error code
setErrCode(int) - Method in class oracle.idm.provisioning.plugin.PluginStatus
Set the Error code.
setEventId(String) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
Set the unique event identifier.
setExtendedProperties(ApplicationContext, ModPropertySet, ModPropertySet) - Method in interface oracle.idm.user.IdmUser
Set the application properties.
setExtendedProperties(ApplicationContext, ModPropertySet, ModPropertySet) - Method in class oracle.idm.user.JndiUser
 
setExtendedProperties(DirContext, int, ModPropertySet) - Method in class oracle.ldap.util.Subscriber
Sets the extended properties of the subscriber.
setExtendedProperties(DirContext, int, String, ModPropertySet) - Method in class oracle.ldap.util.User
Sets extended properties of this user.
setGuid(String) - Method in class oracle.idm.provisioning.plugin.ApplicationContext
 
setID(String) - Method in class oracle.idm.provisioning.event.Event
Set the event ID.
setID(String) - Method in class oracle.idm.provisioning.event.EventStatus
Set the event ID.
setIsAdminModifiable(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Set is Is it Modifiable by Admin
setIsCreateField(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Method to set the isCreateField
setIsDisplayOnly(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Set is Is it DisplayOnly
setIsMandatory(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Set is Is it viewable
setIsSelfModifiable(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Set is Display Self Modifiable
setIsUIField(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Method to set the isUIField
setIsViewable(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Set is Is it viewable
setJARResource(boolean) - Method in class oracle.ldap.util.LDAPClassLoader
Set the resource type.
setLdapContext(LdapContext) - Method in class oracle.idm.user.JndiUser
 
setLdapEntry(LdapEntry) - Method in class oracle.ldap.ospf.AddLdapOperation
Sets the LdapEntry in the AddLdapOperation object
setLdapModification(LdapModification) - Method in class oracle.ldap.ospf.ModifyLdapOperation
Sets the LdapModification in the ModifyLdapOperation object
setLdapOperation(LdapOperation) - Method in class oracle.ldap.ospf.PluginResult
Sets the LdapOperation object in the PluginResult.
setLoggingStream(OutputStream) - Method in class oracle.idm.user.UserFactoryControl
The Logging information can be written to the specified stream
setLOVVals(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Set the LOV Values
setMaxLineLen(int) - Method in class oracle.ldap.util.LDIFWriter
Use this method to set the maximum nubmer of chars that could be written in a line.
setModificationItemAt(int, Attribute, int) - Method in class oracle.ldap.ospf.LdapModification
Sets a ModificationItem in the LdapModification with the LdapModification operation code at the specified position in the collection.
setModifyAppUser(boolean) - Method in class oracle.idm.user.UserFactoryControl
Whether or not the app user should be modified ?
setModifyBaseUser(boolean) - Method in class oracle.idm.user.UserFactoryControl
Whether or not the base user should be modified ?
setMultiValProperty(String, ArrayList) - Method in class oracle.ldap.util.discovery.CfgflProp
 
setMultiValProperty(String, ArrayList) - Method in class oracle.ldap.util.discovery.DiscoveryHelper
Set multiple values for a property.
setName(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Method to set the name of the attribute
setNewParentDN(String) - Method in class oracle.ldap.ospf.ModdnLdapOperation
Sets the DN of the new parent in the ModdnLdapOperation object
setNewRDN(String) - Method in class oracle.ldap.ospf.ModdnLdapOperation
Sets the new RDN in the ModdnLdapOperation object
setNonPrintableAttrs(LdapContext, Configuration) - Static method in class oracle.idm.provisioning.util.ProvUtil
 
setObjDN(String) - Method in class oracle.idm.provisioning.event.Event
Set the Object DN
setObjGuid(String) - Method in class oracle.idm.provisioning.event.Event
Set the Object GUID.
setObjGuid(String) - Method in class oracle.idm.provisioning.event.EventStatus
Set the Object GUID.
setObjName(String) - Method in class oracle.idm.provisioning.event.Event
Set the Object name.
setOIDContext(OIDContext) - Method in interface oracle.idm.user.UserFactory
Set the OID context for this factory object.
setOperationResultCode(int) - Method in class oracle.ldap.ospf.LdapOperation
Sets the LDAP Operation result code in the LdapOperation object.
setOperationType(int) - Method in class oracle.ldap.ospf.LdapOperation
For Internal Use Only - Private Method Set the LDAP Operation Code in the LdapOperation object
setOutputStream(PrintStream) - Method in class oracle.ldap.util.LogHandler
 
setPasswordHint(String, String) - Method in interface oracle.idm.user.IdmUser
Set password hint question and its answer for the user.
setPasswordHint(String, String) - Method in class oracle.idm.user.JndiUser
 
setPluginReturnObject(Object) - Method in class oracle.idm.provisioning.plugin.PluginStatus
Set the Plugin Return data
setPolicy(LdapContext, String) - Method in class oracle.idm.provisioning.configuration.Application
Set the provisoining policy
setPrintStream(PrintStream) - Static method in class oracle.ldap.util.UtilDebug
Sets the print stream where the debug info is flushed///.
setProfileID(String) - Method in class oracle.idm.provisioning.event.Event
Set the Profile ID
setProperties(DirContext, ModPropertySet) - Method in class oracle.ldap.util.LDAPEntry
Sets or modifies the properties of this entry.
setProperties(DirContext, ModPropertySet) - Method in class oracle.ldap.util.Subscriber
Sets Properties of the subscriber.
setProperties(DirContext, ModificationItem[]) - Method in class oracle.ldap.util.User
Sets the properties of this user using JNDI ModificationItem.
setProperties(DirContext, ModPropertySet) - Method in class oracle.ldap.util.User
Sets the properties of this user.
SetPropertiesException - Exception in oracle.ldap.util
This exception is thrown when modification cannot be carried out while using setProperties() method
SetPropertiesException() - Constructor for exception oracle.ldap.util.SetPropertiesException
Constructs a SetPropertiesException with no detail message.
SetPropertiesException(String) - Constructor for exception oracle.ldap.util.SetPropertiesException
Constructs a SetPropertiesException with the specified detail message.
SetPropertiesException(String, Exception) - Constructor for exception oracle.ldap.util.SetPropertiesException
 
setProperty(String, String) - Method in class oracle.idm.user.OIDContext
Set value of specified property
setProperty(String, String) - Method in class oracle.ldap.util.discovery.CfgflProp
 
setProperty(String, String) - Method in class oracle.ldap.util.discovery.DiscoveryHelper
Set the property value.
setProvisioningConfiguration(Configuration) - Method in interface oracle.idm.user.IdmUser
Set the provisioining configuration object for this user
setProvisioningConfiguration(Configuration) - Method in class oracle.idm.user.JndiUser
 
setProvisioningConfiguration(Configuration) - Method in interface oracle.idm.user.UserFactory
Set the provisioining configuration object for this user factory.
setProvisioningStatus(ApplicationContext, String, String) - Method in interface oracle.idm.user.IdmUser
Set the Provisioning Status of this user for the given applciation.
setProvisioningStatus(Application, String, String) - Method in interface oracle.idm.user.IdmUser
 
setProvisioningStatus(ApplicationContext, String, String) - Method in class oracle.idm.user.JndiUser
Deprecated. To be removed in the next label
setProvisioningStatus(Application, String, String) - Method in class oracle.idm.user.JndiUser
 
setProvStatus(String) - Method in class oracle.idm.provisioning.plugin.PluginStatus
Set the prov status
setReadFileContentForAttrib(boolean) - Method in class oracle.ldap.util.LDIFReader
if set, the attribute value will be treated as a file name and the contents of which will be taken as the attribute value.
setRequiredAttributes(Vector) - Method in class oracle.ldap.ospf.SearchLdapOperation
Sets the required attributes in the SearchLdapOperation object.
setScheduleInterval(LdapContext, long) - Method in class oracle.idm.provisioning.configuration.Application
 
setSearchResultSet(SearchResultSet) - Method in class oracle.ldap.ospf.SearchLdapOperation
Sets the SearchResultSet in the SearchLdapOperation object.
setSearchScope(int) - Method in class oracle.ldap.ospf.SearchLdapOperation
Sets the search scope in the SearchLdapOperation object
setServerControls(Vector) - Method in class oracle.ldap.ospf.LdapOperation
For Internal Use Only - Private Method Set the Server Controls in the LdapOperation
setSeverity(int) - Method in class oracle.ldap.util.Logger
Set the severity of the log messages that needs to be logged.
setSource(String) - Method in class oracle.idm.provisioning.event.Event
Set the event source
setStatus(String) - Method in class oracle.idm.provisioning.event.Event
Sets the status
setStatus(String) - Method in class oracle.idm.provisioning.event.EventStatus
Set the Event status.
setStatus(int, boolean) - Method in class oracle.ldap.util.ChangePwdObserver
 
setStatusMsg(String) - Method in class oracle.idm.provisioning.event.EventStatus
Set the Event status message.
setTime(String) - Method in class oracle.idm.provisioning.event.Event
Set the event time
setTimeZone(String) - Method in interface oracle.idm.user.IdmUser
Set time zone
setTimeZone(String) - Method in class oracle.idm.user.JndiUser
 
setType(String) - Method in class oracle.idm.provisioning.event.Event
Set the event type.
setUIType(String) - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
Set the UI Type
setUserFactoryControl(UserFactoryControl) - Method in interface oracle.idm.user.UserFactory
Set the User factory Control.
setUserPassword(String) - Method in class oracle.ldap.util.ChangePwdObserver
 
setUserProvisioningStatus(LdapContext, int, String, String, String, String, String) - Static method in class oracle.idm.provisioning.util.ProvUtil
API to set the provisioning Status of a user given its identification
setValues(List) - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
setValues(String[]) - Method in class oracle.ldap.util.LDIFAttribute
Sets the string values as the attribute's values.
setWrap(boolean) - Method in class oracle.ldap.util.LDIFWriter
Use this method to specify should the wrapping of the attribute value done or not.
size() - Method in class oracle.idm.provisioning.event.Event
 
size() - Method in class oracle.ldap.ospf.LdapModification
Gets the count of the ModificationItems in the LdapModification
size() - Method in class oracle.ldap.util.DistinguishedName
Returns the number of components in this name.
size() - Method in class oracle.ldap.util.LDIFAttribute
Returns the number of values of the attribute.
size() - Method in class oracle.ldap.util.LDIFRecord
Returns the number of attributes in this record.
size() - Method in class oracle.ldap.util.ModPropertySet
Returns the size of this property set - the number of returned attributes for this particular search result entry
size() - Method in class oracle.ldap.util.Property
Returns the size of this property - the number of values of the returned attribute
size() - Method in class oracle.ldap.util.PropertySet
Returns the size of this property set - the number of returned attributes for this particular search result entry
size() - Method in class oracle.ldap.util.PropertySetCollection
Returns the size of the property set collection - the number of search entries in the search result
SQL_NAME_LDAP_ATTR - Static variable in class oracle.idm.provisioning.event.PlsqlEvent
 
SQL_NAME_LDAP_ATTR_LIST - Static variable in class oracle.idm.provisioning.event.PlsqlEvent
 
SQL_NAME_LDAP_ATTR_VALUE - Static variable in class oracle.idm.provisioning.event.PlsqlEvent
 
SQL_NAME_LDAP_ATTR_VALUE_LIST - Static variable in class oracle.idm.provisioning.event.PlsqlEvent
 
SQL_NAME_LDAP_EVENT - Static variable in class oracle.idm.provisioning.event.PlsqlEvent
 
SQL_NAME_LDAP_EVENT_LIST - Static variable in class oracle.idm.provisioning.event.PlsqlEvent
 
SQL_NAME_LDAP_EVENT_STATUS - Static variable in class oracle.idm.provisioning.event.PlsqlEvent
 
SQL_NAME_LDAP_EVENT_STATUS_LIST - Static variable in class oracle.idm.provisioning.event.PlsqlEvent
 
SRVCENTITY_COMPONENT - Static variable in class oracle.ldap.util.BasicService
 
SRVCENTITY_SERVICE - Static variable in class oracle.ldap.util.BasicService
 
SRVCENTITY_SUITE - Static variable in class oracle.ldap.util.BasicService
 
SRVCENTITY_VIRTUAL - Static variable in class oracle.ldap.util.BasicService
 
SSL_FALSE - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
SSL_MODE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name SSL_MODE - To Connect to OID in SSL no authentication mode to perform this operation
SSL_PORT - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
SSL_TRUE - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
 
sslf - Static variable in class oracle.ldap.util.jndi.LDAPSocketFactory
 
SSLMODE - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This property specifies whether ssl based or non-ssl based server information is to be discovered.
SSO_NOT_CONFIGURED_ERROR - Static variable in class oracle.ldap.util.OUILdap
Error Code - GET_SSO_DB_QUERY only.
startsWith(Name) - Method in class oracle.ldap.util.DistinguishedName
Determines whether this name starts with a specified prefix.
STATICLOV - Static variable in class oracle.idm.provisioning.configuration.AttrLOV
 
STATUS_UNKNOWN - Static variable in interface oracle.idm.user.IdmUser
 
subAndLoadLdif(DirContext, String, Vector, Logger) - Static method in class oracle.ldap.util.Util
 
subAndLoadLdif(DirContext, String, Vector) - Static method in class oracle.ldap.util.Util
 
Subscriber - Class in oracle.ldap.util
This class represents an Identity Management Realm in the directory.
Subscriber(DirContext, String, Logger) - Constructor for class oracle.ldap.util.Subscriber
Constructor used within the package only.
Subscriber(DirContext, String) - Constructor for class oracle.ldap.util.Subscriber
 
Subscriber(DirContext, String, PropertySet, Logger) - Constructor for class oracle.ldap.util.Subscriber
Constructor used within the package only.
Subscriber(DirContext, String, PropertySet) - Constructor for class oracle.ldap.util.Subscriber
 
Subscriber(DirContext, int, String, boolean, Logger) - Constructor for class oracle.ldap.util.Subscriber
Constructs a Subscriber using an ID type and an ID name.
Subscriber(DirContext, int, String, boolean) - Constructor for class oracle.ldap.util.Subscriber
 
Subscriber(DirContext, int, String, String, PropertySetCollection, String[], Logger) - Constructor for class oracle.ldap.util.Subscriber
 
Subscriber(DirContext, int, String, String, PropertySetCollection, String[]) - Constructor for class oracle.ldap.util.Subscriber
 
SubscriberCreator - Class in oracle.ldap.util
 
SubscriberCreator(DirContext, Logger, String, String) - Constructor for class oracle.ldap.util.SubscriberCreator
Constructor for SubscriberCreator.
SubscriberCreator(DirContext, String, String) - Constructor for class oracle.ldap.util.SubscriberCreator
 
SubscriberCreator(DirContext, Logger, String, String, PrintStream) - Constructor for class oracle.ldap.util.SubscriberCreator
Constructor for SubscriberCreator.
SubscriberCreator(DirContext, String, String, PrintStream) - Constructor for class oracle.ldap.util.SubscriberCreator
 
SubscriberCreator(DirContext, Logger, String, String, String, String, PrintStream) - Constructor for class oracle.ldap.util.SubscriberCreator
 
SubscriberCreator(DirContext, String, String, String, String, PrintStream) - Constructor for class oracle.ldap.util.SubscriberCreator
 
SubscriberNotFoundException - Exception in oracle.ldap.util
This exception is thrown when the subscriber cannot be located under the subscriber search base
SubscriberNotFoundException() - Constructor for exception oracle.ldap.util.SubscriberNotFoundException
Constructs a SubscriberNotFoundException with no detail message.
SubscriberNotFoundException(String) - Constructor for exception oracle.ldap.util.SubscriberNotFoundException
Constructs a SubscriberNotFoundException with the specified detail message.
SUBSCRIPTION_MODE - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name SUBSCRIPTION_MODE - Subscription mode This is defaulted to a vector of values - ChangeSync, BootStrap, Failure
substitute(Vector, Vector, boolean) - Static method in class oracle.ldap.util.LDIFSubstitute
Search and replace the substitution variables in an LDIF entry contained in a Vector.
substitute(Vector, Vector) - Static method in class oracle.ldap.util.LDIFSubstitute
Search and replace the substitution variables in an LDIF entry contained in a Vector.
substitute(LDIFRecord, Vector) - Static method in class oracle.ldap.util.LDIFSubstitute
Search and replace the substitution variables in an LDIFRecord
subVector - Variable in class oracle.ldap.util.OracleContext
 
SUCCESS - Static variable in class oracle.idm.provisioning.event.EventStatus
 
SUCCESS - Static variable in class oracle.idm.provisioning.plugin.PluginStatus
 
SUCCESS - Static variable in class oracle.ldap.util.discovery.DiscoveryUtil
 
SUCCESS - Static variable in class oracle.ldap.util.OUILdap
Error Code - The operation has completed successfully
SUITETYPE_OCS - Static variable in class oracle.ldap.util.ServiceEntity
Constant for ocs suite type

T

TemplateFileInstantiator - Class in oracle.ldap.util
Utility class to create instantiated file based on template file by replacing the macro string pattern in the template file with replacement strings.
TemplateFileInstantiator(String, String, String, String, String, Hashtable) - Constructor for class oracle.ldap.util.TemplateFileInstantiator
Creates a file in the $ORACLE_HOME/ldap/log directory by replacing the Macro String(s) in the template file, fileTemplate, located in $ORACLE_HOME/ldap/odi/conf.
TemplateFileInstantiator(String, String, String, String, String, Hashtable, Logger) - Constructor for class oracle.ldap.util.TemplateFileInstantiator
 
terminate(Object) - Method in interface oracle.idm.provisioning.plugin.IEventPlugin
The applications can perform the termination logic in this method.
terminate(Object) - Method in interface oracle.idm.provisioning.plugin.IEventsFromOID
 
toDatum(Connection) - Method in class oracle.idm.provisioning.event.PlsqlAttr
Convert to SQL data type
toDatum(Connection) - Method in class oracle.idm.provisioning.event.PlsqlAttrVal
 
toDatum(Connection) - Method in class oracle.idm.provisioning.event.PlsqlEvent
Convert the java object to SQL data type
toDatum(Connection) - Method in class oracle.idm.provisioning.event.PlsqlEventStatus
Convert the java object to SQL data object
toString() - Method in class oracle.idm.provisioning.configuration.Application
String representation of the application object.
toString() - Method in class oracle.idm.provisioning.configuration.AttrLOV
 
toString() - Method in class oracle.idm.provisioning.configuration.ConfigAttribute
A String representation of the attribute configuration
toString() - Method in class oracle.idm.provisioning.configuration.SearchAttribute
 
toString() - Method in class oracle.idm.provisioning.event.Event
String representation of the event
toString() - Method in class oracle.idm.provisioning.event.EventStatus
Returns the string representation
toString() - Method in class oracle.idm.provisioning.event.PlsqlAttr
Returns the string representation
toString() - Method in class oracle.idm.provisioning.event.PlsqlAttrVal
 
toString() - Method in class oracle.idm.provisioning.event.PlsqlEvent
Returns the string representation.
toString() - Method in class oracle.idm.provisioning.event.PlsqlEventStatus
Returns the String representation.
toString() - Method in class oracle.idm.provisioning.plugin.ApplicationContext
 
toString() - Method in class oracle.idm.user.JndiUser
 
toString() - Method in class oracle.ldap.util.discovery.CfgflProp
 
toString() - Method in class oracle.ldap.util.DistinguishedName
Returns the string representation of this name.
toString() - Method in class oracle.ldap.util.Guid
Retrieves the Guid in a string format
toString() - Method in class oracle.ldap.util.LDIFAttribute
Retrieves the string representation of an attribute in an LDAP entry.
toString() - Method in class oracle.ldap.util.LDIFRecord
A string representation of this object
toString() - Method in class oracle.ldap.util.NativeGuid
Retrieves the NativeGuid in a string format
toString() - Method in class oracle.ldap.util.OrclGuid
Returns the Guid in a string format
toString() - Method in class oracle.ldap.util.WorkQueue
Returns information about the queue in string form
TYPE_ABSTRACT - Variable in class oracle.ldap.util.LDAPObjectClass
The objectclass type is ABSTRACT
TYPE_ALL - Static variable in class oracle.ldap.util.ServiceEntity
Constant to obtain services of all types.
TYPE_AUXILIARY - Variable in class oracle.ldap.util.LDAPObjectClass
The objectclass type is AUXILIARY
TYPE_CALENDAR - Static variable in class oracle.ldap.util.ServiceEntity
Constant for calendar service type
TYPE_EMAIL - Static variable in class oracle.ldap.util.ServiceEntity
Constant for email service type
TYPE_FILES - Static variable in class oracle.ldap.util.ServiceEntity
Constant for files service type
TYPE_IMEETING - Static variable in class oracle.ldap.util.ServiceEntity
Constant for iMeeting service type
TYPE_NONE - Variable in class oracle.ldap.util.LDAPObjectClass
The objectclass type is NONE
TYPE_PORTAL - Static variable in class oracle.ldap.util.ServiceEntity
Constant for portal service type
TYPE_STRUCTURAL - Variable in class oracle.ldap.util.LDAPObjectClass
The objectclass type is STRUCTUAL
TYPE_ULTRASEARCH - Static variable in class oracle.ldap.util.ServiceEntity
Constant for ultrasearch service type
TYPE_VOICEMAILFAX - Static variable in class oracle.ldap.util.ServiceEntity
Constant for VoicemailFax service type
TYPE_WIRELESS - Static variable in class oracle.ldap.util.ServiceEntity
Constant for wireless service type

U

unsetSeverity(int) - Method in class oracle.ldap.util.Logger
unsets the severity of the log messages.
UPDATE_SSO_DB_DN_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
upgrade(DirContext) - Method in class oracle.ldap.util.OracleContext
Upgrade
upgrade(DirContext, String, String) - Method in class oracle.ldap.util.OracleContext
Upgrade
upgrade(DirContext) - Method in class oracle.ldap.util.OracleSchema
 
upgrade(DirContext, String, String) - Method in class oracle.ldap.util.OracleSchema
Upgrades schema for a particular product
upgrade(DirContext, String, PrintStream) - Method in class oracle.ldap.util.Subscriber
 
UPGRADE_FAILURE - Static variable in interface oracle.idm.user.IdmUser
 
UPGRADE_IN_PROGRESS - Static variable in interface oracle.idm.user.IdmUser
 
UPGRADE_MODE - Static variable in class oracle.ldap.util.provisioning.ProvisioningConstants
 
USE_ALL_METHODS - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This method tries all the above mentioned methods in succession stopping when any of these methods succeeds in DNS lookup.
USE_DFLT_LOOKUP_METHOD - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This discover method specifies that default domain name should be used for DNS lookup
USE_INPUT_DN_METHOD - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This discover method specifies that dn(distinguished name) be used to obtain domain name required for DNS lookup.
USE_MC_DOMAIN_METHOD - Static variable in class oracle.ldap.util.discovery.DiscoveryHelper
This discover method specifies that domain component of client machine is to used for obtaining domain name required for DNS lookup.
User - Class in oracle.ldap.util
This class represents a valid User.
User(DirContext, String, String, PropertySet, Logger) - Constructor for class oracle.ldap.util.User
 
User(DirContext, String, String, PropertySet) - Constructor for class oracle.ldap.util.User
 
User(DirContext, String, String, String, Subscriber, SearchResult, Logger) - Constructor for class oracle.ldap.util.User
 
User(DirContext, String, String, String, Subscriber, SearchResult) - Constructor for class oracle.ldap.util.User
 
User(DirContext, int, String, Subscriber, boolean, Logger) - Constructor for class oracle.ldap.util.User
Constructs a User by specifying the user information and the subscriber information if required.
User(DirContext, int, String, Subscriber, boolean) - Constructor for class oracle.ldap.util.User
 
User(DirContext, int, String, int, String, boolean, Logger) - Constructor for class oracle.ldap.util.User
Constructs a User by specifying the user information and the subscriber information if required.
User(DirContext, int, String, int, String, boolean) - Constructor for class oracle.ldap.util.User
 
User(DirContext, int, String, int, String, Subscriber, String, String[], String, String[], boolean, boolean, Logger) - Constructor for class oracle.ldap.util.User
 
User(DirContext, int, String, int, String, Subscriber, String, String[], String, String[], boolean, boolean) - Constructor for class oracle.ldap.util.User
 
USER_DATA_LOCATION - Static variable in class oracle.ldap.util.provisioning.ProvisioningProfile
Argument Name USER_DATA_LOCATION - Container where all the application specific footprints for the application will be stored.
USER_INTERFACE - Static variable in interface oracle.idm.user.IdmUser
This environment property is supplied while creating instances of class implementing UserFactory interface.
USER_NAMING_ATTR_KERBEROS - Static variable in class oracle.ldap.util.Subscriber
Property name type to retrieve the Kerberos principal attribute
USER_NAMING_ATTR_SIMPLE - Static variable in class oracle.ldap.util.Subscriber
Property name type to retrieve the common user nickname attribute
USER_NAMING_ATTR_WINDOWS - Static variable in class oracle.ldap.util.Subscriber
Property name type to retrieve the Windows principal attribute
USER_NAMING_PROPERTIES - Static variable in class oracle.ldap.util.Subscriber
Property type to retrieve user naming properties of this subscriber
UserFactory - Interface in oracle.idm.user
This interface represents an factory that is responsible for creating, deleting and searching IDM Users.
UserFactoryBuilder - Class in oracle.idm.user
This class provides methods for creating UserFactory objects.
UserFactoryControl - Class in oracle.idm.user
A UserFactory control encapsulates different pieces of information that controls the behavior of UserFactory class methods.
UserFactoryControl() - Constructor for class oracle.idm.user.UserFactoryControl
Default Constructor
utfDecode(String) - Static method in class oracle.ldap.util.Base64
Use this method to decode a UTF8Base64 encoded string to the orginal String.
utfEncode(String) - Static method in class oracle.ldap.util.Base64
Use this method to convert a UTF-8string to Base64-encoded string.
Util - Class in oracle.ldap.util
Util class provides a set of static utility methods that are used throughout the oracle.ldap.util package.
Util() - Constructor for class oracle.ldap.util.Util
 
UtilDebug - Class in oracle.ldap.util
 
UtilDebug() - Constructor for class oracle.ldap.util.UtilDebug
 
UtilException - Exception in oracle.ldap.util
This is the superclass of all exceptions defined in oracle.ldap.util package
UtilException() - Constructor for exception oracle.ldap.util.UtilException
 
UtilException(String) - Constructor for exception oracle.ldap.util.UtilException
Constructor for UtilException allowing an error message to be specified
UtilException(Exception) - Constructor for exception oracle.ldap.util.UtilException
 
UtilException(String, Exception) - Constructor for exception oracle.ldap.util.UtilException
 

V

VALIDATE_DN_QUERY - Static variable in class oracle.ldap.util.OUILdap
 
validateAlphaNumericValue(String) - Method in class oracle.ldap.util.PasswordPolicy
 
validated - Variable in class oracle.ldap.util.LDAPEntry
 
validateFile(String, int) - Static method in class oracle.ldap.util.Util
Use this method to validate the file properties.
validateFile(File, int) - Static method in class oracle.ldap.util.Util
 
validateIllegalValues(String) - Method in class oracle.ldap.util.PasswordPolicy
 
validateMinimumLength(String) - Method in class oracle.ldap.util.PasswordPolicy
 
validatePassword(String) - Method in class oracle.ldap.util.PasswordPolicy
 
VarPropertySet - Class in oracle.ldap.util
A Variable property set that maintians a list Property objects.
VarPropertySet() - Constructor for class oracle.ldap.util.VarPropertySet
 
vector2StrArray(Vector) - Static method in class oracle.ldap.util.Util
 
VirtualService - Class in oracle.ldap.util
 
VirtualServiceException - Exception in oracle.ldap.util
This exception will be thrown when Logger object cannot be created or logging of the messages fails because of some I/O failures.
VirtualServiceException() - Constructor for exception oracle.ldap.util.VirtualServiceException
Constructs a VirtualServiceException with no detail message.
VirtualServiceException(String) - Constructor for exception oracle.ldap.util.VirtualServiceException
Constructs a VirtualServiceException with the specified detail message.
VirtualServiceException(Exception) - Constructor for exception oracle.ldap.util.VirtualServiceException
Constructs a VirtualServiceException with the specified Exception object.

W

WALLET_LOCATION - Static variable in class oracle.ldap.util.jndi.LDAPSocketFactory
 
WALLET_PASSWORD - Static variable in class oracle.ldap.util.jndi.LDAPSocketFactory
 
WARNING - Static variable in class oracle.ldap.util.Logger
Warning Message
when_add(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP add operation.
when_add(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP add operation.
when_add_replace(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP add operation.
when_add_replace(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP add operation.
when_bind_replace(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP bind operation.
when_bind_replace(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP bind operation.
when_compare_replace(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP compare operation.
when_compare_replace(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP compare operation.
when_delete(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP delete operation.
when_delete(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP delete operation.
when_delete_replace(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP delete operation.
when_delete_replace(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP delete operation.
when_moddn(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP moddn operation.
when_moddn(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP moddn operation.
when_moddn_replace(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP moddn operation.
when_moddn_replace(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP moddn operation.
when_modify(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP modify operation.
when_modify(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP modify operation.
when_modify_replace(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP modify operation.
when_modify_replace(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP modify operation.
when_search(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP search operation.
when_search(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP search operation.
when_search_replace(PluginDetail) - Method in interface oracle.ldap.ospf.ServerPlugin
Used during a LDAP search operation.
when_search_replace(PluginDetail) - Method in class oracle.ldap.ospf.ServerPluginAdapter
Used during an LDAP search operation.
WorkQueue - Class in oracle.ldap.util
This class implements a queue whose elements are added based on a priority.
WorkQueue() - Constructor for class oracle.ldap.util.WorkQueue
Default Constructor.
WorkQueue(int) - Constructor for class oracle.ldap.util.WorkQueue
Constructor to create a queue, whose elements are classified into a given number of priority types.
WorkQueue(int, int) - Constructor for class oracle.ldap.util.WorkQueue
Constructor to create a queue which has a limit on upper bound and also the maximum number of priority types it can hold.
writeComment(String) - Method in class oracle.ldap.util.LDIFWriter
use this method to add a comment line to the LDIF file.
writeEntry(LDIFRecord) - Method in class oracle.ldap.util.LDIFWriter
Use this method to write an LDIFRecord to a file.
writeEntry(Vector) - Method in class oracle.ldap.util.LDIFWriter
Use this method to write an LDIF entry to the file.
writeEntryAsComment(LDIFRecord) - Method in class oracle.ldap.util.LDIFWriter
Use this method to write an LDIFRecord to a file as a commented entry.

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

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.