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

A

ACCESSIBILITY - Static variable in class edu.internet2.middleware.ldappc.Constants
A flag to allow the use of reflection in the testing code to access private and protected members.
addGroup(Stem, String, String) - Method in class edu.internet2.middleware.ldappc.StemProcessor
Add a group to a stem
addGroupEntry(Name, Group) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This creates a new Group ldap entry.
addGroups() - Method in class edu.internet2.middleware.ldappcTest.StemProcessorTest
A test of adding new groups to a root stem
addMember(Group, Subject) - Method in class edu.internet2.middleware.ldappc.GroupProcessor
Add a member to a group
addStem(String, String) - Method in class edu.internet2.middleware.ldappc.StemProcessor
Add a stem to the root stem
addStem(Stem, String, String) - Method in class edu.internet2.middleware.ldappc.StemProcessor
Add a stem to another stem
addStem(Stem, String, String, String) - Method in class edu.internet2.middleware.ldappcTest.StemProcessorTest
 
AllJUnitBaseDirTests - Class in edu.internet2.middleware.ldappcTest
This class builds a TestSuite out of the individual test classes.
AllJUnitBaseDirTests(String) - Constructor for class edu.internet2.middleware.ldappcTest.AllJUnitBaseDirTests
Class for running all of the test cases for the base directory.
AllJUnitBuilderTests - Class in edu.internet2.middleware.ldappcTest.dbBuilder
This class builds a TestSuite out of the individual test classes.
AllJUnitBuilderTests(String) - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.AllJUnitBuilderTests
Class for running all of the configuration management test cases.
AllJUnitConfigurationTests - Class in edu.internet2.middleware.ldappcTest.configuration
This class builds a TestSuite out of the individual test classes.
AllJUnitConfigurationTests(String) - Constructor for class edu.internet2.middleware.ldappcTest.configuration.AllJUnitConfigurationTests
Class for running all of the configuration management test cases.
AllJUnitQuickStartTests - Class in edu.internet2.middleware.ldappcTest.qs
This class builds a TestSuite out of the individual test classes for checking overall provisioning of data from Grouper and Signet into the LDAP directory.
AllJUnitQuickStartTests(String) - Constructor for class edu.internet2.middleware.ldappcTest.qs.AllJUnitQuickStartTests
Class for running all of the quick start test cases.
AllJUnitSynchronizerTests - Class in edu.internet2.middleware.ldappcTest.synchronize
This class builds a TestSuite out of the individual test classes.
AllJUnitSynchronizerTests(String) - Constructor for class edu.internet2.middleware.ldappcTest.synchronize.AllJUnitSynchronizerTests
Class for running all of the synchronizer test cases.
AllJUnitTests - Class in edu.internet2.middleware.ldappcTest
This class builds a master TestSuite out of the individual test suites.
AllJUnitTests(String) - Constructor for class edu.internet2.middleware.ldappcTest.AllJUnitTests
Constructor
AllJUnitUtilTests - Class in edu.internet2.middleware.ldappcTest
This class builds a TestSuite out of the individual test classes.
AllJUnitUtilTests(String) - Constructor for class edu.internet2.middleware.ldappcTest.AllJUnitUtilTests
Class for running all of the test cases for the base directory.
Architecture - Class in edu.internet2.middleware.ldappc.documentation
This document describes the architecture of the Ldappc program.
Architecture() - Constructor for class edu.internet2.middleware.ldappc.documentation.Architecture
 
AttributeModifier - Class in edu.internet2.middleware.ldappc.synchronize
This is a synchronizer helper class for modifying LDAP attribute values.
AttributeModifier(String) - Constructor for class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Constructs an AttributeModifier for the attribute name.
AttributeModifier(String, String) - Constructor for class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Constructs an AttributeModifier for the attribute name with the given "no value" value.
AttributeModifier(String, boolean) - Constructor for class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Constructs an AttributeModifier for the attribute name with the case sensitivity for string comparisions set as given.
AttributeModifier(String, String, boolean) - Constructor for class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Constructs an AttributeModifier for the attribute name with the given "no value" value and case sensitivity.
AttributeModifierTest - Class in edu.internet2.middleware.ldappcTest.synchronize
This set of tests validates the AttributeModifier.
AttributeModifierTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.synchronize.AttributeModifierTest
Class constructor

B

bindInetOrgPersonEntry(String) - Method in class edu.internet2.middleware.ldappcTest.LdapNewEntryTest
Add a new person entry
bindOrgUnitEntry(String) - Method in class edu.internet2.middleware.ldappcTest.LdapNewEntryTest
Add a new organization unit entry
buildGroupDn(Group) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This builds the DN of the given group.
buildGroupSet(GrouperSession) - Method in class edu.internet2.middleware.ldappc.GrouperProvisioner
This builds the set of Groups to be provisioned.
buildLimitMap(Set) - Method in class edu.internet2.middleware.ldappc.synchronize.EduPermissionSynchronizer
This builds a mapping from Limit ID to all of the it's values.
buildQueryGroupList(GrouperSession) - Method in class edu.internet2.middleware.ldappc.GrouperProvisioner
This builds the set of Groups identified by the subordinate stem and attribute value queries defined in the provisioning configuration.
buildSourceSubjectDnSet() - Method in class edu.internet2.middleware.ldappc.GrouperProvisioner
Builds the subject DN set.
buildSourceSubjectDnSet() - Method in class edu.internet2.middleware.ldappc.SignetProvisioner
Builds the subject DN set.
buildStemOuEntries(Group) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This builds the group's parent OU DN.
buildSubjectLdapBase(LdapContext, String, String, String) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GrouperSubjectProvisioner
This create an DN entry under which to place the test subjects used for testing purposes.
buildSubjectLdapBase(LdapContext, String, String, String) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetSubjectProvisioner
This create an DN entry under which to place the test subjects used for testing purposes.
buildSubjectLdapEntry(LdapContext, Subject, String) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GrouperSubjectProvisioner
This populates the LDAP directory with subject data for testing purposes.
buildSubjectLdapEntry(LdapContext, Subject, String, String) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetSubjectProvisioner
This populates the LDAP directory with subject data for testing purposes.
buildThrowableMsg(Throwable, String) - Method in class edu.internet2.middleware.ldappc.Provisioner
Builds the message for logging throwables

C

clean() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleaner
 
clean() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleanerTest
Display selected database contents.
clear() - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Clears all of the existing values to be added or deleted
clearRoot() - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This deletes any entries under the root entry are neither organizationalUnits nor have the same object class as a group entry.
commit() - Method in class edu.internet2.middleware.ldappc.synchronize.EduPermissionSynchronizer
This commits any changes not already committed to the directory.
commit() - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This commits any changes not already committed to the directory.
commit() - Method in class edu.internet2.middleware.ldappc.synchronize.GroupSynchronizer
Commits any outstanding changes to the directory.
commit() - Method in class edu.internet2.middleware.ldappc.synchronize.MembershipSynchronizer
Commits any outstanding changes to the directory.
commit() - Method in class edu.internet2.middleware.ldappc.synchronize.PermissionSynchronizer
Commits any outstanding changes to the directory.
commit() - Method in class edu.internet2.middleware.ldappc.synchronize.StringMembershipSynchronizer
This commits any changes not already committed to the directory.
commit() - Method in class edu.internet2.middleware.ldappc.synchronize.StringPermissionSynchronizer
This commits any changes not already committed to the directory.
CONFIG_FILE_RESOURCE - Static variable in class edu.internet2.middleware.ldappc.ConfigManager
Default configuration file resource name
ConfigManager - Class in edu.internet2.middleware.ldappc
Class for accessing values from the Auth2Ldap configuration file.
ConfigManagerTest - Class in edu.internet2.middleware.ldappcTest.configuration
This set of tests validates the ConfigManager.
ConfigManagerTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Class constructor
Constants - Class in edu.internet2.middleware.ldappc
Class for containing global constants for the Ldappc program.
Constants() - Constructor for class edu.internet2.middleware.ldappc.Constants
 
contextExists(String) - Method in class edu.internet2.middleware.ldappc.RootProcessor
Method for Checking that a context exists
convertDnString(String) - Method in class edu.internet2.middleware.ldappc.synchronize.DnAttributeModifier
Converts DN string into a Name.
convertParameterToAsterisk(String, int) - Static method in class edu.internet2.middleware.ldappc.util.LdapUtil
Converts a "{i}" ldap query filter parameter to "*" where i >= 0.

D

DatabaseCleaner - Class in edu.internet2.middleware.ldappcTest.dbBuilder
Class for removing the database additions that were added by the DatabaseBuilderTest class
DatabaseCleaner() - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleaner
Constructor
DatabaseCleanerTest - Class in edu.internet2.middleware.ldappcTest.dbBuilder
Class for a grouper database so that other LDAP provisioning tests will have data to work on.
DatabaseCleanerTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleanerTest
Constructor
DatabaseDisplayer - Class in edu.internet2.middleware.ldappcTest.dbBuilder
Class for displaying a grouper database.
DatabaseDisplayer() - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
Constructor
debug(Class, String) - Static method in class edu.internet2.middleware.ldappc.logging.DebugLog
Logs debug level messages.
debug(String) - Static method in class edu.internet2.middleware.ldappc.logging.DebugLog
Logs debug level messages.
DebugLog - Class in edu.internet2.middleware.ldappc.logging
Ldappc API debug logging.
DebugLog() - Constructor for class edu.internet2.middleware.ldappc.logging.DebugLog
 
delete(DirContext, Name) - Static method in class edu.internet2.middleware.ldappc.util.LdapUtil
This deletes the subcontext of context identified by dn.
deleteGroup(Group) - Method in class edu.internet2.middleware.ldappc.StemProcessor
Delete a group
deleteGroupByName(String, boolean) - Method in class edu.internet2.middleware.ldappc.StemProcessor
Delete a group by name
deleteMember(Group, Subject) - Method in class edu.internet2.middleware.ldappc.GroupProcessor
Delete a member
deleteMember(Group, Member) - Method in class edu.internet2.middleware.ldappc.GroupProcessor
Delete a member
deleteStem(Stem) - Method in class edu.internet2.middleware.ldappc.StemProcessor
Delete a stem
deleteStemByName(String, boolean) - Method in class edu.internet2.middleware.ldappc.StemProcessor
Delete a stem by name
deleteTopLevel1Entries() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GroupBuilderTest
Delete topLevelStem1 if it exists.
DELIMITER - Static variable in class edu.internet2.middleware.ldappc.synchronize.StringPermissionSynchronizer
Delimiter to use in the string representation of the permission
DeploymentGuide - Class in edu.internet2.middleware.ldappc.documentation
Deployment Guide
DeploymentGuide() - Constructor for class edu.internet2.middleware.ldappc.documentation.DeploymentGuide
 
