public class GcLdapSearchAttributeConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GcLdapSearchAttributeConfig.SearchAttributeResultType
type of result in the ldap search attribute
|
Constructor and Description |
---|
GcLdapSearchAttributeConfig() |
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.String |
getSearchScope()
ldap search scope
|
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
|
void |
setSearchScope(java.lang.String theSearchScope)
ldap search scope
|
java.lang.String |
toString() |
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
- public java.lang.String getSearchScope()
public void setSearchScope(java.lang.String theSearchScope)
theSearchScope
-