public class LDAPIdentitySource extends Object
| Constructor and Description |
|---|
LDAPIdentitySource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPBindAsType |
getBindAs() |
LDAPCredentials |
getCredentials() |
String |
getDnPattern() |
String |
getMembershipAttribute() |
String |
getRolenameAttribute() |
String |
getUrl() |
LDAPUserSearch |
getUserSearch() |
boolean |
isExtractRoles() |
void |
setBindAs(LDAPBindAsType bindAs) |
void |
setCredentials(LDAPCredentials credentials) |
void |
setDnPattern(String dnPattern) |
void |
setExtractRoles(boolean extractRoles) |
void |
setMembershipAttribute(String membershipAttribute) |
void |
setRolenameAttribute(String rolenameAttribute) |
void |
setUrl(String url) |
void |
setUserSearch(LDAPUserSearch userSearch) |
public String getDnPattern()
public void setDnPattern(String dnPattern)
dnPattern - the dnPattern to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic LDAPBindAsType getBindAs()
public void setBindAs(LDAPBindAsType bindAs)
bindAs - the bindAs to setpublic LDAPCredentials getCredentials()
public void setCredentials(LDAPCredentials credentials)
credentials - the credentials to setpublic LDAPUserSearch getUserSearch()
public void setUserSearch(LDAPUserSearch userSearch)
userSearch - the userSearch to setpublic boolean isExtractRoles()
public void setExtractRoles(boolean extractRoles)
extractRoles - the extractRoles to setpublic String getMembershipAttribute()
public void setMembershipAttribute(String membershipAttribute)
membershipAttribute - the membershipAttribute to setpublic String getRolenameAttribute()
public void setRolenameAttribute(String rolenameAttribute)
rolenameAttribute - the rolenameAttribute to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.