com.sun.enterprise.security.cli.LocalStrings.properties Maven / Gradle / Ivy
create.file.user.usagetext=Usage: create-file-user [--terse=false] [--echo=false] [--interactive=true] [--host=localhost] [--port=4848] [--secure|-s] [--user=admin_user] [--passwordfile=file_name] [--groups=user_groups[:user_groups]*] [--authrealmname=authrealm_name] username
create.file.user.filerealmnotfound=File realm {0} does not exist
create.file.user.keyfilenotfound=No physical file is associated with file realm {0}.
create.file.user.keyfilenotreadable=Password for user {0} has to be specified in --userpassword option or supplied through AS_ADMIN_USERPASSWORD property in the file specified in --passwordfile option.
create.file.user.realmnotsupported=Configured file realm {0} is not supported.
create.file.user.realmcorrupted=Configured file realm {0} is corrupted.
create.file.user.useraddfailed=Adding User {0} to file realm {1} failed.
create.file.user.success=create-file-user successful.
delete.file.user.filerealmnotfound=File realm {0} does not exist
delete.file.user.keyfilenotfound=No physical file is associated with the file realm {0}.
delete.file.user.realmnotsupported=Configured file realm {0} is not supported.
delete.file.user.realmcorrupted=Configured file realm {0} is corrupted.
delete.file.user.userdeletefailed=Removing User {0} from file realm {0} failed.
delete.file.user.usernotfound=User {0} does not exist in file realm {1}.
delete.file.user.success=delete-file-user successful.
update.file.user.filerealmnotfound=File realm {0} does not exist.
update.file.user.realmnotsupported=Configured file realm {0} is not supported.
update.file.user.keyfilenotfound=No physical file associated with this file realm {0}.
update.file.user.keyfilenotreadable=Password for user {0} has to be specified in --userpassword option or supplied through AS_ADMIN_USERPASSWORD property in the file specified in --passwordfile option.
update.file.user.realmcorrupted=Configured file realm {0} is corrupted.
update.file.user.realmnotsupported=Configured file realm {0} is not supported.
update.file.user.userupdatefailed=Updating user {0} in file realm {1} failed.
update.file.user.success=update-file-user successful.
list.file.user.filerealmnotfound=File realm {0} does not exist
list.file.user.realmnotsupported=Configured file realm {0} is not supported.
list.file.user.keyfilenotfound=There is no physical file associated with the file realm {0}
list.file.user.realmcorrupted=Configured file realm {0} is corrupted.
list.file.user.success=list-file-users successful.
create.auth.realm.duplicatefound=Authrealm named {0} exists. Cannot add duplicate Authrealm.
create.auth.realm.fail=Creation of Authrealm {0} failed.
create.auth.realm.success=Creation of Authrealm {0} completed successfully.
delete.auth.realm.notfound=Authrealm named {0} not found.
delete.auth.realm.fail=Deletion of Authrealm {0} failed.
delete.auth.realm.success=Deletion of Authrealm {0} completed successfully.
list.auth.realm.success=list-auth-realms successful
list.file.group.filerealmnotfound=File realm {0} does not exist
list.file.group.success=list-file-groups successful
list.file.group.realmcorrupted=Configured file realm {0} is corrupted
list.file.group.usernotfound=Specified file user {0} not found
list.file.group.realmnotsupported=Configured file realm {0} is not supported
list.file.group.keyfilenotfound=There is no physical file associated with this file realm {0}
change.admin.password.adminrealmnotfound=There is no admin realm to perform this operation.
change.admin.password.adminrealmnotsupported=Configured admin realm is not of supported type.
change.admin.password.keyfilenotfound=There is no physical file associated with admin realm.
change.admin.password.realmcorrupted=Configured admin realm is corrupted.
change.admin.password.realmnotsupported=Configured admin realm does not exist.
change.admin.password.userupdatefailed=Password change failed for user named {0}.
create.password.alias.fail=Creation of Password Alias {0} failed
create.password.alias.success=Encrypted password stored for the alias {0} store successfully
list.password.alias.fail=Listing of Password Alias failed
list.password.alias.success=List password aliases executed successfully
list.password.alias.nothingtolist=Nothing to list
delete.password.alias.success=Password alias for the alias {0} deleted successfully
delete.password.alias.fail=Deletion of Password Alias {0} failed
delete.password.alias.notfound=Password alias for the alias {0} does not exist.
update.password.alias.notfound=Password alias for the alias {0} does not exist.
update.password.alias.fail=Update of Password Alias {0} failed
update.password.alias.success=Encrypted password for the alias {0} updated successfully
© 2015 - 2025 Weber Informatics LLC | Privacy Policy