|
|||||||||
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(java.lang.String attributeLabel,
java.lang.String ldapAttribute)
add matching attribute label and ldap name |
void |
addReturningAttribute(java.lang.String ldapAttribute)
add a returning attribute |
java.lang.String |
getLdapName()
ldap name |
java.util.Map<java.lang.String,java.lang.String> |
getMatchingAttributes()
matching attribute (label to ldap name) |
java.lang.String |
getOutputTemplate()
output template |
java.util.Set<java.lang.String> |
getReturningAttributes()
returning attribute (label to ldap) |
GcLdapSearchAttributeConfig.SearchAttributeResultType |
getSearchAttributeResultTypeEnum()
get the search result |
void |
setLdapName(java.lang.String ldapName1)
ldap name |
void |
setOperationName(java.lang.String theOperationName)
operation name |
void |
setOutputTemplate(java.lang.String outputTemplate1)
output template |
void |
setSearchAttributeResultType(java.lang.String string)
the result type |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GcLdapSearchAttributeConfig()
Method Detail |
---|
public java.lang.String getOutputTemplate()
public void setOutputTemplate(java.lang.String outputTemplate1)
outputTemplate1
- public void setSearchAttributeResultType(java.lang.String string)
string
- to convert to enumpublic GcLdapSearchAttributeConfig.SearchAttributeResultType getSearchAttributeResultTypeEnum()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public void setOperationName(java.lang.String theOperationName)
theOperationName
- public void addMatchingAttribute(java.lang.String attributeLabel, java.lang.String ldapAttribute)
attributeLabel
- ldapAttribute
- public void addReturningAttribute(java.lang.String ldapAttribute)
ldapAttribute
- public java.util.Map<java.lang.String,java.lang.String> getMatchingAttributes()
public java.util.Set<java.lang.String> getReturningAttributes()
public java.lang.String getLdapName()
public void setLdapName(java.lang.String ldapName1)
ldapName1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |