public interface UsersManagementClientConstants
extends com.google.gwt.i18n.client.ConstantsWithLookup
UF Security client constants.
com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValue
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
Modifier and Type | Field and Description |
---|---|
static UsersManagementClientConstants |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
String |
entityNotFound() |
String |
group_validation_nameNotEmpty() |
String |
groupAlreadyExists() |
String |
groupNotFound() |
String |
noUserSystemManagerActive() |
String |
realmManagementNotAuthorized() |
String |
roleAlreadyExists() |
String |
unsupportedCapability() |
String |
user_validation_nameNotEmpty() |
String |
userAlreadyExists() |
String |
userNotFound() |
String |
userSystemManagerInitializationError() |
static final UsersManagementClientConstants INSTANCE
String user_validation_nameNotEmpty()
String group_validation_nameNotEmpty()
String userSystemManagerInitializationError()
String noUserSystemManagerActive()
String unsupportedCapability()
String userAlreadyExists()
String groupAlreadyExists()
String roleAlreadyExists()
String entityNotFound()
String userNotFound()
String groupNotFound()
String realmManagementNotAuthorized()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.