Package org.wildfly.security.tool
Class FileSystemEncryptRealmCommand.Descriptor
- java.lang.Object
-
- org.wildfly.security.tool.FileSystemEncryptRealmCommand.Descriptor
-
- Enclosing class:
- FileSystemEncryptRealmCommand
private static final class FileSystemEncryptRealmCommand.Descriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private BooleancreateCredentialStoreprivate StringcredentialStoreprivate Booleanencodedprivate StringfileSystemRealmNameprivate EncodinghashEncodingprivate StringinputRealmLocationprivate Integerlevelsprivate StringoutputRealmLocationprivate Booleanpopulateprivate StringsecretKeyAlias
-
Constructor Summary
Constructors Constructor Description Descriptor()Descriptor(FileSystemEncryptRealmCommand.Descriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) BooleangetCreateCredentialStore()(package private) StringgetCredentialStore()BooleangetEncoded()StringgetFileSystemRealmName()EncodinggetHashEncoding()StringgetInputRealmLocation()IntegergetLevels()StringgetOutputRealmLocation()(package private) BooleangetPopulate()(package private) StringgetSecretKeyAlias()(package private) voidreset()(package private) voidsetCreateCredentialStore(Boolean createCredentialStore)(package private) voidsetCredentialStore(String credentialStore)voidsetEncoded(boolean encoded)voidsetFileSystemRealmName(String fileSystemRealmName)voidsetHashEncoding(Encoding hashEncoding)voidsetInputRealmLocation(String inputRealmLocation)voidsetLevels(Integer levels)voidsetOutputRealmLocation(String outputRealmLocation)(package private) voidsetPopulate(Boolean populate)(package private) voidsetSecretKeyAlias(String secretKeyAlias)
-
-
-
Field Detail
-
inputRealmLocation
private String inputRealmLocation
-
outputRealmLocation
private String outputRealmLocation
-
fileSystemRealmName
private String fileSystemRealmName
-
credentialStore
private String credentialStore
-
secretKeyAlias
private String secretKeyAlias
-
levels
private Integer levels
-
hashEncoding
private Encoding hashEncoding
-
encoded
private Boolean encoded
-
createCredentialStore
private Boolean createCredentialStore
-
populate
private Boolean populate
-
-
Constructor Detail
-
Descriptor
Descriptor()
-
Descriptor
Descriptor(FileSystemEncryptRealmCommand.Descriptor descriptor)
-
-
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()
-
-