Uses of Class
org.wildfly.security.tool.FileSystemRealmCommand.Descriptor
-
Packages that use FileSystemRealmCommand.Descriptor Package Description org.wildfly.security.tool -
-
Uses of FileSystemRealmCommand.Descriptor in org.wildfly.security.tool
Fields in org.wildfly.security.tool with type parameters of type FileSystemRealmCommand.Descriptor Modifier and Type Field Description private List<FileSystemRealmCommand.Descriptor>
FileSystemRealmCommand. descriptors
Methods in org.wildfly.security.tool with parameters of type FileSystemRealmCommand.Descriptor Modifier and Type Method Description private void
FileSystemRealmCommand. copyAddResetDescriptor(FileSystemRealmCommand.Descriptor original)
Copies a Descriptor into a temporary one for it can be cloned into the list of descriptorsprivate void
FileSystemRealmCommand. findMissingRequiredValuesAndSetValues(int count, FileSystemRealmCommand.Descriptor descriptor)
Determines if the current descriptor block is missing any required values and then if it is, prints out a warning message and sets that required value and the optional values to nullprivate String
FileSystemRealmCommand. getDescriptorParam(String param, FileSystemRealmCommand.Descriptor descriptor)
Returns the value for a given param in a Descriptor objectprivate List<String>
FileSystemRealmCommand. parseInputFile(FileSystemRealmCommand.Descriptor descriptor, String param, int count)
Parses a uses or roles properties file to get the user mappings (users-password for users files and users-roles for roles files).Constructors in org.wildfly.security.tool with parameters of type FileSystemRealmCommand.Descriptor Constructor Description Descriptor(FileSystemRealmCommand.Descriptor descriptor)
-