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

A

ActionsTag - class com.mentata.sg8.ActionsTag.
A tag handler for adding links for gateway actions to an identified entry's display.
ActionsTag() - Constructor for class com.mentata.sg8.ActionsTag
 
accept() - Static method in class com.mentata.i4c.Password
 
account - class com.mentata.sg8.core.account.
RFC1274: a computer account.
account(L3DContext) - Constructor for class com.mentata.sg8.core.account
Constructs an empty template.
addAttribute(String, L3DAttribute) - Method in class com.mentata.l3d.L3DObject
Adds a new attribute to the object definition.
addAttribute(String, L3DAttribute, boolean) - Method in class com.mentata.l3d.L3DObject
Adds a new attribute to the object definition.
addAttribute(String, L3DAttribute, boolean, boolean) - Method in class com.mentata.l3d.L3DObject
Adds a new attribute to the object definition.
addAttributeList(String, String[]) - Method in class com.mentata.l3d.L3DObject
Adds a new attribute list to the object.
addObjectclasses(String[]) - Method in class com.mentata.l3d.L3DObject
Adds directory objectclass values to this object.
addPrerequisite(String, String[]) - Method in class com.mentata.l3d.L3DObject
Adds a new attribute prerequisite relationship to the object.
addPrerequisite(String[], String[]) - Method in class com.mentata.l3d.L3DObject
Adds a prerequisite relationship for multiple attributes to the object.
addValue(String) - Method in class com.mentata.l3d.L3DAttribute
Adds a value to the attribute.
allowsServlet(String) - Method in class com.mentata.sg8.SG8Object
Indicates if the object can be used with the named servlet.
applicationentity - class com.mentata.sg8.core.applicationentity.
RFC2256: an application entity.
applicationentity(L3DContext) - Constructor for class com.mentata.sg8.core.applicationentity
Constructs an empty template.
applicationprocess - class com.mentata.sg8.core.applicationprocess.
RFC2256: an application process.
applicationprocess(L3DContext) - Constructor for class com.mentata.sg8.core.applicationprocess
Constructs an empty template.
applyLabels() - Method in class com.mentata.l3d.L3DObject
Reads object and attribute labels from a default properties bundle.
applyLabels(String) - Method in class com.mentata.l3d.L3DObject
Reads object and attribute labels from a named properties bundle.

C

CONTAINS - Static variable in class com.mentata.sg8.SG8FilterAttribute
A contains substring search.
CONTEXT_CLASS - Static variable in class com.mentata.l3d.L3DContext
The explicit path for this parent class.
CONTEXT_ROOT - Static variable in class com.mentata.l3d.L3DContext
The root class path for context packages.
com.mentata.i4c - package com.mentata.i4c
Simple component directory service clients.
com.mentata.l3d - package com.mentata.l3d
Reusable abstractions of directory concepts for applications.
com.mentata.sg8 - package com.mentata.sg8
Secure web interface to component directory services.
com.mentata.sg8.core - package com.mentata.sg8.core
Basic components for LDAP standard object classes.
compare(Object, Object) - Method in class com.mentata.l3d.L3DAttribute
Sorts given values by locale specific string collation.
compare(Object, Object) - Method in class com.mentata.l3d.L3DObject
Sorts given LDAPEntry instances by preconfigured attributes and orderings.
country - class com.mentata.sg8.core.country.
RFC2256: a country.
country(L3DContext) - Constructor for class com.mentata.sg8.core.country
Constructs an empty template.
create() - Method in class com.mentata.l3d.L3DObject
Create the associated entry in the directory via the bound connection.
create(LDAPConnection) - Method in class com.mentata.l3d.L3DObject
Create the associated entry in the directory.
create - class com.mentata.sg8.create.
A servlet for creating new entries in the database.
create() - Constructor for class com.mentata.sg8.create
 

D

dcobject - class com.mentata.sg8.core.dcobject.
RFC2247: domain component object.
dcobject(L3DContext) - Constructor for class com.mentata.sg8.core.dcobject
Constructs an empty template.
delete() - Method in class com.mentata.l3d.L3DObject
Delete the associated entry from the directory via the bound connection.
delete(LDAPConnection) - Method in class com.mentata.l3d.L3DObject
Delete the associated entry from the directory.
delete - class com.mentata.sg8.delete.
A servlet for deleting existing entries from the database.
delete() - Constructor for class com.mentata.sg8.delete
 
