Class FileSystemEncryptRealmCommand.Descriptor

    • Field Detail

      • inputRealmLocation

        private String inputRealmLocation
      • outputRealmLocation

        private String outputRealmLocation
      • fileSystemRealmName

        private String fileSystemRealmName
      • credentialStore

        private String credentialStore
      • secretKeyAlias

        private String secretKeyAlias
      • hashEncoding

        private Encoding hashEncoding
      • createCredentialStore

        private Boolean createCredentialStore
      • populate

        private Boolean populate
    • Method Detail

      • getHashEncoding

        public Encoding getHashEncoding()
      • setHashEncoding

        public void setHashEncoding​(Encoding hashEncoding)
      • getLevels

        public Integer getLevels()
      • setLevels

        public void setLevels​(Integer levels)
      • getInputRealmLocation

        public String getInputRealmLocation()
      • setInputRealmLocation

        public void setInputRealmLocation​(String inputRealmLocation)
      • getOutputRealmLocation

        public String getOutputRealmLocation()
      • setOutputRealmLocation

        public void setOutputRealmLocation​(String outputRealmLocation)
      • getFileSystemRealmName

        public String getFileSystemRealmName()
      • setFileSystemRealmName

        public void setFileSystemRealmName​(String fileSystemRealmName)
      • getEncoded

        public Boolean getEncoded()
      • setEncoded

        public void setEncoded​(boolean encoded)
      • getCredentialStore

        String getCredentialStore()
      • setCredentialStore

        void setCredentialStore​(String credentialStore)
      • getCreateCredentialStore

        Boolean getCreateCredentialStore()
      • setCreateCredentialStore

        void setCreateCredentialStore​(Boolean createCredentialStore)
      • getSecretKeyAlias

        String getSecretKeyAlias()
      • setSecretKeyAlias

        void setSecretKeyAlias​(String secretKeyAlias)
      • getPopulate

        Boolean getPopulate()
      • setPopulate

        void setPopulate​(Boolean populate)
      • reset

        void reset()