Design - Class in edu.internet2.middleware.ldappc.documentation
This document describes the design of the Ldappc program.
Design() - Constructor for class edu.internet2.middleware.ldappc.documentation.Design
 
determineStatus(Group) - Method in class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Determines the status of the group based on the lastModifyTime provided in the GrouperOptions.
determineStatus(Permission) - Method in class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Determines the status of the permission based on the lastModifyTime provided in the SignetOptions.
display(String) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleanerTest
Display database contents.
display() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
Display selected database contents.
displayBindings() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
Display bindings
displayBindings(String) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
Display bindings for DN
displayBindings(DirContext, String) - Static method in class edu.internet2.middleware.ldappcTest.LdapNewEntryTest
Determine if an attribute exists Example call: doesAttributeExist("cn", "Manager",AllJUnitTests.DN_TEST_BASE);
displayContexts(String) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
Display Contexts
displayGroupStructure(Group) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
Display group structure This method is for development purposes only.
displayStructure() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
Display stem structure starting at the root stem.
displayStructure(Stem) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
Display stem structure starting at the specified stem.
displaySubjectPrivileges(String, String) - Static method in class edu.internet2.middleware.ldappcTest.util.SignetUtil
This is a utility for displaying the data associated with a Signet subject's privileges.
displaySubjects() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
Display Subjects
DisplayTest - Class in edu.internet2.middleware.ldappcTest
Displays or logs JUnit test run titles.
DisplayTest() - Constructor for class edu.internet2.middleware.ldappcTest.DisplayTest
 
DN_TEST_BASE - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
The distinguished name for the base context used for testing.
DnAttributeModifier - Class in edu.internet2.middleware.ldappc.synchronize
This is an AttributeModifier for modifying LDAP attribute values that are known to hold DN strings.
DnAttributeModifier(NameParser, String) - Constructor for class edu.internet2.middleware.ldappc.synchronize.DnAttributeModifier
Constructs a DnAttributeModifier for the attribute name without a "no value".
DnAttributeModifier(NameParser, String, String) - Constructor for class edu.internet2.middleware.ldappc.synchronize.DnAttributeModifier
Constructs a DnAttributeModifier for the attribute name with the given "no value" value.
DnAttributeModifierTest - Class in edu.internet2.middleware.ldappcTest.synchronize
This set of tests validates the DnAttributeModifier.
DnAttributeModifierTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.synchronize.DnAttributeModifierTest
Class constructor
DocumentationRoadmap - Class in edu.internet2.middleware.ldappc.documentation
This document describes the other documents in this package related to the Ldappc program.
DocumentationRoadmap() - Constructor for class edu.internet2.middleware.ldappc.documentation.DocumentationRoadmap
 
doesStemExist(GrouperSession, String) - Static method in class edu.internet2.middleware.ldappc.StemProcessor
Determine if a stem exists

E

edu.internet2.middleware.ldappc - package edu.internet2.middleware.ldappc
 
edu.internet2.middleware.ldappc.documentation - package edu.internet2.middleware.ldappc.documentation
 
edu.internet2.middleware.ldappc.ldap - package edu.internet2.middleware.ldappc.ldap
 
edu.internet2.middleware.ldappc.logging - package edu.internet2.middleware.ldappc.logging
 
edu.internet2.middleware.ldappc.synchronize - package edu.internet2.middleware.ldappc.synchronize
 
edu.internet2.middleware.ldappc.util - package edu.internet2.middleware.ldappc.util
 
edu.internet2.middleware.ldappcTest - package edu.internet2.middleware.ldappcTest
 
edu.internet2.middleware.ldappcTest.ants - package edu.internet2.middleware.ldappcTest.ants
 
edu.internet2.middleware.ldappcTest.configuration - package edu.internet2.middleware.ldappcTest.configuration
 
edu.internet2.middleware.ldappcTest.dbBuilder - package edu.internet2.middleware.ldappcTest.dbBuilder
 
edu.internet2.middleware.ldappcTest.qs - package edu.internet2.middleware.ldappcTest.qs
 
edu.internet2.middleware.ldappcTest.synchronize - package edu.internet2.middleware.ldappcTest.synchronize
 
edu.internet2.middleware.ldappcTest.util - package edu.internet2.middleware.ldappcTest.util
 
EDU_PERMISSION_ID - Static variable in class edu.internet2.middleware.ldappc.ldap.EduPermission.Attribute
eduPermissionId attribute
EDU_PERMISSION_LIMIT - Static variable in class edu.internet2.middleware.ldappc.ldap.EduPermission.Attribute
eduPermissionLimit attribute
EDU_PERMISSION_LIMIT_ID - Static variable in class edu.internet2.middleware.ldappc.ldap.EduPermission.Attribute
eduPermissionLimitId attribute
EDU_PERMISSION_SCOPE_ID - Static variable in class edu.internet2.middleware.ldappc.ldap.EduPermission.Attribute
eduPermissionScopeId attribute
EDU_PERMISSION_SCOPE_NAME - Static variable in class edu.internet2.middleware.ldappc.ldap.EduPermission.Attribute
eduPermissionScopeName attribute
EDU_PERMISSION_SUBSYSTEM_ID - Static variable in class edu.internet2.middleware.ldappc.ldap.EduPermission.Attribute
eduPermissionSubsystemId attribute
EduPermission - Class in edu.internet2.middleware.ldappc.ldap
This defines constants for the EduPermission object class.
EduPermission() - Constructor for class edu.internet2.middleware.ldappc.ldap.EduPermission
 
EduPermission.Attribute - Class in edu.internet2.middleware.ldappc.ldap
Class to hold attribute constants
EduPermission.Attribute() - Constructor for class edu.internet2.middleware.ldappc.ldap.EduPermission.Attribute
 
EduPermissionSynchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This synchronizes permissions stored in the directory as eduPermission entries.
EduPermissionSynchronizer(LdapContext, Name, SignetProvisionerConfiguration, SignetProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.synchronize.EduPermissionSynchronizer
Constructs a EduPermissionSynchronizer
EMPTY_NAME - Static variable in class edu.internet2.middleware.ldappc.util.LdapUtil
Empty name string for name parser
EntryNotFoundException - Exception in edu.internet2.middleware.ldappc
This Ldappc exception is thrown when an LDAP entry is not found.
EntryNotFoundException() - Constructor for exception edu.internet2.middleware.ldappc.EntryNotFoundException
Constructs a new exception with null as its detail message.
EntryNotFoundException(String) - Constructor for exception edu.internet2.middleware.ldappc.EntryNotFoundException
Constructs a new exception with the specified detail message.
EntryNotFoundException(String, Throwable) - Constructor for exception edu.internet2.middleware.ldappc.EntryNotFoundException
Constructs a new exception with the specified detail message and cause.
EntryNotFoundException(Throwable) - Constructor for exception edu.internet2.middleware.ldappc.EntryNotFoundException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
error(Class, String) - Static method in class edu.internet2.middleware.ldappc.logging.ErrorLog
Logs error level messages.
ERROR - Static variable in class edu.internet2.middleware.ldappc.logging.ExceptionHandler
Exception level for error messages.
ErrorLog - Class in edu.internet2.middleware.ldappc.logging
Ldappc API debug logging.
ErrorLog() - Constructor for class edu.internet2.middleware.ldappc.logging.ErrorLog
 
ExceptionHandler - Class in edu.internet2.middleware.ldappc.logging
Ldappc API debug logging.
ExceptionHandler() - Constructor for class edu.internet2.middleware.ldappc.logging.ExceptionHandler
Constructor
execute() - Method in class edu.internet2.middleware.ldappcTest.ants.PropertyCheckerTask
The execute method implements the abstract method of the Task class that this class extends.

F

fatal(Class, String) - Static method in class edu.internet2.middleware.ldappc.logging.ErrorLog
Logs fatal level messages.
FATAL - Static variable in class edu.internet2.middleware.ldappc.logging.ExceptionHandler
Exception level for fatal messages.
findSubjectById(String) - Method in class edu.internet2.middleware.ldappc.GrouperSubjectRetriever
Find a subject by Id
findSubjectDn(LdapContext, ProvisionerConfiguration, Subject) - Static method in class edu.internet2.middleware.ldappc.Provisioner
This returns the DN of the subject.
findSubjectDn(LdapContext, ProvisionerConfiguration, String, String) - Static method in class edu.internet2.middleware.ldappc.Provisioner
This returns the DN of the identified subject.

G

getAdditions() - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Returns an attribute with the values to be added.
getAllPrivilegedSubjects() - Method in class edu.internet2.middleware.ldappc.SignetSubjectRetriever
Gets all PrivilegedSubjects.
getAttributeName() - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Gets the attribute name
getAttributesAsString(Subject) - Static method in class edu.internet2.middleware.ldappc.util.LdapDisplayUtil
 
getBase() - Method in class edu.internet2.middleware.ldappc.util.LdapSearchFilter
Gets the base DN
getConfigManagerLocation() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerOptions
Get the location of the alternative configuration manager.
getConfigManagerLocation() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for configManagerLocation.
getConfigManagerLocation() - Method in interface edu.internet2.middleware.ldappc.SignetProvisionerOptions
Get the location of the alternative configuration manager.
getConfiguration() - Method in class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Get the Grouper provisioner configuration
getConfiguration() - Method in class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Get the Signet provisioner configuration
getContext() - Method in class edu.internet2.middleware.ldappc.synchronize.Synchronizer
Get the Ldap context
getDoGroups() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerOptions
This returns a boolean indicating whether or not groups are provisioned.
getDoGroups() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for doGroups.
getDoMemberships() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerOptions
This returns a boolean indicating whether or not memberships are provisioned.
getDoMemberships() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for doMemberships.
getDoPermissions() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for doPermissions.
getDoPermissions() - Method in interface edu.internet2.middleware.ldappc.SignetProvisionerOptions
This returns a boolean indicating whether or not permissions are provisioned.
getDoPolling() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for doPolling.
getErrorData(Member, Subject, Name) - Method in class edu.internet2.middleware.ldappc.GrouperProvisioner
Builds an error data string based on the objects provided.
getErrorData(PrivilegedSubject, Subject, Name) - Method in class edu.internet2.middleware.ldappc.SignetProvisioner
Builds an error data string based on the objects provided.
getErrorData(Subject) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
Builds an error data string based on the objects provided.
getErrorData(Group) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
Builds an error data string based on the objects provided.
getErrorData(Member) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
Builds an error data string based on the objects provided.
getErrors() - Method in exception edu.internet2.middleware.ldappc.MultiErrorException
Returns the array of errors.
getFatalOccurred() - Static method in class edu.internet2.middleware.ldappc.logging.ErrorLog
Getter for fatalOccurred.
getFilter() - Method in class edu.internet2.middleware.ldappc.util.LdapSearchFilter
Get the search filter
getGroupAttributeMapping() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns a possibly empty Map of the Group attribute name to LDAP attribute name mapping.
getGroupAttributeMapping() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This method returns a possibly empty Map of the Group attribute name to LDAP attribute name mapping.
getGroupAttributeMappingLdapEmptyValue(String) - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the value to store in the ldap attribute if there are no grouper attribute values to store there.
getGroupAttributeMappingLdapEmptyValue(String) - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the value to store in the ldap attribute if there are no grouper attribute values to store there.
getGroupAttributeMappingObjectClass() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the LDAP objectclass the Group entry must have to support the Grouper attribute to LDAP attribute mapping.
getGroupAttributeMappingObjectClass() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the LDAP objectclass the Group entry must have to support the Grouper attribute to LDAP attribute mapping.
getGroupAttrMatchingQueries() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns a possibly empty Map of the Group attribute name/value pairs for creating matching queries.
getGroupAttrMatchingQueries() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This method returns a possibly empty Map of the Group attribute name/value pairs for creating matching queries.
getGroupData(Group) - Static method in class edu.internet2.middleware.ldappc.GrouperProvisioner
Returns group data string
getGroupDnGrouperAttribute() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns the Grouper group attribute whose value is the Group RND value.
getGroupDnGrouperAttribute() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This returns the Grouper group attribute whose value is the Group RND value.
getGroupDnObjectClass() - Method in class edu.internet2.middleware.ldappc.ConfigManager
Returns the name of the object class for the Group entry when ConfigManager.getGroupDnStructure() returns GrouperProvisionerConfiguration.GROUP_DN_FLAT.
getGroupDnObjectClass() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
Returns the object class for the Group entry
getGroupDnRdnAttribute() - Method in class edu.internet2.middleware.ldappc.ConfigManager
Returns the RDN attribute name for the Group entry
getGroupDnRdnAttribute() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
Returns the RDN attribute name for the Group entry
getGroupDnRoot() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns the DN of the root entry being used for Group DNs.
getGroupDnRoot() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This returns the DN of the root entry being used for Group DNs.
getGroupDnStructure() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns the defined Group DN structure.
getGroupDnStructure() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This returns the defined Group DN structure.
getGroupMembersDnListAttribute() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the LDAP entry attribute containing the list of Member DNs which belong to the Group.
getGroupMembersDnListAttribute() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the LDAP entry attribute containing the list of Member DNs which belong to the Group.
getGroupMembersDnListEmptyValue() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the value to store in the group member DN list attribute if there are no member DNs to store there.
getGroupMembersDnListEmptyValue() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the value to store in the group member DN list attribute if there are no member DNs to store there.
getGroupMembersDnListObjectClass() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the object class to be added to the Group LDAP entry so support the Group members Dn list attribute.
getGroupMembersDnListObjectClass() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the object class to be added to the Group LDAP entry so support the Group members Dn list attribute.
getGroupMembersNameListAttribute() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the LDAP entry attribute containing the list of Member names which belong to the Group.
getGroupMembersNameListAttribute() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the LDAP entry attribute containing the list of Member names which belong to the Group.
getGroupMembersNameListEmptyValue() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the value to store in the group member name list attribute if there are no member names to store there.
getGroupMembersNameListEmptyValue() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the value to store in the group member name list attribute if there are no member names to store there.
getGroupMembersNameListNamingAttribute(String) - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns the Subject attribute name for creating the Member's name for the given source name.
getGroupMembersNameListNamingAttribute(String) - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This method returns the Subject attribute name for creating the Member's name for the given source name.
getGroupMembersNameListNamingAttributes() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns a possibly empty Map of the Group members name list source to subject attribute mapping used to determine a members name.
getGroupMembersNameListNamingAttributes() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This method returns a possibly empty Map of the Group members name list source to subject attribute mapping used to determine a members name.
getGroupMembersNameListObjectClass() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the object class to be added to the Group LDAP entry so support the Group members name list attribute.
getGroupMembersNameListObjectClass() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the object class to be added to the Group LDAP entry so support the Group members name list attribute.
getGroupSubordinateStemQueries() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns a possibly empty Set of the Group stems for creating subordinate stem queries.
getGroupSubordinateStemQueries() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This method returns a possibly empty Set of the Group stems for creating subordinate stem queries.
getInstance() - Static method in class edu.internet2.middleware.ldappc.ConfigManager
Returns the singleton instance of ConfigManager.
getInterval() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for interval.
getLastModifyTime() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for lastModifyTime.
getLastModifyTime() - Method in interface edu.internet2.middleware.ldappc.ProvisionerOptions
This returns the last modify time.
getLdapContext() - Static method in class edu.internet2.middleware.ldappc.util.LdapUtil
This creates an LdapContext.
getLdapContext(Hashtable, Control[]) - Static method in class edu.internet2.middleware.ldappc.util.LdapUtil
This creates an LdapContext with the given environment properties and connection request controls.
getLdapContextParameters() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns a Hashtable of the LDAP parameters defined to create the InitialContext.
getMemberData(Member) - Static method in class edu.internet2.middleware.ldappc.GrouperProvisioner
Returns member data string
getMemberGroupsListAttribute() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the LDAP entry attribute name containing the list of Groups to which a Member belongs.
getMemberGroupsListAttribute() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the LDAP entry attribute name containing the list of Groups to which a Member belongs.
getMemberGroupsListEmptyValue() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the value to store in the member groups list attribute if there are no Groups to store there.
getMemberGroupsListEmptyValue() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the value to store in the member groups list attribute if there are no Groups to store there.
getMemberGroupsListObjectClass() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns the object class the Member's LDAP entry must have to support the member groups list attribute.
getMemberGroupsListObjectClass() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This returns the object class the Member's LDAP entry must have to support the member groups list attribute.
getMemberGroupsNamingAttribute() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the Grouper Group naming attribute to be used when creating the list of Groups to which Member belongs.
getMemberGroupsNamingAttribute() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This gets the Grouper Group naming attribute to be used when creating the list of Groups to which Member belongs.
getMessage() - Method in exception edu.internet2.middleware.ldappc.MultiErrorException
Returns the detail message string integrating those from the errors.
getModifications() - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Returns an array of modification items necessary to update attribute based on the state of this object.
getNoValue() - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Gets the "no value" value.
getOptions() - Method in class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Get the Grouper provisioner options
getOptions() - Method in class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Get the Signet provisioner options
getPermissionsFunctionQueries() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns a possibly empty Set of the function IDs for creating permission function queries.
getPermissionsFunctionQueries() - Method in interface edu.internet2.middleware.ldappc.SignetProvisionerConfiguration
This method returns a possibly empty Set of the function IDs for creating permission function queries.
getPermissionsListingStoredAs() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This get the storage method for permission listings.
getPermissionsListingStoredAs() - Method in interface edu.internet2.middleware.ldappc.SignetProvisionerConfiguration
This get the storage method for permission listings.
getPermissionsListingStringAttribute() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the Subject LDAP entry attribute for storing the permission listing when the storage method is SignetProvisionerConfiguration.PERMISSIONS_LISTING_STRING.
getPermissionsListingStringAttribute() - Method in interface edu.internet2.middleware.ldappc.SignetProvisionerConfiguration
This gets the Subject LDAP entry attribute for storing the permission listing when the storage method is SignetProvisionerConfiguration.PERMISSIONS_LISTING_STRING.
getPermissionsListingStringEmptyValue() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the value to store in the permission listing string attribute if there are no permissions found to store there.
getPermissionsListingStringEmptyValue() - Method in interface edu.internet2.middleware.ldappc.SignetProvisionerConfiguration
This gets the value to store in the permission listing string attribute if there are no permissions found to store there.
getPermissionsListingStringObjectClass() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the Subject LDAP entry object class for storing the permission listing when the storage method is SignetProvisionerConfiguration.PERMISSIONS_LISTING_STRING.
getPermissionsListingStringObjectClass() - Method in interface edu.internet2.middleware.ldappc.SignetProvisionerConfiguration
This gets the Subject LDAP entry object class for storing the permission listing when the storage method is SignetProvisionerConfiguration.PERMISSIONS_LISTING_STRING.
getPermissionsListingStringPrefix() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This gets the prefix for creating the permission listing when the storage method is SignetProvisionerConfiguration.PERMISSIONS_LISTING_STRING.
getPermissionsListingStringPrefix() - Method in interface edu.internet2.middleware.ldappc.SignetProvisionerConfiguration
This gets the prefix for creating the permission listing when the storage method is SignetProvisionerConfiguration.PERMISSIONS_LISTING_STRING.
getPermissionsSubsystemQueries() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns a possibly empty Set of the subsystem IDs for creating permission subsystem queries.
getPermissionsSubsystemQueries() - Method in interface edu.internet2.middleware.ldappc.SignetProvisionerConfiguration
This method returns a possibly empty Set of the subsystem IDs for creating permission subsystem queries.
getRoot() - Method in class edu.internet2.middleware.ldappc.synchronize.GroupSynchronizer
Get the DN of the root
getScope() - Method in class edu.internet2.middleware.ldappc.util.LdapSearchFilter
Get the search scope
getSession() - Method in class edu.internet2.middleware.ldappc.GrouperSessionControl
Get the session.
getSourceSubjectLdapFilter(String) - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns the Subject LDAP filter for the given Source for the Source Subject identifiers.
getSourceSubjectLdapFilter(String) - Method in interface edu.internet2.middleware.ldappc.ProvisionerConfiguration
This returns the Subject LDAP filter for the given Source for the Source Subject identifiers.
getSourceSubjectLdapFilters() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns a Map of the Source to Subject LDAP filters for the Source Subject identifiers.
getSourceSubjectLdapFilters() - Method in interface edu.internet2.middleware.ldappc.ProvisionerConfiguration
This returns a Map of the Source to Subject LDAP filters for the Source Subject identifiers.
getSourceSubjectNamingAttribute(String) - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns the Subject naming attribute for the given Source for the Source Subject identifiers.
getSourceSubjectNamingAttribute(String) - Method in interface edu.internet2.middleware.ldappc.ProvisionerConfiguration
This returns the Subject naming attribute for the given Source for the Source Subject identifiers.
getSourceSubjectNamingAttributes() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns a Map of the Source to Subject naming attribute for the Source Subject identifiers.
getSourceSubjectNamingAttributes() - Method in interface edu.internet2.middleware.ldappc.ProvisionerConfiguration
This returns a Map of the Source to Subject naming attribute for the Source Subject identifiers.
getStage() - Method in class edu.internet2.middleware.ldappcTest.ants.PropertyCheckerTask
This is the getter for stage.
getString(String) - Static method in class edu.internet2.middleware.ldappc.util.ResourceBundleUtil
This method gets a String value from the message resource bundle.
getSubject() - Method in class edu.internet2.middleware.ldappc.synchronize.MembershipSynchronizer
Get the DN of the subject
getSubject() - Method in class edu.internet2.middleware.ldappc.synchronize.PermissionSynchronizer
Get the DN of the subject
getSubjectData(Subject) - Static method in class edu.internet2.middleware.ldappc.Provisioner
Returns subject data string without attributes
getSubjectData(Subject, boolean) - Static method in class edu.internet2.middleware.ldappc.Provisioner
Returns subject data string
getSubjectId() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for subjectId.
getSubjectId() - Method in interface edu.internet2.middleware.ldappc.ProvisionerOptions
Returns the Subject ID for the provisioners to use to select data for provisioning.
getSynchronizer(LdapContext, Name) - Method in class edu.internet2.middleware.ldappc.SignetProvisioner
This returns the PermissionsSynchronizer to be used for provisioning.
getSystemResourceURL(String, boolean) - Static method in class edu.internet2.middleware.ldappc.ConfigManager
This returns a URL created by ClassLoader.getSystemResource(java.lang.String) for resource.
GROUP_DN_BUSHY - Static variable in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
Indicates creating a bushy Group DN structure
GROUP_DN_FLAT - Static variable in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
Indicates creating a flat Group DN structure
GroupBuilderTest - Class in edu.internet2.middleware.ldappcTest.dbBuilder
Class for testing creating a stem and group so that other LDAP provisioning tests will have data to work on.
GroupBuilderTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.GroupBuilderTest
Constructor
GroupEntrySynchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This synchronizes groups stored in the directory as entries
GroupEntrySynchronizer(LdapContext, Name, GrouperProvisionerConfiguration, GrouperProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
Constructs a GroupEntrySynchronizer
GROUPER_ID_ATTRIBUTE - Static variable in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
Grouper group id attribute
GROUPER_NAME_ATTRIBUTE - Static variable in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
Grouper group name attribute
GrouperExportTest - Class in edu.internet2.middleware.ldappcTest
Class for doing a Grouper export
GrouperExportTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.GrouperExportTest
Constructor
GrouperProvisioner - Class in edu.internet2.middleware.ldappc
This class provisions Grouper data.
GrouperProvisioner(GrouperProvisionerConfiguration, GrouperProvisionerOptions, LdapContext) - Constructor for class edu.internet2.middleware.ldappc.GrouperProvisioner
Constructs a GrouperProvisioner with the given provisioning configuration, options and Ldap context.
GrouperProvisionerConfiguration - Interface in edu.internet2.middleware.ldappc
This interface defines the common configuration functionality required by the Grouper provisioner.
GrouperProvisionerLastModifyTest - Class in edu.internet2.middleware.ldappcTest
Class for testing creating members of a group so that other LDAP provisioning tests will have data to work on.
GrouperProvisionerLastModifyTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.GrouperProvisionerLastModifyTest
Constructor
GrouperProvisionerOptions - Interface in edu.internet2.middleware.ldappc
This interface defines the options utilized by the Grouper provisioner.
GrouperProvisionerTest - Class in edu.internet2.middleware.ldappcTest
Class for testing creating members of a group so that other LDAP provisioning tests will have data to work on.
GrouperProvisionerTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.GrouperProvisionerTest
Constructor
GrouperSessionControl - Class in edu.internet2.middleware.ldappc
Class for Starting and stopping a grouper session
GrouperSessionControl() - Constructor for class edu.internet2.middleware.ldappc.GrouperSessionControl
Constructor
GrouperSessionControlTest - Class in edu.internet2.middleware.ldappcTest
Class for testing the GrouperSessionControl class
GrouperSessionControlTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.GrouperSessionControlTest
Constructor
GrouperSubjectProvisioner - Class in edu.internet2.middleware.ldappcTest.dbBuilder
This class provisions Grouper privileged subject data to the LDAP directory for testing purposes.
GrouperSubjectProvisioner(LdapContext) - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.GrouperSubjectProvisioner
Constructs a GrouperSubjectProvisioner for the given Ldap context.
GrouperSubjectProvisionerTest - Class in edu.internet2.middleware.ldappcTest.dbBuilder
Class for testing creating a stem and group so that other LDAP provisioning tests will have data to work on.
GrouperSubjectProvisionerTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.GrouperSubjectProvisionerTest
Constructor
GrouperSubjectRetriever - Class in edu.internet2.middleware.ldappc
Class for finding subjects.
GrouperSubjectRetriever() - Constructor for class edu.internet2.middleware.ldappc.GrouperSubjectRetriever
 
GrouperSubjectRetrieverTest - Class in edu.internet2.middleware.ldappcTest
Class for doing a simple LDAP search
GrouperSubjectRetrieverTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.GrouperSubjectRetrieverTest
Constructor
GrouperSynchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This defines the common functionality needed by all Grouper synchronizers.
GrouperSynchronizer(LdapContext, GrouperProvisionerConfiguration, GrouperProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Constructs a GroupSynchronizer
GroupProcessor - Class in edu.internet2.middleware.ldappc
Class for finding subjects.
GroupProcessor(GrouperSession) - Constructor for class edu.internet2.middleware.ldappc.GroupProcessor
Constructor: Creates and deletes stems and adds and deletes groups.
GroupProcessorTest - Class in edu.internet2.middleware.ldappcTest
Class for testing creating members of a group so that other LDAP provisioning tests will have data to work on.
GroupProcessorTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.GroupProcessorTest
Constructor
GroupSynchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This defines the common functionality required by all group synchronizers.
GroupSynchronizer(LdapContext, Name, GrouperProvisionerConfiguration, GrouperProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.synchronize.GroupSynchronizer
Constructs a GroupSynchronizer

H

HsqlConnectionTest - Class in edu.internet2.middleware.ldappcTest
Class for making sure a connection can be make to the Hsql database.
HsqlConnectionTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.HsqlConnectionTest
Constructor

I

inactiveTestInvalidMissingLdappcElementFile() - Method in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Test reading in an invalid configuration file that is missing an ldappc element.
INDIVIDUAL_QUERY - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
Constant indicating the identifier in the Signet database used on a Windows system.
info(Class, String) - Static method in class edu.internet2.middleware.ldappc.logging.DebugLog
Logs info level messages.
info(String) - Static method in class edu.internet2.middleware.ldappc.logging.DebugLog
Logs info level messages.
init(String[]) - Method in class edu.internet2.middleware.ldappc.InputOptions
This initializer verifies the input arguments and makes them accessible through the use of getter methods.
init(Attribute) - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Initializes this with the values from the given attribute.
initGroupData(Name) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This populates the instance variables with the current values from the group's LDAP entry.
initialize() - Method in class edu.internet2.middleware.ldappc.synchronize.EduPermissionSynchronizer
Perform any initialization prior to processing the set of permissions.
initialize() - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
Perform any initialization prior to processing the set of groups.
initialize() - Method in class edu.internet2.middleware.ldappc.synchronize.GroupSynchronizer
Perform any initialization prior to processing the group.
initialize() - Method in class edu.internet2.middleware.ldappc.synchronize.MembershipSynchronizer
Perform any initialization prior to processing the set of groups.
initialize() - Method in class edu.internet2.middleware.ldappc.synchronize.PermissionSynchronizer
Perform any initialization prior to processing the set of permissions.
initialize() - Method in class edu.internet2.middleware.ldappc.synchronize.StringMembershipSynchronizer
Perform any initialization prior to processing the set of permissions.
initialize() - Method in class edu.internet2.middleware.ldappc.synchronize.StringPermissionSynchronizer
Perform any initialization prior to processing the set of permissions.
initializeInclude(Group) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
Initializes the attributes needed for holding data for the given group
InputOptions - Class in edu.internet2.middleware.ldappc
Class for processing command line input arguments, to verify them, and to make them or values calculated from them available to the rest of the code.
InputOptions() - Constructor for class edu.internet2.middleware.ldappc.InputOptions
Constructor: This no argument constructor is needed for testing so that setIsTest can be called before initialization.
InputOptions(String[]) - Constructor for class edu.internet2.middleware.ldappc.InputOptions
Constructor: verifies the input arguments and makes them accessible through the use of getter methods.
InputOptionsTest - Class in edu.internet2.middleware.ldappcTest
InputOptionsTest verifies that arguments input to the InputOptions class constructor (that typically are passed in copies of the command line parameters) are in proper format and that the InputOptions class successfully makes this data available through public getter methods.
InputOptionsTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.InputOptionsTest
InputOptions Test
internalTestProvisionedGroupMappedAttributes() - Method in class edu.internet2.middleware.ldappcTest.qs.QuickStartTestU
Test provisioned group mapped attributes
internalTestProvisionedGroupNameMembershipList() - Method in class edu.internet2.middleware.ldappcTest.qs.QuickStartTestU
Test provisioned group name membership list
INVALID_NO_LDAPPC_ELEMENT_CONFIG_FILE_RESOURCE - Static variable in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Invalid configuration file resource that is missing the ldappc element
isAttributeRequired(LdapContext, Name, String, String) - Method in class edu.internet2.middleware.ldappc.synchronize.Synchronizer
This determines if the identified attribute is required.
isAttributeRequired(LdapContext, Name, String, String, boolean) - Method in class edu.internet2.middleware.ldappc.synchronize.Synchronizer
This determines if the identified attribute is required.
isCaseSensitive() - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Indicates whether or not the AttributeModifier is case sensitive when comparing attribute value strings.
isEqual(String, String) - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
This method determines whether or not two strings are equal in the context of this AttributeModifier's case sensitivity.
isEqual(String, String) - Method in class edu.internet2.middleware.ldappc.synchronize.DnAttributeModifier
This method determines whether or not two DN strings are equal.
isFatal() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for fatal.
isGroupMembersDnListed() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns a boolean indicating if a Group Members LDAP entry DN list is to be maintained on the Groups LDAP entry.
isGroupMembersDnListed() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This returns a boolean indicating if a Group Members LDAP entry DN list is to be maintained on the Groups LDAP entry.
isGroupMembersNameListed() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns a boolean indicating if a Group Members name list is to be maintained on the Groups LDAP entry.
isGroupMembersNameListed() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This returns a boolean indicating if a Group Members name list is to be maintained on the Groups LDAP entry.
isIncluded(Permission) - Method in class edu.internet2.middleware.ldappc.synchronize.PermissionSynchronizer
Determines if permission is included for processing.
isMemberGroupsListed() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This returns a boolean indicating if Member Groups list is to be maintained
isMemberGroupsListed() - Method in interface edu.internet2.middleware.ldappc.GrouperProvisionerConfiguration
This returns a boolean indicating if Member Groups list is to be maintained
isRootElementFound() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns true if the root element of the configuration file was encountered.
isSessionGoing() - Method in class edu.internet2.middleware.ldappc.GrouperSessionControl
Determine if the session is running
isSignetSubject(Subject) - Method in class edu.internet2.middleware.ldappc.SignetProvisioner
Returns true if the subject is the Signet subject
isTest() - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the getter for isTest.

J

JAXP_SCHEMA_LANGUAGE - Static variable in class edu.internet2.middleware.ldappc.ConfigManager
JAXP schema language property name
JAXP_SCHEMA_SOURCE - Static variable in class edu.internet2.middleware.ldappc.ConfigManager
JAXP schema source property name

L

LdapDisplayUtil - Class in edu.internet2.middleware.ldappc.util
This provides utility methods for interacting with a LDAP directory.
LdapDisplayUtil() - Constructor for class edu.internet2.middleware.ldappc.util.LdapDisplayUtil
 
LdapGuide - Class in edu.internet2.middleware.ldappc.documentation
This document provides a guide to information about LDAP (Lightweight Directory Access Protocol) that is central to the purpose of LDAP provisioner provide by the the Ldappc program.
LdapGuide() - Constructor for class edu.internet2.middleware.ldappc.documentation.LdapGuide
 
LdapNewEntryTest - Class in edu.internet2.middleware.ldappcTest
Class for doing a simple LDAP search
LdapNewEntryTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.LdapNewEntryTest
Constructor
Ldappc - Class in edu.internet2.middleware.ldappc
Class for starting the Ldappc program.
Ldappc() - Constructor for class edu.internet2.middleware.ldappc.Ldappc
 
LdappcConfigurationException - Exception in edu.internet2.middleware.ldappc
This indicates that a configuration error occurred.
LdappcConfigurationException() - Constructor for exception edu.internet2.middleware.ldappc.LdappcConfigurationException
Constructs a new configuration exception with null as its detail message.
LdappcConfigurationException(String) - Constructor for exception edu.internet2.middleware.ldappc.LdappcConfigurationException
Constructs a new configuration exception with the specified detail message.
LdappcConfigurationException(String, Throwable) - Constructor for exception edu.internet2.middleware.ldappc.LdappcConfigurationException
Constructs a new configuration exception with the specified detail message and cause.
LdappcConfigurationException(Throwable) - Constructor for exception edu.internet2.middleware.ldappc.LdappcConfigurationException
Constructs a new configuration exception with the specified cause.
LdappcException - Exception in edu.internet2.middleware.ldappc
This is the parent class to all non-runtime Ldappc exceptions.
LdappcException() - Constructor for exception edu.internet2.middleware.ldappc.LdappcException
Constructs a new exception with null as its detail message.
LdappcException(String) - Constructor for exception edu.internet2.middleware.ldappc.LdappcException
Constructs a new exception with the specified detail message.
LdappcException(String, Throwable) - Constructor for exception edu.internet2.middleware.ldappc.LdappcException
Constructs a new exception with the specified detail message and cause.
LdappcException(Throwable) - Constructor for exception edu.internet2.middleware.ldappc.LdappcException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
LdappcProvisionControl - Class in edu.internet2.middleware.ldappc
Controls provisioning for the Ldappc application.
LdappcProvisionControl(InputOptions) - Constructor for class edu.internet2.middleware.ldappc.LdappcProvisionControl
Constuctor
LdappcRuntimeException - Exception in edu.internet2.middleware.ldappc
This is the parent class to all runtime exceptions thrown in Ldappc.
LdappcRuntimeException() - Constructor for exception edu.internet2.middleware.ldappc.LdappcRuntimeException
Constructs a new runtime exception with null as its detail message.
LdappcRuntimeException(String) - Constructor for exception edu.internet2.middleware.ldappc.LdappcRuntimeException
Constructs a new runtime exception with the specified detail message.
LdappcRuntimeException(String, Throwable) - Constructor for exception edu.internet2.middleware.ldappc.LdappcRuntimeException
Constructs a new runtime exception with the specified detail message and cause.
LdappcRuntimeException(Throwable) - Constructor for exception edu.internet2.middleware.ldappc.LdappcRuntimeException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
LdappcSignetProvisioner - Class in edu.internet2.middleware.ldappc
This class uses two types of data for determining what data is to be provisioned for Permissions to the LDAP database: one for determining the general categories of data to be provisioned (eg.
LdappcSignetProvisioner(SignetProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.LdappcSignetProvisioner
Constructor
LdappcTest - Class in edu.internet2.middleware.ldappcTest
This is just a sanity test that an instance of the Ldappc class can be created.
LdappcTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.LdappcTest
Ldappc Test
LdapSearchFilter - Class in edu.internet2.middleware.ldappc.util
This holds the elements for performing a Ldap search on a given base with a specified scope and search filter.
LdapSearchFilter(String, int, String) - Constructor for class edu.internet2.middleware.ldappc.util.LdapSearchFilter
Construct a LdapSearchFilter with the given parameters.
LdapUtil - Class in edu.internet2.middleware.ldappc.util
This provides utility methods for interacting with a LDAP directory.
LdapUtil() - Constructor for class edu.internet2.middleware.ldappc.util.LdapUtil
 
LdapUtilTest - Class in edu.internet2.middleware.ldappcTest.util
Class for testing the LdapUtil class.
LdapUtilTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
Constructor
listSaxParseErrors() - Method in class edu.internet2.middleware.ldappc.ConfigManager
This method returns the list, possibly empty, of the SAXParseExceptions created while parsing the configuration file.
load(String) - Static method in class edu.internet2.middleware.ldappc.ConfigManager
This loads a ConfigManager instance from the configuration file identified by uri.
loadSingleton(String) - Static method in class edu.internet2.middleware.ldappc.ConfigManager
This loads the ConfigManager singleton from the configuration file identified by uri.
logExceptionMessages(Throwable, String, boolean) - Static method in class edu.internet2.middleware.ldappc.logging.ExceptionHandler
Show the entire chain of exception messages and, optionally, the chain for StackTraces.
logThrowableError(Throwable) - Method in class edu.internet2.middleware.ldappc.Provisioner
Utility method for logging a Throwable error.
logThrowableError(Throwable, String) - Method in class edu.internet2.middleware.ldappc.Provisioner
Utility method for logging a Throwable error.
logThrowableWarning(Throwable) - Method in class edu.internet2.middleware.ldappc.Provisioner
Utility method for logging a Throwable warning.
logThrowableWarning(Throwable, String) - Method in class edu.internet2.middleware.ldappc.Provisioner
Utility method for logging a Throwable warning.

M

main(String[]) - Static method in class edu.internet2.middleware.ldappc.Ldappc
Main program for transferring Grouper and Signet repository information into an LDAP directory.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleaner
 
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleanerTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseDisplayer
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.dbBuilder.GroupBuilderTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.dbBuilder.GrouperSubjectProvisionerTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetProvisionerPermissionsTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetSubjectProvisionerTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.GrouperExportTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.GrouperProvisionerLastModifyTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.GrouperProvisionerTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.GrouperSessionControlTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.GrouperSubjectRetrieverTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.GroupProcessorTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.HsqlConnectionTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.InputOptionsTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.LdapNewEntryTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.LdappcTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.qs.QuickStartTestU
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.ResourceBundleUtilTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.RootProcessorTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.SignetSubjectRetrieverTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.SimpleLdapSearchTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.SkeletonTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.StemProcessorTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.synchronize.AttributeModifierTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.synchronize.DnAttributeModifierTest
The main method for running the test.
main(String[]) - Static method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
The main method for running the test.
makeLdapFilterValueSafe(String) - Static method in class edu.internet2.middleware.ldappc.util.LdapUtil
This method converts '*','(',')' and the "null" character (i.e., 0x00) to be a forward slash (i.e., \) and the two hex character value as defined in RFC2254.
makeLdapNameSafe(String) - Static method in class edu.internet2.middleware.ldappc.util.LdapUtil
This method escapes all LDAP special characters in the value.
MembershipSynchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This defines the common functionality required by all membership synchronizers.
MembershipSynchronizer(LdapContext, Name, GrouperProvisionerConfiguration, GrouperProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.synchronize.MembershipSynchronizer
Constructs a MembershipSynchronizer
MSG_DELIMITER - Variable in class edu.internet2.middleware.ldappc.Provisioner
Delimiter used in messages
MultiErrorException - Exception in edu.internet2.middleware.ldappc
This Ldappc exception is thrown when multiple errors have occured.
MultiErrorException(Exception[]) - Constructor for exception edu.internet2.middleware.ldappc.MultiErrorException
Constructs a new multiple error exception with null as its detail message.
MultiErrorException(String, Exception[]) - Constructor for exception edu.internet2.middleware.ldappc.MultiErrorException
Constructs a new multiple error exception with the specified detail message.
MultiErrorException(String, Throwable, Exception[]) - Constructor for exception edu.internet2.middleware.ldappc.MultiErrorException
Constructs a new multiple error exception with the specified detail message and cause.
MultiErrorException(Throwable, Exception[]) - Constructor for exception edu.internet2.middleware.ldappc.MultiErrorException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
MultipleEntriesFoundException - Exception in edu.internet2.middleware.ldappc
This Ldappc exception is thrown when more than one LDAP entry is found.
MultipleEntriesFoundException() - Constructor for exception edu.internet2.middleware.ldappc.MultipleEntriesFoundException
Constructs a new exception with null as its detail message.
MultipleEntriesFoundException(String) - Constructor for exception edu.internet2.middleware.ldappc.MultipleEntriesFoundException
Constructs a new exception with the specified detail message.
MultipleEntriesFoundException(String, Throwable) - Constructor for exception edu.internet2.middleware.ldappc.MultipleEntriesFoundException
Constructs a new exception with the specified detail message and cause.
MultipleEntriesFoundException(Throwable) - Constructor for exception edu.internet2.middleware.ldappc.MultipleEntriesFoundException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
MULTIVALUED_RDN_DELIMITER - Static variable in class edu.internet2.middleware.ldappc.util.LdapUtil
Delimiter for multivalued RDNs

O

OBJECT_CLASS - Static variable in class edu.internet2.middleware.ldappc.ldap.EduPermission
Name of the eduPermission object class
OBJECT_CLASS - Static variable in class edu.internet2.middleware.ldappc.ldap.OrganizationalUnit
Name of the OrganizationalUnit object class
OBJECT_CLASS_ATTRIBUTE - Static variable in class edu.internet2.middleware.ldappc.util.LdapUtil
Object class attribute name
OrganizationalUnit - Class in edu.internet2.middleware.ldappc.ldap
This defines constants for the OrganizationalUnit object class.
OrganizationalUnit() - Constructor for class edu.internet2.middleware.ldappc.ldap.OrganizationalUnit
 
OrganizationalUnit.Attribute - Class in edu.internet2.middleware.ldappc.ldap
Class to hold attribute constants
OrganizationalUnit.Attribute() - Constructor for class edu.internet2.middleware.ldappc.ldap.OrganizationalUnit.Attribute
 
OU - Static variable in class edu.internet2.middleware.ldappc.ldap.OrganizationalUnit.Attribute
ou attribute
output(String) - Method in class edu.internet2.middleware.ldappcTest.ants.PropertyCheckerTask
Method to send a message to some output medium, currently System.out.

P

performInclude(Privilege, int) - Method in class edu.internet2.middleware.ldappc.synchronize.EduPermissionSynchronizer
This identifies the underlying permission as one must be included in the subject's entry.
performInclude(Group, int) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This identifies the underlying group as one that must remain or, if need be, must be added to the subject's LDAP entry.
performInclude(Group, int) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupSynchronizer
This identifies the group as one that must be included under the root's entry.
performInclude(Group, int) - Method in class edu.internet2.middleware.ldappc.synchronize.MembershipSynchronizer
This identifies the group as one that must be included in the subject's entry.
performInclude(Privilege, int) - Method in class edu.internet2.middleware.ldappc.synchronize.PermissionSynchronizer
This identifies the underlying permission as one must be included in the subject's entry.
performInclude(Group, int) - Method in class edu.internet2.middleware.ldappc.synchronize.StringMembershipSynchronizer
This identifies the underlying group as one that must remain or, if need be, must be added to the subject's LDAP entry.
performInclude(Privilege, int) - Method in class edu.internet2.middleware.ldappc.synchronize.StringPermissionSynchronizer
This identifies the underlying permission as one that must remain or, if need be, must be added to the subject's LDAP entry.
PERMISSIONS_LISTING_EDU_PERMISSION - Static variable in interface edu.internet2.middleware.ldappc.SignetProvisionerConfiguration
Indicates storing the permissions listing as eduPermission objects
PERMISSIONS_LISTING_STRING - Static variable in interface edu.internet2.middleware.ldappc.SignetProvisionerConfiguration
Indicates storing the permissions listing as a string
PermissionSynchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This defines the common functionality required by all permission synchronizers.
PermissionSynchronizer(LdapContext, Name, SignetProvisionerConfiguration, SignetProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.synchronize.PermissionSynchronizer
Constructs a PermissionSynchronizer
populate() - Method in class edu.internet2.middleware.ldappc.synchronize.EduPermissionSynchronizer
This populates this object with the current values from the subject's LDAP entry.
populate() - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This populates this object with the current values from the root's LDAP entry that are either organizational units or have a object class type of the group entry.
populate() - Method in class edu.internet2.middleware.ldappc.synchronize.StringMembershipSynchronizer
This populates this object with the current values from the subject's LDAP entry.
populate() - Method in class edu.internet2.middleware.ldappc.synchronize.StringPermissionSynchronizer
This populates this object with the current values from the subject's LDAP entry.
populateDns(Set, String, SearchControls) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This populates the given Set with the DNs of any child entries of the root DN matching the given filter.
PropertyCheckerTask - Class in edu.internet2.middleware.ldappcTest.ants
This class is an Ant task that checks properties for use in the Ant build file.
PropertyCheckerTask() - Constructor for class edu.internet2.middleware.ldappcTest.ants.PropertyCheckerTask
The execute method implements the abstract method of the Task class that this class extends.
provision() - Method in class edu.internet2.middleware.ldappc.GrouperProvisioner
This provisions Grouper data to a directory.
provision() - Method in class edu.internet2.middleware.ldappc.SignetProvisioner
Provisions Permission data to the directory.
provision(String, String) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GrouperSubjectProvisioner
Provisions permission data to the directory
provision(String, String) - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetSubjectProvisioner
Provisions subject data to the directory
Provisioner - Class in edu.internet2.middleware.ldappc
This abstract parent class for provisioners.
Provisioner() - Constructor for class edu.internet2.middleware.ldappc.Provisioner
 
ProvisionerConfiguration - Interface in edu.internet2.middleware.ldappc
This interface defines the common configuration functionality required by all provisioners (e.g., Grouper, Signet).
ProvisionerOptions - Interface in edu.internet2.middleware.ldappc
This interface defines the common options utilized by all provisioners (e.g., Grouper, Signet).
provisionGroups(LdapContext, Set) - Method in class edu.internet2.middleware.ldappc.GrouperProvisioner
Provision the set of Groups.
provisionMemberships(LdapContext, Set) - Method in class edu.internet2.middleware.ldappc.GrouperProvisioner
Provision the memberships from a set of Groups.
provisionPermissions() - Method in class edu.internet2.middleware.ldappc.LdappcSignetProvisioner
Perform provisioning of permissions.
prune(DirContext) - Static method in class edu.internet2.middleware.ldappc.util.LdapUtil
This unbinds all descendent entries of given directory context.

Q

QuickStartTestU - Class in edu.internet2.middleware.ldappcTest.qs
Class for testing TODO FINISH
QuickStartTestU(String) - Constructor for class edu.internet2.middleware.ldappcTest.qs.QuickStartTestU
Constructor

R

RELATIVE_RESOURCE_PATH - Static variable in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Relative configuration resource path
ResourceBundleUtil - Class in edu.internet2.middleware.ldappc.util
A utility for accessing data in a ResourceBundle.
ResourceBundleUtil() - Constructor for class edu.internet2.middleware.ldappc.util.ResourceBundleUtil
Constructor: Uses hardwired values for English and US locale for now.
ResourceBundleUtilTest - Class in edu.internet2.middleware.ldappcTest
Class for making sure a connection can be make to the Hsql database.
ResourceBundleUtilTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.ResourceBundleUtilTest
Constructor
retainAll() - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
This method retains all of the current values
ROOTOU - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
Key for obtaining the DN for the context base.
RootProcessor - Class in edu.internet2.middleware.ldappc
Class for Checking that a root context exists, or if not, to create it.
RootProcessor() - Constructor for class edu.internet2.middleware.ldappc.RootProcessor
 
RootProcessorTest - Class in edu.internet2.middleware.ldappcTest
Class for testing the RootProcessor class
RootProcessorTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.RootProcessorTest
Constructor
run() - Method in class edu.internet2.middleware.ldappc.LdappcProvisionControl
Being the provisioning process.

S

SCHEMA_FILE_RESOURCE - Static variable in class edu.internet2.middleware.ldappc.ConfigManager
Configuration Schema file resource name
serialVersionUID - Static variable in exception edu.internet2.middleware.ldappc.EntryNotFoundException
 
serialVersionUID - Static variable in exception edu.internet2.middleware.ldappc.LdappcConfigurationException
 
serialVersionUID - Static variable in exception edu.internet2.middleware.ldappc.LdappcException
 
serialVersionUID - Static variable in exception edu.internet2.middleware.ldappc.LdappcRuntimeException
 
serialVersionUID - Static variable in exception edu.internet2.middleware.ldappc.MultiErrorException
 
serialVersionUID - Static variable in exception edu.internet2.middleware.ldappc.MultipleEntriesFoundException
 
setBase(String) - Method in class edu.internet2.middleware.ldappc.util.LdapSearchFilter
Set the base DN
setConfiguration(GrouperProvisionerConfiguration) - Method in class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Set the Grouper provisioner configuration
setConfiguration(SignetProvisionerConfiguration) - Method in class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Set the Signet provisioner configuration
setContext(LdapContext) - Method in class edu.internet2.middleware.ldappc.synchronize.Synchronizer
Set the Ldap context
setFatalOccurred(boolean) - Static method in class edu.internet2.middleware.ldappc.logging.ErrorLog
Setter for fatalOccurred.
setFilter(String) - Method in class edu.internet2.middleware.ldappc.util.LdapSearchFilter
Set the search filter
setIsTest(boolean) - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the setter for isTest.
setLastModifyTime(Date) - Method in class edu.internet2.middleware.ldappc.InputOptions
This is the setter for lastModifyTime.
setNoValue(String) - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Set the "no value" value.
setOptions(GrouperProvisionerOptions) - Method in class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Set the Grouper provisioner options
setOptions(SignetProvisionerOptions) - Method in class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Set the Signet provisioner options
setPropertyAlert(String) - Method in class edu.internet2.middleware.ldappcTest.ants.PropertyCheckerTask
Set property alert message - not used yet.
setRoot(Name) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupSynchronizer
Set the DN of the root
setScope(int) - Method in class edu.internet2.middleware.ldappc.util.LdapSearchFilter
Set the search scope.
setStage(String) - Method in class edu.internet2.middleware.ldappcTest.ants.PropertyCheckerTask
This is the setter for stage.
setSubject(Name) - Method in class edu.internet2.middleware.ldappc.synchronize.MembershipSynchronizer
Set the DN of the subject
setSubject(Name) - Method in class edu.internet2.middleware.ldappc.synchronize.PermissionSynchronizer
Set the DN of the subject
setUp() - Method in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Set up the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleanerTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GroupBuilderTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GrouperSubjectProvisionerTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetProvisionerPermissionsTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetSubjectProvisionerTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.GrouperExportTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.GrouperProvisionerLastModifyTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.GrouperProvisionerTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.GrouperSessionControlTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.GrouperSubjectRetrieverTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.GroupProcessorTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.HsqlConnectionTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.InputOptionsTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.LdapNewEntryTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.LdappcTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.qs.QuickStartTestU
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.ResourceBundleUtilTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.RootProcessorTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.SignetSubjectRetrieverTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.SimpleLdapSearchTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.SkeletonTest
Set up the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.StemProcessorTest
Setup the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.synchronize.AttributeModifierTest
Set up the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.synchronize.DnAttributeModifierTest
Set up the fixture.
setUp() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
Setup the fixture.
SHOW_CONTENTS - Static variable in class edu.internet2.middleware.ldappcTest.TestOptions
When SHOW_CONTENTS is true, database content information is displayed to the console when running the automated test cases.
SHOW_NAMES - Static variable in class edu.internet2.middleware.ldappcTest.TestOptions
When SHOW_NAMES is true, detailed test output is displayed to the console when running the automated test cases.
showRunClass(String) - Static method in class edu.internet2.middleware.ldappcTest.DisplayTest
Displays or logs the name of a JUnit test case when enable by the value of TestOptions.SHOW_NAMES For each test class call this from setup.
showRunTitle(String, String) - Static method in class edu.internet2.middleware.ldappcTest.DisplayTest
Displays or logs the name of a JUnit test case when enable by the value of TestOptions.SHOW_NAMES
showRunTitle(String) - Static method in class edu.internet2.middleware.ldappcTest.DisplayTest
Displays or logs the name of a JUnit test case when enable by the value of TestOptions.SHOW_NAMES For each method calling this, use the two argument version first.
shutdown() - Method in class edu.internet2.middleware.ldappcTest.HsqlConnectionTest
Shutdown Hsql DB
SignetProvisioner - Class in edu.internet2.middleware.ldappc
This class provisions Signet data.
SignetProvisioner(SignetProvisionerConfiguration, SignetProvisionerOptions, LdapContext) - Constructor for class edu.internet2.middleware.ldappc.SignetProvisioner
Constructs a SignetProvisioner with the given configuration, options and Ldap context.
SignetProvisionerConfiguration - Interface in edu.internet2.middleware.ldappc
This interface defines the common configuration functionality required by the Signet provisioner.
SignetProvisionerOptions - Interface in edu.internet2.middleware.ldappc
This interface defines the options utilized by the Signet provisioner.
SignetProvisionerPermissionsTest - Class in edu.internet2.middleware.ldappcTest.dbBuilder
Class for testing provisioning permissions.
SignetProvisionerPermissionsTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.SignetProvisionerPermissionsTest
Constructor
SignetSubjectProvisioner - Class in edu.internet2.middleware.ldappcTest.dbBuilder
This class provisions Signet privileged subject data to the LDAP directory for testing purposes.
SignetSubjectProvisioner(LdapContext) - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.SignetSubjectProvisioner
Constructs a SignetSubjectProvisioner for the given Ldap context.
SignetSubjectProvisionerTest - Class in edu.internet2.middleware.ldappcTest.dbBuilder
Class for testing creating a stem and group so that other LDAP provisioning tests will have data to work on.
SignetSubjectProvisionerTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.dbBuilder.SignetSubjectProvisionerTest
Constructor
SignetSubjectRetriever - Class in edu.internet2.middleware.ldappc
Class for finding subjects.
SignetSubjectRetriever() - Constructor for class edu.internet2.middleware.ldappc.SignetSubjectRetriever
Constructor
SignetSubjectRetrieverTest - Class in edu.internet2.middleware.ldappcTest
Class for doing a simple LDAP search
SignetSubjectRetrieverTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.SignetSubjectRetrieverTest
Constructor
SignetSynchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This defines the common functionality required by all Signet synchronizers.
SignetSynchronizer(LdapContext, SignetProvisionerConfiguration, SignetProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Constructs a PermissionSynchronizer
SignetUtil - Class in edu.internet2.middleware.ldappcTest.util
Class for examining Signet data
SignetUtil(String) - Constructor for class edu.internet2.middleware.ldappcTest.util.SignetUtil
Constructor
SimpleLdapSearchTest - Class in edu.internet2.middleware.ldappcTest
Class for doing a simple LDAP search
SimpleLdapSearchTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.SimpleLdapSearchTest
Constructor
SkeletonTest - Class in edu.internet2.middleware.ldappcTest
A convenience class for starting a set of test cases.
SkeletonTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.SkeletonTest
Class constructor
startSession(String) - Method in class edu.internet2.middleware.ldappc.GrouperSessionControl
Start a GrouperSystem session.
STATUS_MODIFIED - Static variable in class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Indicates the group has been modified since the last modification date
STATUS_MODIFIED - Static variable in class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Indicates the permission has been modified since the last modification date
STATUS_NEW - Static variable in class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Indicates the group is new since the last modification date
STATUS_NEW - Static variable in class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Indicates the permission is new since the last modification date
STATUS_UNCHANGED - Static variable in class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Indicates the group has not been modified since the last modification date
STATUS_UNCHANGED - Static variable in class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Indicates the permission has not been modified since the last modification date
STATUS_UNKNOWN - Static variable in class edu.internet2.middleware.ldappc.synchronize.GrouperSynchronizer
Indicates a last modification date was not provided so the group's status is unknown
STATUS_UNKNOWN - Static variable in class edu.internet2.middleware.ldappc.synchronize.SignetSynchronizer
Indicates a last modification date was not provided so the permission's status is unknown
StemProcessor - Class in edu.internet2.middleware.ldappc
Class for finding subjects.
StemProcessor(GrouperSession) - Constructor for class edu.internet2.middleware.ldappc.StemProcessor
Constructor: Creates and deletes stems and adds and deletes groups.
StemProcessorTest - Class in edu.internet2.middleware.ldappcTest
Class for testing creating a stem and group so that other LDAP provisioning tests will have data to work on.
StemProcessorTest(String) - Constructor for class edu.internet2.middleware.ldappcTest.StemProcessorTest
Constructor
stopSession() - Method in class edu.internet2.middleware.ldappc.GrouperSessionControl
Stop a Grouper session.
store(String) - Method in class edu.internet2.middleware.ldappc.synchronize.AttributeModifier
Stores the attribute value.
storeGroupData(Group) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This stores the given Group's data in the AttributeModifiers.
storeObjectClassData() - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This stores the object class data from the configuration in the associated AttributeModifier.
StringMembershipSynchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This synchronizes memberships stored in the directory as strings in an attribute.
StringMembershipSynchronizer(LdapContext, Name, GrouperProvisionerConfiguration, GrouperProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.synchronize.StringMembershipSynchronizer
Constructs a StringMembershipSynchronizer
StringPermissionSynchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This synchronizes permissions stored in the directory as strings in an attribute.
StringPermissionSynchronizer(LdapContext, Name, SignetProvisionerConfiguration, SignetProvisionerOptions) - Constructor for class edu.internet2.middleware.ldappc.synchronize.StringPermissionSynchronizer
Constructs a StringPermissionSynchronizer
SUBJECT_QUERY - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
Constant indicating the identifier in the Signet database used on a Windows system.
suite() - Static method in class edu.internet2.middleware.ldappcTest.AllJUnitBaseDirTests
The suite of test cases.
suite() - Static method in class edu.internet2.middleware.ldappcTest.AllJUnitTests
This method builds a master TestSuite out of the individual test suites.
suite() - Static method in class edu.internet2.middleware.ldappcTest.AllJUnitUtilTests
The suite of test cases.
suite() - Static method in class edu.internet2.middleware.ldappcTest.configuration.AllJUnitConfigurationTests
The suite of test cases.
suite() - Static method in class edu.internet2.middleware.ldappcTest.dbBuilder.AllJUnitBuilderTests
The suite of test cases.
suite() - Static method in class edu.internet2.middleware.ldappcTest.qs.AllJUnitQuickStartTests
The suite of test cases.
suite() - Static method in class edu.internet2.middleware.ldappcTest.synchronize.AllJUnitSynchronizerTests
The suite of test cases.
synchronize(Set) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupSynchronizer
Synchronizes the group set with that in the directory.
synchronize(Set) - Method in class edu.internet2.middleware.ldappc.synchronize.MembershipSynchronizer
Synchronizes the groups with those in the directory.
synchronize(Set) - Method in class edu.internet2.middleware.ldappc.synchronize.PermissionSynchronizer
Synchronizes the privileges underlying permissions with those in the directory.
Synchronizer - Class in edu.internet2.middleware.ldappc.synchronize
This defines the common functionality needed by all synchronizers.
Synchronizer(LdapContext) - Constructor for class edu.internet2.middleware.ldappc.synchronize.Synchronizer
Constructs a Synchronizer

T

tearDown() - Method in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleanerTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GroupBuilderTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GrouperSubjectProvisionerTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetProvisionerPermissionsTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetSubjectProvisionerTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.GrouperExportTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.GrouperProvisionerLastModifyTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.GrouperProvisionerTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.GrouperSessionControlTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.GrouperSubjectRetrieverTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.GroupProcessorTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.HsqlConnectionTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.InputOptionsTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.LdapNewEntryTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.LdappcTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.qs.QuickStartTestU
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.ResourceBundleUtilTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.RootProcessorTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.SignetSubjectRetrieverTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.SimpleLdapSearchTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.SkeletonTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.StemProcessorTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.synchronize.AttributeModifierTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.synchronize.DnAttributeModifierTest
Tear down the fixture.
tearDown() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
Tear down the fixture.
TEST_CASE_BIOFIX_TEST - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
Constant indicating the built-in database is to be used for testing on the biofix system.
TEST_CASE_BIOFIX_UC - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
Constant indicating the UC database is to be used for testing on the biofix system.
TEST_CASE_WINDOWS_QS - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
Constant indicating the Quickstart database is to be used for testing on the Windows system.
TEST_CASE_WINDOWS_TEST - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
Constant indicating the built-in database is to be used for testing on the Windows system.
TEST_CONTEXT_BASE - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
Key for obtaining the Dn for the test context base.
TEST_CONTEXT_BASE_MANAGER - Static variable in class edu.internet2.middleware.ldappcTest.AllJUnitTests
Key for obtaining the Dn for the test context base.
testAddMember() - Method in class edu.internet2.middleware.ldappcTest.GroupProcessorTest
A test of adding a member to a group.
testAddNewStemToRootStem() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GroupBuilderTest
A test of adding a stem to a root stem
testAddStemsAndGroups() - Method in class edu.internet2.middleware.ldappcTest.StemProcessorTest
A test of adding new stems to a root stem
testAssert() - Method in class edu.internet2.middleware.ldappcTest.AllJUnitBaseDirTests
A sanity test -- must always be okay or something is drastically wrong.
testAssert() - Method in class edu.internet2.middleware.ldappcTest.SkeletonTest
A sanity test -- must always be okay or something is drastically wrong.
testBadInputOptions() - Method in class edu.internet2.middleware.ldappcTest.InputOptionsTest
Test the second set of input options This tests incorrect input.
testCaseInsensitiveInitAndStore() - Method in class edu.internet2.middleware.ldappcTest.synchronize.AttributeModifierTest
Test initialize and store with case insensitivity
testCaseSensitiveInitAndStore() - Method in class edu.internet2.middleware.ldappcTest.synchronize.AttributeModifierTest
Test initialize and store with case insensitivity
testChangePermission() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetProvisionerPermissionsTest
A test of finding a PrivilegedSubject's permission, changing it in Signet, doing the provisioning, verifying that the LDAP directory reflects the change, changing it back and verifying the the LDAP directory values is back to the original.
testClean() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleanerTest
A test a new root stem was created and that topLevelStem1 does not yet exist.
testConstructors() - Method in class edu.internet2.middleware.ldappcTest.synchronize.AttributeModifierTest
Test all of the constructors
testConstructors() - Method in class edu.internet2.middleware.ldappcTest.synchronize.DnAttributeModifierTest
Test all of the constructors
testContextExists() - Method in class edu.internet2.middleware.ldappcTest.RootProcessorTest
A test of whether an administrator context exists
testCreateInputOptions() - Method in class edu.internet2.middleware.ldappcTest.InputOptionsTest
Trivial test
testCreateLdappc() - Method in class edu.internet2.middleware.ldappcTest.LdappcTest
Trivial test
testGrouperExport() - Method in class edu.internet2.middleware.ldappcTest.GrouperExportTest
A test of Grouper export capability.
testGrouperRootStem() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.DatabaseCleanerTest
A test a new root stem was created and that topLevelStem1 does not yet exist.
testGrouperRootStem() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GroupBuilderTest
A test a new root stem was created and that topLevelStem1 does not yet exist.
testGrouperRootStem() - Method in class edu.internet2.middleware.ldappcTest.GrouperSessionControlTest
A test of finding the root stem
testGrouperSessionControl() - Method in class edu.internet2.middleware.ldappcTest.GrouperSessionControlTest
A test of starting and stopping a grouper session.
testGrouperSubjectProvisioning() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.GrouperSubjectProvisionerTest
A test of adding a stem to a root stem
testGrouperSubjectRetriever() - Method in class edu.internet2.middleware.ldappcTest.GrouperSubjectRetrieverTest
A test of LDAP search capability.
testHsqlConnection() - Method in class edu.internet2.middleware.ldappcTest.HsqlConnectionTest
A test of LDAP search capability.
testInitAndStore() - Method in class edu.internet2.middleware.ldappcTest.synchronize.DnAttributeModifierTest
Test initialize and store
testInputOptions1() - Method in class edu.internet2.middleware.ldappcTest.InputOptionsTest
Test the first set of input options This tests correct input.
testInputOptions2() - Method in class edu.internet2.middleware.ldappcTest.InputOptionsTest
Test the second set of input options This tests correct input.
testInvalidValueType() - Method in class edu.internet2.middleware.ldappcTest.synchronize.AttributeModifierTest
Test invalid value type
testLastModifyTimeRetrievalAndStemQuery() - Method in class edu.internet2.middleware.ldappcTest.GrouperProvisionerLastModifyTest
A test of making an update to a group and verifying that the lastModifyTime is changed
testLdapNewEntry() - Method in class edu.internet2.middleware.ldappcTest.LdapNewEntryTest
A test of LDAP search capability.
testMakeLdapFilterValueSafeEscapeAll() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test of the makeLdapFilterValueSafe method with '*','(',')' and '' to escape
testMakeLdapFilterValueSafeNoEscape() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test of the makeLdapFilterValueSafe method with nothing to escape
testMakeLdapNameSafeAll() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test the makeLdapNameSafe method with leading, trailing and special characters
testMakeLdapNameSafeAllSpaces() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test the makeLdapNameSafe method with all spaces
testMakeLdapNameSafeEmpty() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test the makeLdapNameSafe method with empty string
testMakeLdapNameSafeLeadingSpaces() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test the makeLdapNameSafe method with leading spaces and #
testMakeLdapNameSafeNoEscaping() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test the makeLdapNameSafe method with no character to escape
testMakeLdapNameSafeNull() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test the makeLdapNameSafe method with null
testMakeLdapNameSafeSpecialCharacters() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test the makeLdapNameSafe method with special characters
testMakeLdapNameSafeTrailingSpaces() - Method in class edu.internet2.middleware.ldappcTest.util.LdapUtilTest
A test the makeLdapNameSafe method with trailing spaces to escape
testNoValue() - Method in class edu.internet2.middleware.ldappcTest.synchronize.AttributeModifierTest
Test addition of "no value"
TestOptions - Class in edu.internet2.middleware.ldappcTest
Class to contain test options.
TestOptions() - Constructor for class edu.internet2.middleware.ldappcTest.TestOptions
Constructor
testProvision() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetSubjectProvisionerTest
A test of adding a stem to a root stem
testProvisionedGroups() - Method in class edu.internet2.middleware.ldappcTest.qs.QuickStartTestU
Test that groups have been provisioned
testProvisionGroups() - Method in class edu.internet2.middleware.ldappcTest.GrouperProvisionerTest
A test of adding a member to a group.
testProvisionPermissions() - Method in class edu.internet2.middleware.ldappcTest.dbBuilder.SignetProvisionerPermissionsTest
A test of adding a member to a group.
testResourceBundleUtil() - Method in class edu.internet2.middleware.ldappcTest.ResourceBundleUtilTest
A test accessing an ldappc resource bundle property.
testSignetSubjectRetriever() - Method in class edu.internet2.middleware.ldappcTest.SignetSubjectRetrieverTest
A test of LDAP search capability.
testSimpleSearch() - Method in class edu.internet2.middleware.ldappcTest.SimpleLdapSearchTest
A test of LDAP search capability.
testValidAllFile() - Method in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Test reading in a valid configuration file
testValidGrouperGroupMinimal() - Method in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Test reading in a valid configuration file with a minimal Grouper group configuration
testValidGrouperMembershipMinimalFile() - Method in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Test reading in a valid configuration file with minimal Grouper membership configuration
testValidNoOptionalAttributesFile() - Method in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Test reading in a valid configuration file without any optional attributes
testValidSignetMinimal() - Method in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Test reading in a valid configuration file with the minimal Signet configuration
toString() - Method in class edu.internet2.middleware.ldappc.util.LdapSearchFilter
Returns a string representation of the object.

U

updateGroupEntry(Name, Group) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This updates the group's ldap entry with the current data.
updateProcessedOus(Name) - Method in class edu.internet2.middleware.ldappc.synchronize.GroupEntrySynchronizer
This updates the list of processed OUs with those identified from the group's DN.
UserManual - Class in edu.internet2.middleware.ldappc.documentation
Users Manual
UserManual() - Constructor for class edu.internet2.middleware.ldappc.documentation.UserManual
 

V

VALID_ALL_CONFIG_FILE_RESOURCE - Static variable in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Valid configuration file resource with all elements and attributes
VALID_GROUPER_GROUP_MINIMAL_CONFIG_FILE_RESOURCE - Static variable in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Valid configuration file resource with a minimal Grouper group configuration
VALID_GROUPER_MEMBERSHIP_MINIMAL_CONFIG_FILE_RESOURCE - Static variable in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Valid configuration file resource with a minimal Grouper membership configuration
VALID_NO_OPTIONAL_ATTRIBUTES_CONFIG_FILE_RESOURCE - Static variable in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Valid configuration file resource with all elements and no optional attributes
VALID_SIGNET_MINIMAL_CONFIG_FILE_RESOURCE - Static variable in class edu.internet2.middleware.ldappcTest.configuration.ConfigManagerTest
Valid configuration file resource with the minimal Signet configuration
VERSION_DATE - Static variable in class edu.internet2.middleware.ldappc.Ldappc
The date this version of Ldappc was created.
VERSION_NUMBER - Static variable in class edu.internet2.middleware.ldappc.Ldappc
The version of Ldappc

W

W3C_XML_SCHEMA - Static variable in class edu.internet2.middleware.ldappc.ConfigManager
JAXP schema language value for W3C XML Schema
warn(Class, String) - Static method in class edu.internet2.middleware.ldappc.logging.ErrorLog
Logs warning level messages.
WARN - Static variable in class edu.internet2.middleware.ldappc.logging.ExceptionHandler
Exception level for warning messages.

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