|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.commandLine.GcLdapSearchAttributeConfig
public class GcLdapSearchAttributeConfig
represents the configuration of an ldap search attribute
| Nested Class Summary | |
|---|---|
static class |
GcLdapSearchAttributeConfig.SearchAttributeResultType
type of result in the ldap search attribute |
| Constructor Summary | |
|---|---|
GcLdapSearchAttributeConfig()
|
|
| Method Summary | |
|---|---|
void |
addMatchingAttribute(String attributeLabel,
String ldapAttribute)
add matching attribute label and ldap name |
void |
addReturningAttribute(String ldapAttribute)
add a returning attribute |
String |
getLdapName()
ldap name |
Map<String,String> |
getMatchingAttributes()
matching attribute (label to ldap name) |
String |
getOutputTemplate()
output template |
Set<String> |
getReturningAttributes()
returning attribute (label to ldap) |
GcLdapSearchAttributeConfig.SearchAttributeResultType |
getSearchAttributeResultTypeEnum()
get the search result |
void |
setLdapName(String ldapName1)
ldap name |
void |
setOperationName(String theOperationName)
operation name |
void |
setOutputTemplate(String outputTemplate1)
output template |
void |
setSearchAttributeResultType(String string)
the result type |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GcLdapSearchAttributeConfig()
| Method Detail |
|---|
public String getOutputTemplate()
public void setOutputTemplate(String outputTemplate1)
outputTemplate1 - public void setSearchAttributeResultType(String string)
string - to convert to enumpublic GcLdapSearchAttributeConfig.SearchAttributeResultType getSearchAttributeResultTypeEnum()
public String toString()
toString in class ObjectObject.toString()public void setOperationName(String theOperationName)
theOperationName -
public void addMatchingAttribute(String attributeLabel,
String ldapAttribute)
attributeLabel - ldapAttribute - public void addReturningAttribute(String ldapAttribute)
ldapAttribute - public Map<String,String> getMatchingAttributes()
public Set<String> getReturningAttributes()
public String getLdapName()
public void setLdapName(String ldapName1)
ldapName1 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||