Class ServerConfigUserPKCS12


  • public class ServerConfigUserPKCS12
    extends Object
    Defines the location of the user's keystore stored in the active directory.
    • Constructor Detail

      • ServerConfigUserPKCS12

        public ServerConfigUserPKCS12()
    • Method Detail

      • getAttributeName

        @Nullable
        public @Nullable String getAttributeName()
        The name of the attribute selecting the user's keystore.
        Returns:
        attributeName
      • setAttributeName

        public void setAttributeName​(String attributeName)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object