deliver() - Method in class com.mentata.sg8.SG8Email
Delivers the message and then closes the mail server connection.
device - class com.mentata.sg8.core.device.
RFC2256: a device.
device(L3DContext) - Constructor for class com.mentata.sg8.core.device
Constructs an empty template.
dmd - class com.mentata.sg8.core.dmd.
RFC2256: a directory management domain.
dmd(L3DContext) - Constructor for class com.mentata.sg8.core.dmd
Constructs an empty template.
dnsdomain - class com.mentata.sg8.core.dnsdomain.
RFC1274: a DNS domain.
dnsdomain(L3DContext) - Constructor for class com.mentata.sg8.core.dnsdomain
Constructs an empty template.
doDSML(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.retrieve
Outputs search results as DSML.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.SG8Servlet
Sends a response that the servlet doesn't handle GET requests.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.create
Forwards the request to the initialize JSP.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.delete
Forwards the request to the confirm JSP.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.link
Forwards the request to the modify JSP.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.mail
Forwards the request to the compose JSP.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.retrieve
Forwards the request to the search JSP.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.sign
Forwards the request to the authenticate JSP.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.update
Forwards the request to the modify JSP.
doLDIF(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.retrieve
Outputs search results as LDIF.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.SG8Servlet
Sends a response that the servlet doesn't handle POST requests.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.create
Performs entry creation and forwards the result to the introduce JSP.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.delete
Performs deletion and returns an LDIF representation of the deleted entry.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.link
Searches target for new attribute values and forwards results to associate JSP.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.mail
Creates and sends an email message to the addresses for the associated entry.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.retrieve
Performs a search of the directory and forwards the results to a requested destination.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.sign
Adds or removes from the session an authenticated connection to the directory.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.update
Performs attribute modification and forwards the results to the recover JSP.
doTabtext(HttpServletRequest, HttpServletResponse) - Method in class com.mentata.sg8.retrieve
Outputs search results as Tab-delimited text.
doTag() - Method in class com.mentata.sg8.ActionsTag
Writes a series of links to gateway actions for the configured object and attribute.
doTag() - Method in class com.mentata.sg8.ErrorTag
Propogates an exception with the configured message.
doTag() - Method in class com.mentata.sg8.ExcuseTag
Writes an explanation of the failure derived from the configured exception.
doTag() - Method in class com.mentata.sg8.PaginationTag
Writes a series of links to gateway actions for the configured object and attribute.
doTag() - Method in class com.mentata.sg8.TraceTag
Writes the stack trace for the configured exception.
doTag() - Method in class com.mentata.sg8.ValuesTableTag
Writes a formatted table of attribute values.
document - class com.mentata.sg8.core.document.
RFC1274: a document.
document(L3DContext) - Constructor for class com.mentata.sg8.core.document
Constructs an empty template.
documentseries - class com.mentata.sg8.core.documentseries.
RFC1274: a series of documents.
documentseries(L3DContext) - Constructor for class com.mentata.sg8.core.documentseries
Constructs an empty template.
domain - class com.mentata.sg8.core.domain.
RFC1274: a DNS or NRS domain.
domain(L3DContext) - Constructor for class com.mentata.sg8.core.domain
Constructs an empty template.
dsa - class com.mentata.sg8.core.dsa.
RFC2256: a directory system agent or server.
dsa(L3DContext) - Constructor for class com.mentata.sg8.core.dsa
Constructs an empty template.

E

ENDS - Static variable in class com.mentata.sg8.SG8FilterAttribute
An ends with substring search.
EQUALS - Static variable in class com.mentata.sg8.SG8FilterAttribute
An equality search.
ErrorTag - class com.mentata.sg8.ErrorTag.
A tag handler for throwing an exception from within JSP.
ErrorTag() - Constructor for class com.mentata.sg8.ErrorTag
 
ExcuseTag - class com.mentata.sg8.ExcuseTag.
A tag handler that generates explanatory messages for thrown exceptions.
ExcuseTag() - Constructor for class com.mentata.sg8.ExcuseTag
 
empty() - Method in class com.mentata.l3d.L3DObject
Clears values from all attributes.
extend(String) - Method in class com.mentata.l3d.L3DObject
Extends the associated entry with new objectclasses via a bound counnection.
extend(LDAPConnection, String) - Method in class com.mentata.l3d.L3DObject
Extends the associated entry with new objectclasses.

F

friendlycountry - class com.mentata.sg8.core.friendlycountry.
RFC1274: a country with a user-friendly name.
friendlycountry(L3DContext) - Constructor for class com.mentata.sg8.core.friendlycountry
Constructs an empty template.

G

generate() - Method in interface com.mentata.l3d.L3DGenerated
Generates the values for the attribute.
generate() - Method in class com.mentata.sg8.SG8ConstantAttribute
Generates values by setting them to the constant.
generate() - Method in class com.mentata.sg8.SG8FilterAttribute
Generates values by searching the target attribute for the dn of the containing object.
generate() - Method in class com.mentata.sg8.SG8ReverseDnAttribute
Generates values by searching the target attribute for the dn of the containing object.
generate() - Method in class com.mentata.sg8.SG8ReverseNestAttribute
Generates values by searching the target attribute for the dn of the containing object.
getAction() - Method in class com.mentata.l3d.L3DPath
Returns the action name from the path.
getAction() - Method in class com.mentata.sg8.SG8Search
Returns the gateway action for the search results.
getApplication() - Method in class com.mentata.l3d.L3DPath
Returns the application name from the path.
getAttribute(String) - Method in class com.mentata.l3d.L3DAttribute
Returns another attribute from the containing object.
getAttribute(String) - Method in class com.mentata.l3d.L3DObject
Returns the named attribute.
getAttribute() - Method in class com.mentata.l3d.L3DPath
Returns the attribute name from the path.
getAttribute() - Method in class com.mentata.sg8.SG8Discovery
Returns the name of the highlighted attribute for the discovered entry.
getAttributeList() - Method in class com.mentata.l3d.L3DObject
Returns the names of all attributes of the object.
getAttributeList(String) - Method in class com.mentata.l3d.L3DObject
Returns the attribute names in the named list.
getAttributelist() - Method in class com.mentata.sg8.SG8Discovery
Returns the current attribute list from the discovered object.
getBatch() - Method in class com.mentata.sg8.SG8Object
Returns the batch size for use in search results pagination.
getBind() - Method in class com.mentata.l3d.L3DAttribute
Returns the bound connection from the containing object.
getBind() - Method in class com.mentata.l3d.L3DObject
Returns the connection associated with an object.
getBodyStream() - Method in class com.mentata.sg8.SG8Email
Returns a stream for writing the message body.
getClassName() - Method in class com.mentata.l3d.L3DObject
Returns the name of the object's Java class.
getClassName() - Method in class com.mentata.sg8.SG8Servlet
Returns the name of the servlet's Java class.
getConnection() - Method in class com.mentata.l3d.L3DContext
Returns a standard connection to the directory.
getConnection(String, byte[]) - Method in class com.mentata.l3d.L3DContext
Returns a connection to the directory bound as the given user.
getConnection() - Method in class com.mentata.sg8.SG8Context
 
getContext() - Method in class com.mentata.l3d.L3DAttribute
Returns the context of the containing object.
getContext() - Method in class com.mentata.l3d.L3DObject
Returns the containing context for this object.
getContext() - Method in class com.mentata.l3d.L3DPath
Returns the context name from the path.
getContext(L3DPath) - Static method in class com.mentata.sg8.SG8Servlet
Returns the named context from an internally maintained collection.
getContextName() - Method in class com.mentata.l3d.L3DObject
Returns the name of the object's context.
getCount() - Method in class com.mentata.sg8.SG8Change
Returns the number of attributes modified in the changed entry.
getDN() - Method in class com.mentata.l3d.L3DObject
Returns the distinguished name for the associated entry.
getDN(String) - Method in class com.mentata.l3d.L3DObject
Determines the distinguished name for an identified entry.
getDatestamp() - Static method in class com.mentata.l3d.L3DObject
Returns a stamp representing the current date in the default locale.
getDiscovery() - Method in class com.mentata.sg8.SG8Search
Returns an SG8 discovery bean containing the first entry in the search results.
getFilter() - Method in class com.mentata.sg8.SG8Search
Returns the filter from the search.
getFooter() - Method in class com.mentata.sg8.SG8Context
Returns the footer HTML to use in dynamic output.
getFooter() - Method in class com.mentata.sg8.SG8Object
Returns the HTML footer to use in dynamic output.
getFormats() - Method in class com.mentata.sg8.SG8Object
Returns the output formats permitted by the object.
getHTMLValues() - Method in interface com.mentata.sg8.SG8Attribute
Returns the attribute values formatted for HTML output.
getHTMLValues() - Method in class com.mentata.sg8.SG8DateAttribute
Returns the attribute values as translated to a formatted date.
getHTMLValues() - Method in class com.mentata.sg8.SG8DnAttribute
Returns the attribute values as HTML hyperlinks to associated entries.
getHTMLValues() - Method in class com.mentata.sg8.SG8EmailAttribute
Returns the attribute values as translated to obfuscated mailto hyperlinks.
getHTMLValues() - Method in class com.mentata.sg8.SG8ImageAttribute
Returns the attribute values as translated to hyperlinks.
getHTMLValues() - Method in class com.mentata.sg8.SG8MLSAttribute
Returns the attribute values as paragraphs with line breaks.
getHTMLValues() - Method in class com.mentata.sg8.SG8NestAttribute
Returns HTML links with nested attributes.
getHTMLValues() - Method in class com.mentata.sg8.SG8PasswordAttribute
Returns an indication that the attribute values are not for display.
getHTMLValues() - Method in class com.mentata.sg8.SG8StringAttribute
Returns the attribute values formatted for HTML output.
getHTMLValues() - Method in class com.mentata.sg8.SG8URLAttribute
Returns the attribute values as translated to hyperlinks.
getHTMLValues() - Method in class com.mentata.sg8.SG8UTCAttribute
Returns the attribute values as translated to a formatted date/time stamp.
getHeader() - Method in class com.mentata.sg8.SG8Context
Returns the header HTML to use in dynamic output.
getHeader() - Method in class com.mentata.sg8.SG8Object
Returns the HTML header to use in dynamic output.
getHint() - Method in class com.mentata.l3d.L3DException
Returns the hint assigned to the exception.
getHyperlink() - Method in interface com.mentata.sg8.SG8Attribute
Returns an SG8 gateway hyperlink for displaying the attribute.
getHyperlink() - Method in class com.mentata.sg8.SG8DnAttribute
Returns an SG8 gateway hyperlink for displaying the attribute.
getHyperlink() - Method in class com.mentata.sg8.SG8Object
Returns the html for a hyperlink to the object via the given servlet.
getHyperlink(String) - Method in class com.mentata.sg8.SG8Object
Returns the html for a hyperlink to the object via the named servlet.
getHyperlink(String, String) - Method in class com.mentata.sg8.SG8Object
Returns the html for a servlet hyperlink to the object with given text.
getHyperlink(String, String, String) - Method in class com.mentata.sg8.SG8Object
Returns the html for a servlet hyperlink to the object using the given target window.
getHyperlink(String, String, String, String) - Method in class com.mentata.sg8.SG8Object
Returns the html for a servlet hyperlink to the named attribute for this object.
getHyperlink() - Method in class com.mentata.sg8.SG8Search
Returns a hyperlink to the gateway servlet against the current entry.
getHyperlink() - Method in class com.mentata.sg8.SG8StringAttribute
Returns an SG8 gateway hyperlink for displaying the attribute.
getIdentifier() - Method in class com.mentata.l3d.L3DObject
Returns the unique identifier value for the associated entry.
getIdentifier() - Method in class com.mentata.l3d.L3DPath
Returns the identifier from the path.
getIdentifierAttribute() - Method in class com.mentata.l3d.L3DObject
Returns the name of the unique identifier attribute for entries of the object.
getIncrementEntry() - Method in class com.mentata.l3d.L3DObject
Returns a counter entry for an auto-incrementing object.
getIncrementEntry(LDAPConnection) - Method in class com.mentata.l3d.L3DObject
Returns a counter entry for an auto-incrementing object.
getJSP(String) - Method in class com.mentata.sg8.SG8Context
Returns the path for the named JSP as used with the context.
getJSP(String) - Method in class com.mentata.sg8.SG8Object
Returns the path for the named JSP as used with the object.
getKeywords() - Method in class com.mentata.sg8.SG8Discovery
Returns a keyword list for the discovered object.
getL3DCode() - Method in class com.mentata.l3d.L3DException
Returns the code assigned to the exception.
getL3DMessage() - Method in class com.mentata.l3d.L3DException
Returns the message assigned to the exception.
getLDAPCode() - Method in class com.mentata.l3d.L3DException
Returns the code assigned to a causing exception.
getLDAPMessage() - Method in class com.mentata.l3d.L3DException
Returns the message assigned to a causing LDAP exception.
getLabel() - Method in class com.mentata.l3d.L3DAttribute
Returns the attribute's assigned label.
getLabel() - Method in class com.mentata.l3d.L3DContext
Returns a display friendly label for the context.
getLabel() - Method in class com.mentata.l3d.L3DObject
Returns the label for the object type.
getLabel(String) - Method in class com.mentata.l3d.L3DObject
Returns the label for an attribute.
getLengthThreshold() - Method in class com.mentata.l3d.L3DAttribute
Returns the maximum number of characters an attribute value may contain.
getLimit() - Method in class com.mentata.l3d.L3DObject
Returns the maximum number of entries to return in a search.
getLocale() - Method in class com.mentata.l3d.L3DException
Returns the assigned locale for the exception.
getLocale() - Method in class com.mentata.l3d.L3DObject
Returns the locale for the object.
getMailFrom() - Method in class com.mentata.sg8.SG8Context
Returns the default from address to use in email sent from the context.
getMailHost() - Method in class com.mentata.sg8.SG8Context
Returns the hostname for the email server to use with the context.
getMailTo() - Method in class com.mentata.sg8.SG8DnAttribute
Returns a list of destination email addresses representing the attribute values.
getMailTo() - Method in interface com.mentata.sg8.SG8Mailable
Returns destination email addresses for the object.
getMailTo() - Method in class com.mentata.sg8.SG8Object
Returns a list of destination email addresses representing the entry.
getModified() - Method in class com.mentata.sg8.SG8Change
Returns the names of attributes modified in the changed entry.
getName() - Method in class com.mentata.l3d.L3DAttribute
Returns the name of the attribute in the containing object.
getName() - Method in class com.mentata.l3d.L3DContext
Returns the name of the context.
getName() - Method in class com.mentata.l3d.L3DObject
Returns the common name value for the associated entry.
getNameAttribute() - Method in class com.mentata.l3d.L3DObject
Returns the name of the common name attribute for entries of the object.
getObject() - Method in class com.mentata.l3d.L3DAttribute
Returns the containing object.
getObject(String) - Method in class com.mentata.l3d.L3DAttribute
Returns an object from the containing context.
getObject(String) - Method in class com.mentata.l3d.L3DContext
Returns an empty instance of the given object.
getObject(String, String) - Method in class com.mentata.l3d.L3DContext
Returns an instance of the object populated with the identified entry.
getObject(String, String, String[]) - Method in class com.mentata.l3d.L3DContext
Returns an instance of the object populated with the identified entry and attributes.
getObject(String) - Method in class com.mentata.l3d.L3DObject
Returns an empty instance of a given object from the same context.
getObject() - Method in class com.mentata.l3d.L3DPath
Returns the object name from the path.
getObject() - Method in class com.mentata.sg8.SG8Discovery
Returns the discovered object.
getObjectclasses() - Method in class com.mentata.l3d.L3DObject
Returns the directory objectclass values that this object uniquely defines.
getPage() - Method in class com.mentata.sg8.SG8Search
Returns the page number for the search results.
getPages() - Method in class com.mentata.sg8.SG8Search
Returns the number of total pages for the search results.
getPath() - Method in class com.mentata.l3d.L3DObject
Returns a path bean describing the object.
getPath(String) - Method in class com.mentata.l3d.L3DObject
Returns a path bean describing the object with attribute.
getPath() - Method in class com.mentata.sg8.SG8Object
Returns a path bean describing the object.
getPath(String) - Method in class com.mentata.sg8.SG8Object
Returns a path bean describing the a named attribute of the object.
getPath(HttpServletRequest) - Method in class com.mentata.sg8.SG8Servlet
Returns a path bean matching the given request.
getPrerequisites() - Method in class com.mentata.l3d.L3DAttribute
Returns the attribute names in the named list.
getPrerequisites(String) - Method in class com.mentata.l3d.L3DObject
Returns the prerequisite attributes for the named attribute.
getProperties() - Method in class com.mentata.l3d.L3DContext
Returns the properties defined for the context.
getRemainder() - Method in class com.mentata.l3d.L3DPath
Returns the remainder string from the path.
getResults() - Method in class com.mentata.sg8.SG8Change
Returns the results messages for attributes modified in the changed entry.
getResults() - Method in class com.mentata.sg8.SG8Search
Returns the results matching the search.
getSG8Attribute(String) - Method in class com.mentata.sg8.SG8Object
Returns a named SG8 attribute from the object.
getSG8Code() - Method in class com.mentata.sg8.SG8Exception
Returns the code assigned to a causing exception.
getSG8Context() - Method in class com.mentata.sg8.SG8Object
Returns the containing SG8 context for the object.
getSG8Message() - Method in class com.mentata.sg8.SG8Exception
Returns the message assigned to this exception.
getSG8Object(String) - Method in class com.mentata.sg8.SG8Context
Returns an empty instance of a named SG8 object.
getSG8Object() - Method in class com.mentata.sg8.SG8DnAttribute
Returns an empty instance of the containing SG8 object for this attribute.
getSG8Object() - Method in class com.mentata.sg8.SG8StringAttribute
Returns an empty instance of the containing SG8 object for this attribute.
getSG8Target() - Method in class com.mentata.sg8.SG8DnAttribute
Returns an empty instance of the target SG8 object for this attribute.
getSeparator() - Method in interface com.mentata.sg8.SG8Attribute
Returns a separator string to display between values in HTML output.
getSeparator() - Method in class com.mentata.sg8.SG8DnAttribute
Returns a separator string to display between values in HTML output.
getSeparator() - Method in class com.mentata.sg8.SG8StringAttribute
Returns a separator string to display between values in HTML output.
getServletPath() - Method in class com.mentata.sg8.SG8Context
Returns the application path used by the servlets invoking the context.
getSg8attribute() - Method in class com.mentata.sg8.SG8Discovery
Returns the current attribute from the discovered object.
getShortValues() - Method in class com.mentata.l3d.L3DAttribute
Returns the attribute's values as translated to a shortened text format.
getShortValues() - Method in class com.mentata.l3d.L3DDnAttribute
Returns the attribute's dn values as identifiers.
getShortValues() - Method in class com.mentata.sg8.SG8PasswordAttribute
Returns an indication that the attribute values are not for display.
getSize() - Method in class com.mentata.l3d.L3DAttribute
Returns the number of values for the attribute.
getSize() - Method in class com.mentata.sg8.SG8Search
Returns the total number of entries matching the search.
getString() - Method in class com.mentata.l3d.L3DPath
Returns a representation of the path.
getStylesheet() - Method in class com.mentata.sg8.SG8Context
Returns the CSS stylesheet to use in dynamic HTML output.
getStylesheet() - Method in class com.mentata.sg8.SG8Object
Returns the CSS stylesheet to use in dynamic HTML output.
getTargetObject() - Method in class com.mentata.l3d.L3DDnAttribute
Returns an empty instance of the target object for this dn attribute.
getTextColumns() - Method in class com.mentata.sg8.SG8Context
Returns the maximum number of textentry columns to use in forms.
getTextColumns() - Method in class com.mentata.sg8.SG8Object
Returns the maximum text entry column width for object attributes.
getThreshold() - Method in class com.mentata.l3d.L3DAttribute
Returns the number of values the attribute may contain.
getTimestamp() - Static method in class com.mentata.l3d.L3DObject
Returns a UTC timestamp for the current date and time.
getURI() - Method in class com.mentata.l3d.L3DPath
Returns a representation of the complete application path.
getUpdateHTML() - Method in interface com.mentata.sg8.SG8Attribute
Returns HTML form elements for modifying the attribute.
getUpdateHTML() - Method in class com.mentata.sg8.SG8DiscreteAttribute
Returns HTML selection elements for updating or adding values.
getUpdateHTML() - Method in class com.mentata.sg8.SG8DnAttribute
Returns HTML form elements for removing values and a link for adding new ones.
getUpdateHTML() - Method in class com.mentata.sg8.SG8DnSubsetAttribute
Returns HTML form elements for choosing values from the values of the superset attribute.
getUpdateHTML() - Method in class com.mentata.sg8.SG8HTMLBlockAttribute
Returns HTML form elements for modifying the attribute.
getUpdateHTML() - Method in class com.mentata.sg8.SG8PasswordAttribute
Returns HTML form elements for modifying the attribute.
getUpdateHTML() - Method in class com.mentata.sg8.SG8StringAttribute
Returns HTML form elements for modifying the attribute.
getUpdateHTML() - Method in class com.mentata.sg8.SG8TextAttribute
Returns HTML form elements for modifying the attribute.
getUpdateHTML() - Method in class com.mentata.sg8.SG8URLAttribute
Returns HTML form elements for modifying the URL and label.
getValues() - Method in class com.mentata.l3d.L3DAttribute
Returns the attribute's values.
groupofnames - class com.mentata.sg8.core.groupofnames.
RFC2256: a group of distinguished names.
groupofnames(L3DContext) - Constructor for class com.mentata.sg8.core.groupofnames
Constructs an empty template.

H

hasMatch() - Method in class com.mentata.l3d.L3DObject
Indicates if an existing entry of the object type has the same identifier.
hasMatch(String) - Method in class com.mentata.l3d.L3DObject
Indicates if an existing entry of the object type matches the submitted filter.

I

inetorgperson - class com.mentata.sg8.core.inetorgperson.
RFC2798: an internet organizational person.
inetorgperson(L3DContext) - Constructor for class com.mentata.sg8.core.inetorgperson
Constructs an empty template.
initialize(String[]) - Method in class com.mentata.l3d.L3DAttribute
Sets the attribute's values to those submitted.
initialize(String[]) - Method in class com.mentata.l3d.L3DDnAttribute
Sets the attribute's initial values based on a submitted list of identifiers.
isAugmenting() - Method in interface com.mentata.sg8.SG8Attribute
Indicates if the attribute only accepts additional values.
isAugmenting() - Method in class com.mentata.sg8.SG8DnAttribute
Indicates if the attribute only accepts additional values.
isAugmenting() - Method in class com.mentata.sg8.SG8StringAttribute
Indicates if the attribute only accepts additional values.
isAuthenticated(HttpSession) - Method in class com.mentata.sg8.SG8Context
Indicates if a session is authenticated for the context.
isBound() - Method in class com.mentata.l3d.L3DAttribute
Identifies if the containing object has an associated connection.
isBound() - Method in class com.mentata.l3d.L3DObject
Identifies if the object is associated with a connection.
isClosed() - Method in class com.mentata.sg8.SG8Context
Indicates if the context requires authentication for retrieval.
isExceeded() - Method in class com.mentata.l3d.L3DAttribute
Identifies if the attribute exceeds its size threshold.
isGenerated() - Method in class com.mentata.l3d.L3DAttribute
Records the existence of assigned values for the attribute.
isGlob() - Method in class com.mentata.sg8.SG8Object
Indicates if the object permits globbed identifiers in relevant requests.
isHTMLExceeded() - Method in interface com.mentata.sg8.SG8Attribute
Indicates if the number of values for the attribute exceeds the maximum for HTML display.
isHTMLExceeded() - Method in class com.mentata.sg8.SG8DnAttribute
Indicates if the number of values for the attribute exceeds the maximum for HTML display.
isHTMLExceeded() - Method in class com.mentata.sg8.SG8StringAttribute
Indicates if the number of values for the attribute exceeds the maximum for HTML display.
isIncremental() - Method in class com.mentata.l3d.L3DObject
Identifies if the object uses auto-incrementing identifiers.
isLengthExceeded() - Method in class com.mentata.l3d.L3DAttribute
Identifies if an attribute value exceeds its length threshold.
isLengthExceeded() - Method in class com.mentata.l3d.L3DDnAttribute
Ignores the length threshold setting for distinguished name values.
isLocal() - Method in class com.mentata.sg8.SG8Object
Indicates if the object should adopt the preferred locale of clients.
isMultivalue() - Method in class com.mentata.l3d.L3DAttribute
Identifies if the attribute may contain multiple values.
isNext() - Method in class com.mentata.sg8.SG8Search
Iterates to the next entry in the search results.
isPooling() - Method in class com.mentata.l3d.L3DContext
Indicates if the context uses an anonymous connection pool.
isRequired() - Method in class com.mentata.l3d.L3DAttribute
Identifies if the attribute is required.
isSharing() - Method in class com.mentata.sg8.SG8Context
Indicates if the context sharing another context's connection pool.

L

L3DAttribute - class com.mentata.l3d.L3DAttribute.
A container within an object for representing entry attribute values.
L3DAttribute() - Constructor for class com.mentata.l3d.L3DAttribute
Constructs an empty attribute.
L3DContext - class com.mentata.l3d.L3DContext.
An association between an available directory service and objects.
L3DContext(String) - Constructor for class com.mentata.l3d.L3DContext
Constructs a context using properties defined for the given name.
L3DDnAttribute - class com.mentata.l3d.L3DDnAttribute.
A container for attributes of distinguished name syntax.
L3DDnAttribute() - Constructor for class com.mentata.l3d.L3DDnAttribute
Constructs an empty distinguished name attribute without a target class.
L3DDnAttribute(String) - Constructor for class com.mentata.l3d.L3DDnAttribute
Constructs an empty distinguished name attribute with a defined target class.
L3DException - exception com.mentata.l3d.L3DException.
An exception thrown within an L3D application.
L3DException(int) - Constructor for class com.mentata.l3d.L3DException
Constructs an exception using properties defined for the given code.
L3DException(int, String) - Constructor for class com.mentata.l3d.L3DException
Constructs an exception using properties defined for the given code.
L3DException(int, String, Throwable) - Constructor for class com.mentata.l3d.L3DException
Constructs an exception using given code, cause, and hint.
L3DGenerated - interface com.mentata.l3d.L3DGenerated.
Attributes with values manufactured at runtime.
L3DObject - class com.mentata.l3d.L3DObject.
A template for a class of entries in a directory database.
L3DObject(L3DContext) - Constructor for class com.mentata.l3d.L3DObject
Constructs an empty object with an attribute structure fitting all object classes.
L3DPath - class com.mentata.l3d.L3DPath.
A bean identifying a context, object, entry, and/or attribute.
L3DPath() - Constructor for class com.mentata.l3d.L3DPath
 
link - class com.mentata.sg8.link.
A servlet for updating distinguished name associations in the database.
link() - Constructor for class com.mentata.sg8.link
 
ln - class com.mentata.i4c.ln.
A client for adding pointers between directory entries.
ln() - Constructor for class com.mentata.i4c.ln
 
locality - class com.mentata.sg8.core.locality.
RFC2256: a locality.
locality(L3DContext) - Constructor for class com.mentata.sg8.core.locality
Constructs an empty template.
ls - class com.mentata.i4c.ls.
A client for searching a directory and dumping results as LDIF.
ls() - Constructor for class com.mentata.i4c.ls
 

M

MULTIVALUE - Static variable in class com.mentata.l3d.L3DObject
A multivalue attribute.
mail - class com.mentata.sg8.mail.
A servlet for sending email to addresses derived from database entries.
mail() - Constructor for class com.mentata.sg8.mail
 
main(String[]) - Static method in class com.mentata.i4c.ln
 
main(String[]) - Static method in class com.mentata.i4c.ls
 
main(String[]) - Static method in class com.mentata.i4c.rm
 
main(String[]) - Static method in class com.mentata.i4c.wc
 
mergeAttributeLists(String[]) - Method in class com.mentata.l3d.L3DObject
Returns a consolidation of attribute names from specified lists.
mergeAttributeLists(String[][]) - Method in class com.mentata.l3d.L3DObject
Returns a consolidation of attribute names from given lists.
minimizeScope() - Method in class com.mentata.l3d.L3DObject
Sets the object's scope to one.

O

ONE - Static variable in class com.mentata.l3d.L3DObject
A scope that is limited to a single level of the directory hierarchy.
OPTIONAL - Static variable in class com.mentata.l3d.L3DObject
An optional attribute.
onList(String, String[]) - Static method in class com.mentata.l3d.L3DObject
Determines if a given element appears on a given list.
organization - class com.mentata.sg8.core.organization.
RFC2256: an organization.
organization(L3DContext) - Constructor for class com.mentata.sg8.core.organization
Constructs an empty template.
organizationalperson - class com.mentata.sg8.core.organizationalperson.
RFC2256: an organizational person.
organizationalperson(L3DContext) - Constructor for class com.mentata.sg8.core.organizationalperson
Constructs an empty template.
organizationalrole - class com.mentata.sg8.core.organizationalrole.
RFC2256: an organizational role.
organizationalrole(L3DContext) - Constructor for class com.mentata.sg8.core.organizationalrole
Constructs an empty template.
organizationalunit - class com.mentata.sg8.core.organizationalunit.
RFC2256: an organizational unit.
organizationalunit(L3DContext) - Constructor for class com.mentata.sg8.core.organizationalunit
Constructs an empty template.

P

PaginationTag - class com.mentata.sg8.PaginationTag.
A tag handler for adding buttons for pages of search results.
PaginationTag() - Constructor for class com.mentata.sg8.PaginationTag
 
Password - class com.mentata.i4c.Password.
A utility for accepting a command line password.
Password() - Constructor for class com.mentata.i4c.Password
 
person - class com.mentata.sg8.core.person.
RFC2256: a person.
person(L3DContext) - Constructor for class com.mentata.sg8.core.person
Constructs an empty template.
populate(LDAPEntry) - Method in class com.mentata.l3d.L3DObject
Sets values of all attributes to reflect those of a given directory entry.
populate(String) - Method in class com.mentata.l3d.L3DObject
Sets values of all attributes to reflect those of a given distinguished name.
populate(String, String[]) - Method in class com.mentata.l3d.L3DObject
Sets values of given attributes to reflect those of a given distinguished name.
postCreate() - Method in interface com.mentata.sg8.SG8Makable
Processes object after creation.
postCreate() - Method in class com.mentata.sg8.SG8Object
Does nothing unless overridden.
postDelete() - Method in interface com.mentata.sg8.SG8Makable
Processes object after deletion.
postDelete() - Method in class com.mentata.sg8.SG8Object
Does nothing unless overridden.
postUpdate() - Method in interface com.mentata.sg8.SG8Mutable
Processes object after updates.
postUpdate() - Method in class com.mentata.sg8.SG8Object
Does nothing unless overridden.
preCreate() - Method in interface com.mentata.sg8.SG8Makable
Preprocesses object prior to creation.
preCreate() - Method in class com.mentata.sg8.SG8Object
Does nothing unless overridden.
preDelete() - Method in interface com.mentata.sg8.SG8Makable
Preprocesses object prior to deletion.
preDelete() - Method in class com.mentata.sg8.SG8Object
Does nothing unless overridden.
preUpdate() - Method in interface com.mentata.sg8.SG8Mutable
Preprocesses object prior to updates.
preUpdate() - Method in class com.mentata.sg8.SG8Object
Does nothing unless overridden.
prependBase(String) - Method in class com.mentata.l3d.L3DObject
Prepends a relative dn to the beginning of the object's base.
processUpdateHTML(HttpServletRequest) - Method in interface com.mentata.sg8.SG8Attribute
Reads and processes attribute changes from relevant HTML request form parameters.
processUpdateHTML(HttpServletRequest) - Method in class com.mentata.sg8.SG8DnAttribute
Reads and processes attribute changes from relevant HTML request form parameters.
processUpdateHTML(HttpServletRequest) - Method in class com.mentata.sg8.SG8DnSubsetAttribute
Reads and processes attribute changes from relevant HTML request form parameters.
processUpdateHTML(HttpServletRequest) - Method in class com.mentata.sg8.SG8HTMLBlockAttribute
Reads and processes attribute changes from relevant HTML request form parameters.
processUpdateHTML(HttpServletRequest) - Method in class com.mentata.sg8.SG8PasswordAttribute
Reads and processes attribute changes from relevant HTML request form parameters.
processUpdateHTML(HttpServletRequest) - Method in class com.mentata.sg8.SG8StringAttribute
Reads and processes attribute changes from relevant HTML request form parameters.
processUpdateHTML(HttpServletRequest) - Method in class com.mentata.sg8.SG8URLAttribute
Reads and processes attribute changes from relevant HTML request form parameters.

R

REQUIRED - Static variable in class com.mentata.l3d.L3DObject
A required attribute.
removeValue(String) - Method in class com.mentata.l3d.L3DAttribute
Removes a value from the attribute.
residentialperson - class com.mentata.sg8.core.residentialperson.
RFC2256: an residential person.
residentialperson(L3DContext) - Constructor for class com.mentata.sg8.core.residentialperson
Constructs an empty template.
retrieve - class com.mentata.sg8.retrieve.
A servlet for finding and expressing entries in the database.
retrieve() - Constructor for class com.mentata.sg8.retrieve
 
returnConnection(LDAPConnection) - Method in class com.mentata.l3d.L3DContext
Returns a shared connection to the context.
returnConnection(LDAPConnection) - Method in class com.mentata.sg8.SG8Context
 
rfc822localpart - class com.mentata.sg8.core.rfc822localpart.
RFC1274: the local part of a mail address.
rfc822localpart(L3DContext) - Constructor for class com.mentata.sg8.core.rfc822localpart
Constructs an empty template.
rm - class com.mentata.i4c.rm.
A client for deleting directory entries.
rm() - Constructor for class com.mentata.i4c.rm
 
room - class com.mentata.sg8.core.room.
RFC1274: a room.
room(L3DContext) - Constructor for class com.mentata.sg8.core.room
Constructs an empty template.

S

SG8Attribute - interface com.mentata.sg8.SG8Attribute.
L3D attributes that fulfill additional SG8 functionality.
SG8BooleanAttribute - class com.mentata.sg8.SG8BooleanAttribute.
A boolean attribute for use with SG8 objects.
SG8BooleanAttribute() - Constructor for class com.mentata.sg8.SG8BooleanAttribute
Creates an empty boolean attribute.
SG8Change - class com.mentata.sg8.SG8Change.
A bean defining a directory entry modification and its results.
SG8Change() - Constructor for class com.mentata.sg8.SG8Change
 
SG8ConstantAttribute - class com.mentata.sg8.SG8ConstantAttribute.
A constant attribute for use with SG8 objects.
SG8ConstantAttribute(String[]) - Constructor for class com.mentata.sg8.SG8ConstantAttribute
Creates an empty attribute which will always have the given values.
SG8Context - class com.mentata.sg8.SG8Context.
An L3D context for use with the SG8 gateway.
SG8Context(String) - Constructor for class com.mentata.sg8.SG8Context
Constructs a context using properties defined for the given name.
SG8DateAttribute - class com.mentata.sg8.SG8DateAttribute.
A date attribute for use with SG8 objects.
SG8DateAttribute() - Constructor for class com.mentata.sg8.SG8DateAttribute
Creates an empty date attribute with the DateFormat.LONG style.
SG8DateAttribute(int) - Constructor for class com.mentata.sg8.SG8DateAttribute
Creates an empty date attribute with a given DateFormat style.
SG8Discovery - class com.mentata.sg8.SG8Discovery.
A bean defining a single match for a directory search.
SG8Discovery() - Constructor for class com.mentata.sg8.SG8Discovery
 
SG8DiscreteAttribute - class com.mentata.sg8.SG8DiscreteAttribute.
An attribute with a defined set of possible values for use with SG8 objects.
SG8DiscreteAttribute() - Constructor for class com.mentata.sg8.SG8DiscreteAttribute
Constructs an empty discrete attribute.
SG8DiscreteAttribute(String[]) - Constructor for class com.mentata.sg8.SG8DiscreteAttribute
Constructs an empty attribute updated with a specific range of values.
SG8DiscreteAttribute(String[], String[]) - Constructor for class com.mentata.sg8.SG8DiscreteAttribute
Constructs an empty attribute updated with a specific range of values and labels.
SG8DnAttribute - class com.mentata.sg8.SG8DnAttribute.
A distinguished name attribute for use with SG8 objects.
SG8DnAttribute() - Constructor for class com.mentata.sg8.SG8DnAttribute
Constructs an empty dn attribute without a target.
SG8DnAttribute(String) - Constructor for class com.mentata.sg8.SG8DnAttribute
Constructs an empty dn attribute with a named target object.
SG8DnSubsetAttribute - class com.mentata.sg8.SG8DnSubsetAttribute.
A dn attribute limited to values of another attribute for use with SG8 objects.
SG8DnSubsetAttribute(String, String) - Constructor for class com.mentata.sg8.SG8DnSubsetAttribute
Constructs an empty dn attribute with a named target object and superset attribute.
SG8Email - class com.mentata.sg8.SG8Email.
A utility class for sending email messages.
SG8Email(String) - Constructor for class com.mentata.sg8.SG8Email
Constructs a new email message to send via localhost.
SG8Email(String, String) - Constructor for class com.mentata.sg8.SG8Email
Constructs a new email message.
SG8EmailAttribute - class com.mentata.sg8.SG8EmailAttribute.
An email attribute for use with SG8 objects.
SG8EmailAttribute() - Constructor for class com.mentata.sg8.SG8EmailAttribute
 
SG8Exception - exception com.mentata.sg8.SG8Exception.
An exception thrown within the SG8 gateway.
SG8Exception(String) - Constructor for class com.mentata.sg8.SG8Exception
Constructs an exception with undefined code and given hint.
SG8Exception(int) - Constructor for class com.mentata.sg8.SG8Exception
Constructs an exception using properties defined for the given code.
SG8Exception(int, String) - Constructor for class com.mentata.sg8.SG8Exception
Constructs an exception using properties defined for the given code.
SG8Exception(int, String, Throwable) - Constructor for class com.mentata.sg8.SG8Exception
Constructs an exception using properties defined for the given code and cause.
SG8FilterAttribute - class com.mentata.sg8.SG8FilterAttribute.
A filter valued attribute for use with SG8 objects.
SG8FilterAttribute(String, String, String) - Constructor for class com.mentata.sg8.SG8FilterAttribute
Constructs an empty OR filter attribute with a named target object and attribute.
SG8FilterAttribute(String, String, String, int) - Constructor for class com.mentata.sg8.SG8FilterAttribute
Constructs an empty filter attribute with a named target object and attribute.
SG8FilterAttribute(String, String, String, int, char) - Constructor for class com.mentata.sg8.SG8FilterAttribute
Constructs an empty filter attribute with a named target object and attribute.
SG8HTMLBlockAttribute - class com.mentata.sg8.SG8HTMLBlockAttribute.
An attribute representing a block of HTML for use with SG8 objects.
SG8HTMLBlockAttribute() - Constructor for class com.mentata.sg8.SG8HTMLBlockAttribute
Creates an empty HTML block attribute.
SG8HTMLBlockAttribute(int) - Constructor for class com.mentata.sg8.SG8HTMLBlockAttribute
Creates an empty HTML block attribute with the given number of rows.
SG8ImageAttribute - class com.mentata.sg8.SG8ImageAttribute.
An image attribute for use with SG8 objects.
SG8ImageAttribute() - Constructor for class com.mentata.sg8.SG8ImageAttribute
Constructs an empty image attribute.
SG8ImageAttribute(int, int) - Constructor for class com.mentata.sg8.SG8ImageAttribute
Constructs an empty image attribute with a given width and height.
SG8ImageAttribute(int, int, int) - Constructor for class com.mentata.sg8.SG8ImageAttribute
Constructs an empty image attribute with a given width, height, and border.
SG8ImageAttribute(int, int, int, String) - Constructor for class com.mentata.sg8.SG8ImageAttribute
Constructs an empty image attribute with a given width, height, border, and default value.
SG8LangAttribute - class com.mentata.sg8.SG8LangAttribute.
A language code attribute for use with SG8 objects.
SG8LangAttribute() - Constructor for class com.mentata.sg8.SG8LangAttribute
Creates an empty language code attribute.
SG8MLSAttribute - class com.mentata.sg8.SG8MLSAttribute.
A multi-line string attribute for use with SG8 objects.
SG8MLSAttribute() - Constructor for class com.mentata.sg8.SG8MLSAttribute
 
SG8Mailable - interface com.mentata.sg8.SG8Mailable.
SG8 objects that can use the mail gateway feature.
SG8Makable - interface com.mentata.sg8.SG8Makable.
SG8 objects that use creation and deletion gateway features.
SG8Mutable - interface com.mentata.sg8.SG8Mutable.
SG8 objects that use modification gateway features.
SG8NestAttribute - class com.mentata.sg8.SG8NestAttribute.
A dn attribute displaying an additional field for use with SG8 objects.
SG8NestAttribute(String, String) - Constructor for class com.mentata.sg8.SG8NestAttribute
Constructs a new nest attribute with a named target object and attribute.
SG8Object - class com.mentata.sg8.SG8Object.
An L3D object for use with the SG8 gateway display features.
SG8Object(L3DContext) - Constructor for class com.mentata.sg8.SG8Object
Constructs an empty object with base attributes compatible with SG8.
SG8PasswordAttribute - class com.mentata.sg8.SG8PasswordAttribute.
An attribute representing a password for use with SG8 objects.
SG8PasswordAttribute() - Constructor for class com.mentata.sg8.SG8PasswordAttribute
 
SG8ReverseDnAttribute - class com.mentata.sg8.SG8ReverseDnAttribute.
An attribute representing associated values from a dn lookup for use with SG8 objects.
SG8ReverseDnAttribute(String, String) - Constructor for class com.mentata.sg8.SG8ReverseDnAttribute
Constructs an empty reverse dn attribute with a named target object and attribute.
SG8ReverseNestAttribute - class com.mentata.sg8.SG8ReverseNestAttribute.
An attribute representing associated values from a dn lookup for use with SG8 objects.
SG8ReverseNestAttribute(String, String, String) - Constructor for class com.mentata.sg8.SG8ReverseNestAttribute
Constructs an empty reverse nest attribute with a named target object and attribute.
SG8Search - class com.mentata.sg8.SG8Search.
A bean defining a directory search and its results.
SG8Search() - Constructor for class com.mentata.sg8.SG8Search
 
SG8Servlet - class com.mentata.sg8.SG8Servlet.
An HTTP servlet for use in the SG8 gateway.
SG8Servlet() - Constructor for class com.mentata.sg8.SG8Servlet
 
SG8StringAttribute - class com.mentata.sg8.SG8StringAttribute.
A string attribute for use with SG8 objects.
SG8StringAttribute() - Constructor for class com.mentata.sg8.SG8StringAttribute
 
SG8TextAttribute - class com.mentata.sg8.SG8TextAttribute.
A long text valued attribute for use with SG8 objects.
SG8TextAttribute() - Constructor for class com.mentata.sg8.SG8TextAttribute
Constructs an empty text attribute.
SG8TextAttribute(int) - Constructor for class com.mentata.sg8.SG8TextAttribute
Constructs an empty text attribute updated with a specific number of rows.
SG8URLAttribute - class com.mentata.sg8.SG8URLAttribute.
A URL attribute for use with SG8 objects.
SG8URLAttribute() - Constructor for class com.mentata.sg8.SG8URLAttribute
Constructs an empty URL attribute.
SG8URLAttribute(String) - Constructor for class com.mentata.sg8.SG8URLAttribute
Constructs an empty URL attribute using a given target window.
SG8UTCAttribute - class com.mentata.sg8.SG8UTCAttribute.
A Universal Time Code attribute for use with SG8 objects.
SG8UTCAttribute() - Constructor for class com.mentata.sg8.SG8UTCAttribute
Constructs an empty UTC attribute with the DateFormat.LONG style for the date and time.
SG8UTCAttribute(int) - Constructor for class com.mentata.sg8.SG8UTCAttribute
Constructs an empty UTC attribute with a given DateFormat style for the date and the DateFormat.LONG style for the time.
SG8UTCAttribute(int, int) - Constructor for class com.mentata.sg8.SG8UTCAttribute
Constructs an empty UTC attribute with a given DateFormat style for the date and time.
SINGLEVALUE - Static variable in class com.mentata.l3d.L3DObject
A single value attribute.
STARTS - Static variable in class com.mentata.sg8.SG8FilterAttribute
A starts with substring search.
SUBTREE - Static variable in class com.mentata.l3d.L3DObject
A scope that includes an entire subtree of the directory hierarchy.
same(String, String) - Method in class com.mentata.l3d.L3DAttribute
Determines if the given values are considered equal for this attribute type.
same(String, String) - Method in class com.mentata.l3d.L3DDnAttribute
Determines if the given distinguished names are considered equal.
search(String) - Method in class com.mentata.l3d.L3DObject
Returns complete entries matching a submitted filter.
search(String, String[]) - Method in class com.mentata.l3d.L3DObject
Returns entries matching a submitted filter.
search(String, String[], int) - Method in class com.mentata.l3d.L3DObject
Returns entries matching a submitted filter.
search(String, String[], int, boolean) - Method in class com.mentata.l3d.L3DObject
Returns entries matching a submitted filter.
search(String, String[], int, boolean, LDAPConnection) - Method in class com.mentata.l3d.L3DObject
Returns entries matching a submitted filter.
setAction(String) - Method in class com.mentata.l3d.L3DPath
Sets the action name for the path.
setAction(String) - Method in class com.mentata.sg8.SG8Search
Sets the gateway action for the search results.
setApplication(String) - Method in class com.mentata.l3d.L3DPath
Sets the application name for the path.
setAttribute(String) - Method in class com.mentata.l3d.L3DPath
Sets the attribute name for the path.
setAttribute(String) - Method in class com.mentata.sg8.ActionsTag
Defines an attribute parameter for the tag context.
setAttribute(String) - Method in class com.mentata.sg8.SG8Discovery
Sets the attribute to highlight in the discovered entry.
setAttribute(SG8Attribute) - Method in class com.mentata.sg8.ValuesTableTag
Defines an attribute parameter for the tag context.
setAugmenting() - Method in interface com.mentata.sg8.SG8Attribute
Configures the attribute to only accept additional values.
setAugmenting() - Method in class com.mentata.sg8.SG8DnAttribute
Configures the attribute to only accept additional values.
setAugmenting() - Method in class com.mentata.sg8.SG8StringAttribute
Configures the attribute to only accept additional values.
setBatch(int) - Method in class com.mentata.sg8.SG8Object
Sets a batch size to use in search results pagination.
setBind(LDAPConnection) - Method in class com.mentata.l3d.L3DObject
Associates the object with a directory connection.
setColumns(int) - Method in class com.mentata.sg8.ValuesTableTag
Defines a columns parameter for the tag context.
setContext(String) - Method in class com.mentata.l3d.L3DPath
Sets the context name for the path.
setCurrentattribute(String) - Method in class com.mentata.sg8.SG8Discovery
Sets the current attribute for the discovery.
setCurrentlist(String) - Method in class com.mentata.sg8.SG8Discovery
Sets the current attribute list for the discovery.
setException(Throwable) - Method in class com.mentata.sg8.ExcuseTag
Defines an exception parameter for the tag context.
setException(Throwable) - Method in class com.mentata.sg8.TraceTag
Defines an exception parameter for the tag context.
setFilter(String) - Method in class com.mentata.l3d.L3DObject
Sets the default filter for the object.
setFilter(String) - Method in class com.mentata.sg8.SG8Search
Sets the filter for the search.
setFooter(String) - Method in class com.mentata.sg8.SG8Object
Sets a footer file to use in dynamic HTML output.
setFormats() - Method in class com.mentata.sg8.SG8Object
Permits the object to be retrieved in all available formats.
setFormats(String[]) - Method in class com.mentata.sg8.SG8Object
Permits the object to be retrieved in the named formats.
setGenerated(boolean) - Method in class com.mentata.l3d.L3DAttribute
Records the existence of assigned values for the attribute.
setGlob() - Method in class com.mentata.sg8.SG8Object
Allows the object to accept globbed identifiers in relevant requests.
setHTMLThreshold(int) - Method in interface com.mentata.sg8.SG8Attribute
Sets the maximum number of values to display in HTML output.
setHTMLThreshold(int) - Method in class com.mentata.sg8.SG8DnAttribute
Sets the maximum number of values to display in HTML output.
setHTMLThreshold(int) - Method in class com.mentata.sg8.SG8StringAttribute
Sets the maximum number of values to display in HTML output.
setHeader(String) - Method in class com.mentata.sg8.SG8Object
Sets a header file to use in dynamic HTML output.
setIdentifier(String) - Method in class com.mentata.l3d.L3DPath
Sets the identifier for the path.
setIncremental(String, String, String) - Method in class com.mentata.l3d.L3DObject
Configure auto-incrementing for identifiers.
setLabel(String) - Method in class com.mentata.l3d.L3DAttribute
Assigns a label to the attribute.
setLabel(String) - Method in class com.mentata.l3d.L3DObject
Assigns a label to the type of object.
setLabel(String, String) - Method in class com.mentata.l3d.L3DObject
Assigns a label to an attribute of the object.
setLengthThreshold(int) - Method in class com.mentata.l3d.L3DAttribute
Sets a threshold for the number of characters an attribute value can contain.
setLimit(int) - Method in class com.mentata.l3d.L3DObject
Sets a maximum for the number of entries to return in a search.
setLocal() - Method in class com.mentata.sg8.SG8Object
Configures the object to adopt the preferred locale of clients.
setLocale(Locale) - Method in class com.mentata.l3d.L3DException
Configures the locale for the exception.
setLocale(Locale) - Method in class com.mentata.l3d.L3DObject
Sets the locale for the object.
setMessage(String) - Method in class com.mentata.sg8.ErrorTag
Defines an error message parameter for the tag context.
setModified(String[]) - Method in class com.mentata.sg8.SG8Change
Sets the attributes modified in the changed entry.
setObject(String) - Method in class com.mentata.l3d.L3DPath
Sets the object name for the path.
setObject(SG8Object) - Method in class com.mentata.sg8.ActionsTag
Defines an object parameter for the tag context.
setObject(SG8Object) - Method in class com.mentata.sg8.SG8Discovery
Sets the discovered object.
setPage(int) - Method in class com.mentata.sg8.SG8Search
Sets the page number for the search results.
setPrerequisites(String[]) - Method in class com.mentata.l3d.L3DAttribute
Sets prerequisite attributes for this attribute.
setRemainder(String) - Method in class com.mentata.l3d.L3DPath
Sets the remainder string for the path.
setResults(String[]) - Method in class com.mentata.sg8.SG8Change
Sets results messages corresponding to modified attributes.
setResults(LDAPEntry[]) - Method in class com.mentata.sg8.SG8Search
Sets the results matching the search.
setSearch(SG8Search) - Method in class com.mentata.sg8.PaginationTag
Defines an search parameter for the tag context.
setSeparator(String) - Method in interface com.mentata.sg8.SG8Attribute
Sets the separator string to display between values in HTML output.
setSeparator(String) - Method in class com.mentata.sg8.SG8DnAttribute
Sets the separator string to display between values in HTML output.
setSeparator(String) - Method in class com.mentata.sg8.SG8StringAttribute
Sets the separator string to display between values in HTML output.
setSorting(String[], boolean[]) - Method in class com.mentata.l3d.L3DObject
Configures the sorting behavior for entries of the object.
setSpacing(int) - Method in class com.mentata.sg8.ValuesTableTag
Defines a spacing parameter for the tag context.
setStylesheet(String) - Method in class com.mentata.sg8.SG8Object
Sets a CSS stylesheet to use in dynamic HTML output.
setSubject(String) - Method in class com.mentata.sg8.SG8Email
Set the email subject header.
setTextColumns(int) - Method in class com.mentata.sg8.SG8Object
Sets the maximum text entry column width for object attributes.
setThreshold(int) - Method in class com.mentata.l3d.L3DAttribute
Sets a threshold for the number of values the attribute can contain.
setTo(String[]) - Method in class com.mentata.sg8.SG8Email
Set the email to addresses and header.
setURI(String) - Method in class com.mentata.l3d.L3DPath
Configures the path according to a decoded and translated URI.
setValues(String[]) - Method in class com.mentata.l3d.L3DAttribute
Sets the attribute's values.
sign - class com.mentata.sg8.sign.
A servlet for signing on or off of a gateway context.
sign() - Constructor for class com.mentata.sg8.sign
 

T

TEXT_RESOURCES - Static variable in interface com.mentata.sg8.SG8Attribute
Textual resources property file.
TraceTag - class com.mentata.sg8.TraceTag.
A tag handler that generates a stack trace for thrown exceptions.
TraceTag() - Constructor for class com.mentata.sg8.TraceTag
 
top - class com.mentata.sg8.core.top.
A generic object for any type of entry.
top(L3DContext) - Constructor for class com.mentata.sg8.core.top
Constructs an empty template.

U

update(String) - Method in class com.mentata.l3d.L3DObject
Updates the directory database with the current value for the given attribute via a bound connection.
update(LDAPConnection, String) - Method in class com.mentata.l3d.L3DObject
Updates the directory database with the current value for the given attribute.
update - class com.mentata.sg8.update.
A servlet for updating attribute values for existing entries in the database.
update() - Constructor for class com.mentata.sg8.update
 
useJSP(String[]) - Method in class com.mentata.sg8.SG8Object
Configures the object to use custom JSP for the named pages.
useServlets(String[]) - Method in class com.mentata.sg8.SG8Object
Permits the object to be used with the named servlets.

V

ValuesTableTag - class com.mentata.sg8.ValuesTableTag.
A tag handler for displaying the values of an attribute in a multi-column table.
ValuesTableTag() - Constructor for class com.mentata.sg8.ValuesTableTag
 

W

wc - class com.mentata.i4c.wc.
A client which counts matching entries or attributes in a directory.
wc() - Constructor for class com.mentata.i4c.wc
 

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