Package net.webpdf.wsclient.openapi
Class ServerConfigUserPKCS12
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigUserPKCS12
-
public class ServerConfigUserPKCS12 extends Object
Defines the location of the user's keystore 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 ServerConfigUserPKCS12()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConfigUserPKCS12attributeName(String attributeName)ServerConfigUserPKCS12enabled(Boolean enabled)booleanequals(Object o)@Nullable StringgetAttributeName()The name of the attribute selecting the user's keystore.@Nullable BooleangetEnabled()When set to true a user keystore 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 ServerConfigUserPKCS12 attributeName(String attributeName)
-
getAttributeName
@Nullable public @Nullable String getAttributeName()
The name of the attribute selecting the user's keystore.- Returns:
- attributeName
-
setAttributeName
public void setAttributeName(String attributeName)
-
enabled
public ServerConfigUserPKCS12 enabled(Boolean enabled)
-
getEnabled
@Nullable public @Nullable Boolean getEnabled()
When set to true a user keystore can be found in the Active Directory.- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
-