|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LdappcException in edu.internet2.middleware.ldappc |
|---|
| Methods in edu.internet2.middleware.ldappc that throw LdappcException | |
|---|---|
Name |
Ldappc.calculateGroupDn(edu.internet2.middleware.grouper.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,edu.internet2.middleware.grouper.shibboleth.dataConnector.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(edu.internet2.middleware.grouper.Group group)
This builds the DN of the given group. |
String |
GroupEntrySynchronizer.calculateLdif(edu.internet2.middleware.grouper.Group group,
Set<edu.internet2.middleware.grouper.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(edu.internet2.middleware.grouper.Group group,
int status,
Set<edu.internet2.middleware.grouper.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(edu.internet2.middleware.grouper.Group group,
Set<edu.internet2.middleware.grouper.Group> groups)
This stores the given Group's data in the AttributeModifiers. |
void |
GroupEntrySynchronizer.synchronize(Set<edu.internet2.middleware.grouper.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(edu.internet2.middleware.grouper.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||