Skip navigation links

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

E10664-01


Package oracle.ldap.util

Interface Summary
ServiceMethods  

 

Class Summary
Base64 Provides encoding of raw bytes to base64 encoded bytes and decoding of base64 encoded bytes to raw bytes.
BasicService  
ChangePwdObserver  
ComponentInstance  
ConnectBySqlControl  
DASVersionConfigurator Responsible for setting the DAS Version information required for an upgrade from 10.1.2.x and 10.1.4.x to 11.
DirEntryReconcile This class provides helper methods which will reconcile based on certain conditions between to Directory entries.
DistinguishedName This class represents a distinguished name.
Group This class represents a Group object in the directory.
Guid  
InitDIPConfig  
JARClassLoader Custom class loader load the class from the jar file, which was stored in the directory as a byte array
JARReader JAR Reader read all the resources in the JAR / ZIP file and can return them as Raw bytes.
LDAPClassLoader Class loader that load a class from an LDAP directory with new delegation model in Java 1.2.
LDAPEntry This abstract class represents an LDAP entry.
LDAPGroup This abstract class represents an LDAP group entry.
LDAPObjectClass This class represents an LDAP objectclass definition.
LDIF A class that defines most common thing that pertain to LDAP data interchange format.
LDIFAttribute The LDIFAttribute class represents the name and values of an attribute.
LDIFLoader  
LDIFMigration This class provides methods to migrate the user information present in the component specific repositories to OID.
LDIFReader LDAP Data Interchange Format (LDIF) is a file format used to represent the Directory entries.
LDIFRecord LDIFRecord represents a single entry in an LDIF file, consisting of a distinguished name (DN) and zero or more attributes.
LDIFSubstitute This class provides some general methods to do the substitution in an LDIF entry.
LDIFWriter LDAP Data Interchange Format (LDIF) is a file format used to represent the Directory entries.
LibldapjclntLoader  
LogFormatter  
Logger A logger utility to log the error messages.
LogHandler  
ModPropertySet This class represents a set of attributes and their values used in a modification of any properties.
NativeGuid This class represents GUIDs (Globally Unique Identifiers), or object IDs.
NUtil A Utility class providing some of the commonly required APIs which, depend upon the native platform.
OracleContext This class represents an Oracle Context in the directory
OracleSchema This class represents the Oracle Schema in the directory.
OrclGuid This class represents GUIDs (Globally Unique Identifiers), or object IDs.
OUILdap This class resides in ldapjclnt9.jar.
PasswordPolicy  
PasswordPolicyControl  
ProfileMapfile Utility class to create map file based on master file by replacing the macro string pattern in the master map file with replacement strings.
Property This class represents a particular property in a PropertySet.
PropertySet 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
PropertySetCollection This class represents a collection of PropertySets.
RootOracleContext This class represents the Root Oracle Context in the directory.
Service This class represents a Service in the directory.
ServiceEntity  
ServiceRecipient * This class represents a ServiceRecipient which contains the subscription information of a particular service.
ServiceReference This class represents a ServiceReference for a service instance.
ServiceSuite  
Subscriber This class represents an Identity Management Realm in the directory.
SubscriberCreator  
TemplateFileInstantiator Utility class to create instantiated file based on template file by replacing the macro string pattern in the template file with replacement strings.
User This class represents a valid User.
Util Util class provides a set of static utility methods that are used throughout the oracle.ldap.util package.
UtilDebug  
VarPropertySet A Variable property set that maintians a list Property objects.
VirtualService  
WorkQueue This class implements a queue whose elements are added based on a priority.

 

Exception Summary
AccessDeniedException This exception is thrown when an LDAP operation cannot be carried out due to insufficient access.
AccountDisabledException This exception is thrown during user authentication if the user account has been disabled.
AccountInactiveException This exception is thrown during user authentication if the user account is inactive.
AccountLockedException This exception is thrown during user authentication if the user account has been locked.
AcctIPLockedException  
AcctTotallyLockedException  
AuthFailureException This exception is thrown during user authentication if the user's credential is invalid.
AuthPasswdChangeWarningException  
AuthPasswdExpiredException  
CommunicationErrorException This exception is thrown if the method involves any LDAP operation to indicate a broken LDAP connection.
GeneralErrorException This exception is thrown when a general error is encountered
GraceLoginException This exception is thrown during user authentication if grace login is enabled and the user password has expired.
IllegalValueException 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.
InvalidLDIFRecordException An Object of this class will be thrown when error occurs during LDIF record parsing
InvalidParameterException An Object of this class will be thrown when an error occurs during input parameter parsing
InvalidRootOrclctxException This exception will be thrown when an invalid root oracle context is encountered.
InvalidSubscriberOrclctxException This exception will be thrown when an invalid oracle context within the subscriber is encountered.
LogException This exception will be thrown when Logger object cannot be created or logging of the messages fails because of some I/O failures.
LoginPolicyFailureException  
MigrationException An Object of this class will be thrown when a migration exception occurs
MinimumLengthException 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.
MultipleSubscriberException This exception is thrown when multiple subscribers of the same ID is encountered under the subscriber search base
MultipleUserException This exception is thrown when multiple users of the same ID is encountered during a single user search.
MustChangeException This exception is thrown during user authentication when the user password is required to be changed.
NoGroupMembersException This exception is thrown if the user looks for its group membership but it is not a uniquemember of any particular group
NoRootOrclctxException This exception is thrown if the Root Oracle Context does not exist.
NoSubscriberOrclctxException This exception is thrown when the search is enable to locate the Oracle Context within the subscriber
NoSuchGroupException This exception is thrown when the Group object can not be resolved because the group does not exist in the directory
NoSuchSubscriberException This exception is thrown when the Subscriber object cannot be resolved because the subscriber does not exist under the subscriber search base
NoSuchUserException 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
NumericCharacterException 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.
ParameterException This exception will be thrown when an error occurs during input parameter parsing.
PasswdExpiredException  
PasswordExpiredException This exception will be thrown during user authentication if the user password has expired.
PasswordExpiredWarningException This exception is thrown during user authentication when the server issues a warning that the password is about to expire.
PasswordInHistoryException 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.
PasswordNullException This exception will be thrown during user password modification if the new value is a null value.
PasswordPolicyException  
QClosedException This class represents the Q closed state.
ServiceEntityException This exception will be thrown when Logger object cannot be created or logging of the messages fails because of some I/O failures.
ServiceInstanceException This exception will be thrown when Logger object cannot be created or logging of the messages fails because of some I/O failures.
SetPropertiesException This exception is thrown when modification cannot be carried out while using setProperties() method
SubscriberNotFoundException This exception is thrown when the subscriber cannot be located under the subscriber search base
UtilException This is the superclass of all exceptions defined in oracle.ldap.util package
VirtualServiceException This exception will be thrown when Logger object cannot be created or logging of the messages fails because of some I/O failures.

 


Skip navigation links

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

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.