public class LdapAuthenticationOptions extends Object
Constructor and Description |
---|
LdapAuthenticationOptions() |
LdapAuthenticationOptions(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationMechanism() |
String |
getAuthenticationQuery() |
String |
getReferral() |
String |
getUrl() |
LdapAuthenticationOptions |
setAuthenticationMechanism(String authenticationMechanism)
sets the authentication mechanism.
|
LdapAuthenticationOptions |
setAuthenticationQuery(String authenticationQuery)
Set the query to use to authenticate a user.
|
LdapAuthenticationOptions |
setReferral(String referral)
Set the referral property.
|
LdapAuthenticationOptions |
setUrl(String url)
Set the url to the LDAP server.
|
public LdapAuthenticationOptions()
public LdapAuthenticationOptions(JsonObject json)
public String getAuthenticationMechanism()
public String getReferral()
public String getUrl()
public String getAuthenticationQuery()
public LdapAuthenticationOptions setAuthenticationMechanism(String authenticationMechanism)
authenticationMechanism
- public LdapAuthenticationOptions setReferral(String referral)
referral
- the referralpublic LdapAuthenticationOptions setUrl(String url)
url
- the url to the serverpublic LdapAuthenticationOptions setAuthenticationQuery(String authenticationQuery)
authenticationQuery
- Copyright © 2021 Eclipse. All rights reserved.