Uses of Class
edu.internet2.middleware.ldappc.exception.LdappcException

Packages that use LdappcException
edu.internet2.middleware.ldappc   
edu.internet2.middleware.ldappc.exception   
edu.internet2.middleware.ldappc.spml   
edu.internet2.middleware.ldappc.spml.definitions   
edu.internet2.middleware.ldappc.spml.provider   
edu.internet2.middleware.ldappc.spml.request   
edu.internet2.middleware.ldappc.synchronize   
edu.internet2.middleware.ldappc.util   
 

Uses of LdappcException in edu.internet2.middleware.ldappc
 

Methods in edu.internet2.middleware.ldappc that throw LdappcException
 Name Ldappc.calculateGroupDn(Group group)
          This calculates the DN of the given group.
 File Ldappc.dryRun()
          Write changes that would be made during provisioning to a file.
 void Ldappc.provision()
          Provision Grouper data to a directory.
 

Uses of LdappcException in edu.internet2.middleware.ldappc.exception
 

Subclasses of LdappcException in edu.internet2.middleware.ldappc.exception
 class ConfigurationException
          This indicates that a configuration error occurred.
 

Uses of LdappcException in edu.internet2.middleware.ldappc.spml
 

Methods in edu.internet2.middleware.ldappc.spml that throw LdappcException
 PSPContext PSP.getProvisioningContext(ProvisioningRequest provisioningRequest)
           
static Map<String,List<org.openspml.v2.msg.spmlref.Reference>> PSP.getReferences(org.openspml.v2.msg.spml.CapabilityData[] capabilityDataArray)
           
 Map<TargetDefinition,List<PSODefinition>> PSP.getTargetAndObjectDefinitions(ProvisioningRequest request)
           
 Map<TargetDefinition,List<PSODefinition>> PSP.getTargetAndObjectDefinitions(org.openspml.v2.msg.spml.SchemaEntityRef schemaEntityRef)
           
 

Uses of LdappcException in edu.internet2.middleware.ldappc.spml.definitions
 

Methods in edu.internet2.middleware.ldappc.spml.definitions that throw LdappcException
 List<org.openspml.v2.msg.spml.PSO> PSODefinition.getPSO(PSPContext context)
           
 List<org.openspml.v2.msg.spml.PSOIdentifier> PSOIdentifierDefinition.getPSOIdentifier(PSPContext context)
           
 List<org.openspml.v2.msg.spmlref.Reference> PSOReferencesDefinition.getReferences(PSPContext context)
           
 List<org.openspml.v2.msg.spmlref.Reference> PSOReferenceDefinition.getReferences(PSPContext context, String typeOfReference)
           
 

Uses of LdappcException in edu.internet2.middleware.ldappc.spml.provider
 

Methods in edu.internet2.middleware.ldappc.spml.provider that throw LdappcException
protected  PSODefinition LdapTargetProvider.getPSODefinition(edu.vt.middleware.ldap.bean.LdapEntry entry)
          Determine the schema entity appropriate for the given LdapEntry.
 

Uses of LdappcException in edu.internet2.middleware.ldappc.spml.request
 

Methods in edu.internet2.middleware.ldappc.spml.request that throw LdappcException
 void SyncResponse.addResponse(org.openspml.v2.msg.spml.Response response)
           
 Set<String> BulkProvisioningRequestHandler.getAllIdentifiers()
           
 Set<String> BulkProvisioningRequestHandler.getAllIdentifiers(boolean updatedSince)
           
protected  Map<String,SourceDataConnector> BulkProvisioningRequestHandler.getAllSourceDataConnectors(org.openspml.v2.msg.spml.SchemaEntityRef schemaEntityRef)
           
 

Uses of LdappcException in edu.internet2.middleware.ldappc.synchronize
 

Methods in edu.internet2.middleware.ldappc.synchronize that throw LdappcException
protected  Name GroupEntrySynchronizer.buildGroupDn(Group group)
          This builds the DN of the given group.
 String GroupEntrySynchronizer.calculateLdif(Group group, Set<Group> groups)
          Create an LDIF representation of the given group.
 String StringMembershipSynchronizer.calculateLdif(Set<String> groupNames)
           
protected  void GroupEntrySynchronizer.commit()
          This commits any changes not already committed to the directory.
protected  void StringMembershipSynchronizer.commit()
          This commits any changes not already committed to the directory.
protected  void GroupEntrySynchronizer.initialize()
          Perform any initialization prior to processing the set of groups.
protected  void StringMembershipSynchronizer.initialize()
          Perform any initialization prior to processing the set of permissions.
protected  void GroupEntrySynchronizer.performInclude(Group group, int status, Set<Group> groups)
          This identifies the underlying group as one that must remain or, if need be, must be added to the subject's LDAP entry.
protected  void GroupEntrySynchronizer.storeGroupData(Group group, Set<Group> groups)
          This stores the given Group's data in the AttributeModifiers.
 void GroupEntrySynchronizer.synchronize(Set<Group> groups)
          Synchronizes the group set with that in the directory.
 void StringMembershipSynchronizer.synchronize(Set<String> groupNames)
          Synchronizes the groups with those in the directory.
 

Uses of LdappcException in edu.internet2.middleware.ldappc.util
 

Methods in edu.internet2.middleware.ldappc.util that throw LdappcException
 Set<Name> SubjectCache.findSubjectDn(Member member)
          Returns the member's DN.
static BufferedReader LdapUtil.openReader(File file)
          Open file for reading.
static BufferedWriter LdapUtil.openWriter(File file)
          Open the file for writing.
static Attributes LdapUtil.searchAttributes(edu.vt.middleware.ldap.Ldap ldap, String dn)
          Returns all attributes.
static Attributes LdapUtil.searchAttributes(edu.vt.middleware.ldap.Ldap ldap, String dn, String[] retAttrs)
          Returns the attributes of a given LDAP dn.
 



Copyright © 2012 Internet2. All Rights Reserved.