Class SettingsSecurity

  • All Implemented Interfaces:
    java.io.Serializable

    public class SettingsSecurity
    extends java.lang.Object
    implements java.io.Serializable
    Class SettingsSecurity.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<Config> configurations
      Field configurations.
      private java.lang.String master
      encrypted master password.
      private java.lang.String modelEncoding
      Field modelEncoding.
      private java.lang.String relocation
      reference to the location of the security file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addConfiguration​(Config config)
      Method addConfiguration.
      java.util.List<Config> getConfigurations()
      Method getConfigurations.
      java.lang.String getMaster()
      Get encrypted master password.
      java.lang.String getModelEncoding()
      Get the modelEncoding field.
      java.lang.String getRelocation()
      Get reference to the location of the security file.
      void removeConfiguration​(Config config)
      Method removeConfiguration.
      void setConfigurations​(java.util.List<Config> configurations)
      Set named configurations.
      void setMaster​(java.lang.String master)
      Set encrypted master password.
      void setModelEncoding​(java.lang.String modelEncoding)
      Set the modelEncoding field.
      void setRelocation​(java.lang.String relocation)
      Set reference to the location of the security file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • master

        private java.lang.String master
        encrypted master password.
      • relocation

        private java.lang.String relocation
        reference to the location of the security file.
      • configurations

        private java.util.List<Config> configurations
        Field configurations.
      • modelEncoding

        private java.lang.String modelEncoding
        Field modelEncoding.
    • Constructor Detail

      • SettingsSecurity

        public SettingsSecurity()
    • Method Detail

      • addConfiguration

        public void addConfiguration​(Config config)
        Method addConfiguration.
        Parameters:
        config - a config object.
      • getConfigurations

        public java.util.List<Config> getConfigurations()
        Method getConfigurations.
        Returns:
        List
      • getMaster

        public java.lang.String getMaster()
        Get encrypted master password.
        Returns:
        String
      • getModelEncoding

        public java.lang.String getModelEncoding()
        Get the modelEncoding field.
        Returns:
        String
      • getRelocation

        public java.lang.String getRelocation()
        Get reference to the location of the security file.
        Returns:
        String
      • removeConfiguration

        public void removeConfiguration​(Config config)
        Method removeConfiguration.
        Parameters:
        config - a config object.
      • setConfigurations

        public void setConfigurations​(java.util.List<Config> configurations)
        Set named configurations.
        Parameters:
        configurations - a configurations object.
      • setMaster

        public void setMaster​(java.lang.String master)
        Set encrypted master password.
        Parameters:
        master - a master object.
      • setModelEncoding

        public void setModelEncoding​(java.lang.String modelEncoding)
        Set the modelEncoding field.
        Parameters:
        modelEncoding - a modelEncoding object.
      • setRelocation

        public void setRelocation​(java.lang.String relocation)
        Set reference to the location of the security file.
        Parameters:
        relocation - a relocation object.