Package net.webpdf.wsclient.openapi
Class ServerConfigUserCertificateLdap
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigUserCertificateLdap
-
public class ServerConfigUserCertificateLdap extends Object
Defines the location of the user's certificate stored in the Active Directory.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ATTRIBUTE_NAMEstatic StringJSON_PROPERTY_ENABLED
-
Constructor Summary
Constructors Constructor Description ServerConfigUserCertificateLdap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConfigUserCertificateLdapattributeName(String attributeName)ServerConfigUserCertificateLdapenabled(Boolean enabled)booleanequals(Object o)@Nullable StringgetAttributeName()The name of the attribute selecting the user's certificate.@Nullable BooleangetEnabled()When set to true a user certificate can be found in the Active Directory.inthashCode()voidsetAttributeName(String attributeName)voidsetEnabled(Boolean enabled)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ATTRIBUTE_NAME
public static final String JSON_PROPERTY_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
attributeName
public ServerConfigUserCertificateLdap attributeName(String attributeName)
-
getAttributeName
@Nullable public @Nullable String getAttributeName()
The name of the attribute selecting the user's certificate.- Returns:
- attributeName
-
setAttributeName
public void setAttributeName(String attributeName)
-
enabled
public ServerConfigUserCertificateLdap enabled(Boolean enabled)
-
getEnabled
@Nullable public @Nullable Boolean getEnabled()
When set to true a user certificate can be found in the Active Directory.- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
-