Class GcLdapSearchAttributeConfig
java.lang.Object
edu.internet2.middleware.grouperClient.commandLine.GcLdapSearchAttributeConfig
represents the configuration of an ldap search attribute
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumtype of result in the ldap search attribute -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMatchingAttribute(String attributeLabel, String ldapAttribute) add matching attribute label and ldap namevoidaddReturningAttribute(String ldapAttribute) add a returning attributeldap namematching attribute (label to ldap name)output templatereturning attribute (label to ldap)get the search resultldap search scopevoidsetLdapName(String ldapName1) ldap namevoidsetOperationName(String theOperationName) operation namevoidsetOutputTemplate(String outputTemplate1) output templatevoidsetSearchAttributeResultType(String string) the result typevoidsetSearchScope(String theSearchScope) ldap search scopetoString()
-
Constructor Details
-
GcLdapSearchAttributeConfig
public GcLdapSearchAttributeConfig()
-
-
Method Details
-
getOutputTemplate
output template- Returns:
- output template
-
setOutputTemplate
output template- Parameters:
outputTemplate1-
-
setSearchAttributeResultType
the result type- Parameters:
string- to convert to enum
-
getSearchAttributeResultTypeEnum
get the search result- Returns:
- the search result
-
toString
-
setOperationName
operation name- Parameters:
theOperationName-
-
addMatchingAttribute
add matching attribute label and ldap name- Parameters:
attributeLabel-ldapAttribute-
-
addReturningAttribute
add a returning attribute- Parameters:
ldapAttribute-
-
getMatchingAttributes
matching attribute (label to ldap name)- Returns:
- matching attributes
-
getReturningAttributes
returning attribute (label to ldap)- Returns:
- the attributes
-
getLdapName
ldap name- Returns:
- ldap name
-
setLdapName
ldap name- Parameters:
ldapName1-
-
getSearchScope
ldap search scope- Returns:
- ldap search scope
-
setSearchScope
ldap search scope- Parameters:
theSearchScope-
-