@MessageLogger(projectCode="WFLYELY",
length=5)
public interface ElytronSubsystemMessages
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static ElytronSubsystemMessages |
ROOT_LOGGER
A root logger with the category of the package name.
|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final ElytronSubsystemMessages ROOT_LOGGER
@Message(id=2,
value="Can not inject the same realm \'%s\' in a single security domain.")
OperationFailedException duplicateRealmInjection(String realmName)
OperationFailedException if the same realm is injected multiple times for a single domain.realmName - - the name of the SecurityRealm being injected.OperationFailedException for the error.@Message(id=3,
value="The operation did not contain an address with a value for \'%s\'.")
IllegalArgumentException operationAddressMissingKey(String key)
IllegalArgumentException if the supplied operation did not contain an address with a value for the required key.key - - the required key in the address of the operation.IllegalArgumentException for the error.@Message(id=4,
value="Unable to start the service.")
org.jboss.msc.service.StartException unableToStartService(@Cause
Exception cause)
StartException if it is not possible to initialise the Service.cause - the cause of the failure.StartException for the error.@Message(id=5,
value="Unable to access KeyStore to complete the requested operation.")
OperationFailedException unableToAccessKeyStore(@Cause
Exception cause)
OperationFailedException if it is not possible to access the KeyStore at RUNTIME.cause - the underlying cause of the failureOperationFailedException for the error.@Message(id=7,
value="The required service \'%s\' is not UP, it is currently \'%s\'.")
OperationFailedException requiredServiceNotUp(org.jboss.msc.service.ServiceName serviceName,
org.jboss.msc.service.ServiceController.State state)
OperationFailedException where an operation can not proceed as it's required service is not UP.serviceName - the name of the service that is required.state - the actual state of the service.OperationFailedException for the error.@Message(id=8,
value="Invalid operation name \'%s\', expected one of \'%s\'")
OperationFailedException invalidOperationName(String actualName,
String... expectedNames)
OperationFailedException where the name of the operation does not match the expected names.actualName - the operation name contained within the request.expectedNames - the expected operation names.OperationFailedException for the error.@Message(id=9,
value="Unable to complete operation. \'%s\'")
RuntimeException unableToCompleteOperation(@Cause
Throwable cause,
String causeMessage)
RuntimeException where an operation can not be completed.cause - the underlying cause of the failure.RuntimeException for the error.@Message(id=10,
value="Unable to save KeyStore - KeyStore file \'%s\' does not exist.")
OperationFailedException cantSaveWithoutFile(String file)
OperationFailedException where this an attempt to save a KeyStore without a File defined.OperationFailedException for the error.@Message(id=12,
value="No suitable provider found for type \'%s\'")
org.jboss.msc.service.StartException noSuitableProvider(String type)
StartException where a service can not identify a suitable Providertype - the type being searched for.StartException for the error.@Message(id=13,
value="The default-realm \'%s\' is not in the list of realms [%s] referenced by this domain.")
OperationFailedException defaultRealmNotReferenced(String defaultRealm,
String realms)
OperationFailedException for when an attempt is made to define a domain that has a default realm specified that
it does not actually reference.defaultRealm - the name of the default_realm specified.OperationFailedException for the error.@Message(id=14,
value="Unable to load the properties files required to start the properties file backed realm: Users file: \'%s\' Groups file: \'%s\'")
org.jboss.msc.service.StartException unableToLoadPropertiesFiles(@Cause
Exception cause,
String usersFile,
String groupsFile)
StartException for when the properties file backed realm can not be started due to problems loading the
properties files.cause - the underlying cause of the error.StartException for the error.@Message(id=15,
value="The custom component implementation \'%s\' doe not implement \'org.wildfly.extension.elytron.Configurable\' however configuration has been supplied.")
org.jboss.msc.service.StartException componentNotConfigurable(String className)
StartException where a custom component has been defined with configuration but does not implement
the Configurable interface.className - the class name of the custom component implementation being loaded.StartException for the error.@Message(id=16,
value="The supplied regular expression \'%s\' is invalid.")
OperationFailedException invalidRegularExpression(String pattern,
@Cause
Exception cause)
OperationFailedException where validation of a specified regular expression has failed.pattern - the regular expression that failed validation.cause - the reported Exception during validation.OperationFailedException for the error.@Message(id=17,
value="Property file referenced in properties-realm does not exist: %s")
org.jboss.msc.service.StartException propertyFilesDoesNotExist(String file)
StartException for when the properties file backed realm can not be used because property file(s) does not exist.file - the missing file detail.StartException for the error.@Message(id=18,
value="Unable to create %s for algorithm \'%s\'.")
org.jboss.msc.service.StartException unableToCreateManagerFactory(String type,
String algorithm)
StartException where a Key or Trust manager factory can not be created for a specific algorithm.type - the type of manager factory being created.algorithm - the requested algorithm.StartException for the error.@Message(id=19,
value="No \'%s\' found in injected value.")
org.jboss.msc.service.StartException noTypeFound(String type)
StartException where a specific type can not be found in an injected value.type - the type required.StartException for the error.@Message(id=20,
value="Unable to reload the properties files required to by the properties file backed realm.")
OperationFailedException unableToReLoadPropertiesFiles(@Cause
Exception cause)
OperationFailedException for when the properties file used by the realm can not be reloaded.cause - the underlying cause of the error.OperationFailedException for the error.@Message(id=21,
value="Exception while creating the permission object for the permission mapping. Please check [class-name], [target-name] (name of permission) and [action] of [%s].")
org.jboss.msc.service.StartException exceptionWhileCreatingPermission(String permissionClassName,
@Cause
Throwable cause)
StartException for when creating of the Permission will fail.permissionClassName - class-name of the created permissioncause - the underlying cause of the error.OperationFailedException for the error.@Message(id=22,
value="KeyStore file \'%s\' does not exist and required.")
org.jboss.msc.service.StartException keyStoreFileNotExists(String file)
@LogMessage(level=WARN)
@Message(id=23,
value="KeyStore file \'%s\' does not exist. Used blank.")
void keyStoreFileNotExistsButIgnored(String file)
@LogMessage(level=WARN)
@Message(id=24,
value="Certificate [%s] in KeyStore is not valid")
void certificateNotValid(String alias,
@Cause
Exception cause)
@Message(id=25,
value="Referenced property file is invalid: %s")
org.jboss.msc.service.StartException propertyFileIsInvalid(String message,
@Cause
Throwable cause)
@Message(id=27,
value="Unable to obtain OID for X.500 attribute \'%s\'")
OperationFailedException unableToObtainOidForX500Attribute(String attribute)
@Message(id=28,
value="The X.500 attribute must be defined by name or by OID")
OperationFailedException x500AttributeMustBeDefined()
@Message(id=29,
value="Failed to parse URL \'%s\'")
OperationFailedException invalidURL(String url,
@Cause
Exception cause)
@Message(id=30,
value="Realm \'%s\' does not support cache")
org.jboss.msc.service.StartException realmDoesNotSupportCache(String realmName)
@Message(id=31,
value="Unable to access CRL file.")
org.jboss.msc.service.StartException unableToAccessCRL(@Cause
Exception cause)
@Message(id=32,
value="Unable to reload CRL file.")
RuntimeException unableToReloadCRL(@Cause
Exception cause)
@Message(id=33,
value="Unable to access entry [%s] from key store [%s].")
RuntimeException unableToAccessEntryFromKeyStore(String alias,
String keyStore)
RuntimeException if it is not possible to access an entry from a KeyStore at RUNTIME.alias - the entry that couldn't be accessedkeyStore - the keystoreRuntimeException for the error.@Message(id=34,
value="A principal query can only have a single key mapper")
OperationFailedException jdbcRealmOnlySingleKeyMapperAllowed()
@Message(id=35,
value="Unable to load module \'%s\'.")
OperationFailedException unableToLoadModule(String module,
@Cause
Exception cause)
@Message(id=36,
value="Security realm \'%s\' has been referenced twice in the same security domain.")
OperationFailedException realmRefererencedTwice(String realmName)
OperationFailedException for when validating a security domain fails due to the same realm being referenced twice.realmName - the name of the security realm referenced twice.OperationFailedException for the error.@Message(id=37,
value="Injected value is not of \'%s\' type.")
org.jboss.msc.service.StartException invalidTypeInjected(String type)
StartException where a specific type is not type of injected value.type - the type required.StartException for the error.@LogMessage(level=WARN)
@Message(id=38,
value="Could not load permission class \"%s\"")
void invalidPermissionClass(String className)
@Message(id=39,
value="Unable to reload CRL file - TrustManager is not reloadable")
OperationFailedException unableToReloadCRLNotReloadable()
@Message(id=909,
value="Credential store \'%s\' does not support given credential store entry type \'%s\'")
OperationFailedException credentialStoreEntryTypeNotSupported(String credentialStoreName,
String entryType)
@Message(id=910,
value="Password cannot be resolved for key-store \'%s\'")
IOException keyStorePasswordCannotBeResolved(String path)
@Message(id=911,
value="Credential store \'%s\' protection parameter cannot be resolved")
IOException credentialStoreProtectionParameterCannotBeResolved(String name)
@Message(id=913,
value="Credential alias \'%s\' of credential type \'%s\' already exists in the store")
OperationFailedException credentialAlreadyExists(String alias,
String credentialType)
@Message(id=914,
value="Provider loader \'%s\' cannot supply Credential Store provider of type \'%s\'")
NoSuchProviderException providerLoaderCannotSupplyProvider(String providerLoader,
String type)
@Message(id=916,
value="Credential cannot be resolved")
IllegalStateException credentialCannotBeResolved()
@Message(id=917,
value="Password cannot be resolved for dir-context")
org.jboss.msc.service.StartException dirContextPasswordCannotBeResolved(@Cause
Exception cause)
@Message(id=920,
value="Credential alias \'%s\' of credential type \'%s\' does not exist in the store")
OperationFailedException credentialDoesNotExist(String alias,
String credentialType)
@Message(id=921,
value="Location parameter is not specified for filebased keystore type \'%s\'")
OperationFailedException filebasedKeystoreLocationMissing(String type)
@Message(id=0,
value="Reload dependent services which might already have cached the secret value")
String reloadDependantServices()
@Message(id=0,
value="Update dependent resources as alias \"%s\" does not exist anymore")
String updateDependantServices(String alias)
@Message(id=1000,
value="Identity with name [%s] already exists.")
OperationFailedException identityAlreadyExists(String principalName)
@Message(id=1001,
value="Could not create identity with name [%s].")
RuntimeException couldNotCreateIdentity(String principalName,
@Cause
Exception cause)
@Message(id=1002,
value="Identity with name [%s] not found.")
String identityNotFound(String principalName)
@Message(id=1003,
value="Could not delete identity with name [%s].")
RuntimeException couldNotDeleteIdentity(String principalName,
@Cause
Exception cause)
@Message(id=1004,
value="Identity with name [%s] not authorized.")
String identityNotAuthorized(String principalName)
@Message(id=1005,
value="Could not read identity [%s] from security domain [%s].")
RuntimeException couldNotReadIdentity(String principalName,
org.jboss.msc.service.ServiceName domainServiceName,
@Cause
Exception cause)
@Message(id=1007,
value="Could not read identity with name [%s].")
RuntimeException couldNotReadIdentity(String principalName,
@Cause
Exception cause)
@Message(id=1008,
value="Failed to obtain the authorization identity.")
RuntimeException couldNotObtainAuthorizationIdentity(@Cause
Exception cause)
@Message(id=1009,
value="Failed to add attribute.")
RuntimeException couldNotAddAttribute(@Cause
Exception cause)
@Message(id=1010,
value="Failed to remove attribute.")
RuntimeException couldNotRemoveAttribute(@Cause
Exception cause)
@Message(id=1011,
value="Could not create password.")
RuntimeException couldNotCreatePassword(@Cause
Exception cause)
@Message(id=1012,
value="Unexpected password type [%s].")
OperationFailedException unexpectedPasswordType(String passwordType)
@Message(id=1013,
value="Pattern [%s] requires a capture group")
OperationFailedException patternRequiresCaptureGroup(String pattern)
@Message(id=1014,
value="Invalid [%s] definition. Only one of \'%s\' or \'%s\' can be set in one Object in the list of filters.")
OperationFailedException invalidDefinition(String property,
String filterNameOne,
String filterNameTwo)
@Message(id=1015,
value="Unable to perform automatic outflow for \'%s\'")
IllegalStateException unableToPerformOutflow(String identityName,
@Cause
Exception cause)
@Message(id=1016,
value="Server \'%s\' not known")
OperationFailedException serverNotKnown(String server,
@Cause
UnknownHostException e)
@Message(id=1017,
value="Invalid value for cipher-suite-filter. %s")
OperationFailedException invalidCipherSuiteFilter(@Cause
Throwable cause,
String causeMessage)
@Message(id=1018,
value="Invalid size %s")
OperationFailedException invalidSize(String size)
@Message(id=1019,
value="The suffix (%s) can not contain seconds or milliseconds.")
OperationFailedException suffixContainsMillis(String suffix)
@Message(id=1020,
value="The suffix (%s) is invalid. A suffix must be a valid date format.")
OperationFailedException invalidSuffix(String suffix)
@Message(id=1022,
value="Failed to set policy [%s]")
RuntimeException failedToSetPolicy(Policy policy,
@Cause
Exception cause)
@Message(id=1023,
value="Could not find policy provider with name [%s]")
XMLStreamException cannotFindPolicyProvider(String policyProvider,
@Param
Location location)
@Message(id=1024,
value="Failed to register policy context handlers")
RuntimeException failedToRegisterPolicyHandlers(@Cause
Exception cause)
@Message(id=1025,
value="Failed to create policy [%s]")
RuntimeException failedToCreatePolicy(String className,
@Cause
Exception cause)
@LogMessage(level=WARN)
@Message(id=1026,
value="Element \'%s\' with attribute \'%s\' set to \'%s\' is unused. Since unused policy configurations can no longer be stored in the configuration model this item is being discarded.")
void discardingUnusedPolicy(String element,
String attr,
String name)
@Message(id=1027,
value="Key password cannot be resolved for key-store \'%s\'")
IOException keyPasswordCannotBeResolved(String path)
@Message(id=1028,
value="Invalid value for not-before. %s")
OperationFailedException invalidNotBefore(@Cause
Throwable cause,
String causeMessage)
@Message(id=1029,
value="Alias \'%s\' does not exist in KeyStore")
OperationFailedException keyStoreAliasDoesNotExist(String alias)
@Message(id=1030,
value="Alias \'%s\' does not identify a PrivateKeyEntry in KeyStore")
OperationFailedException keyStoreAliasDoesNotIdentifyPrivateKeyEntry(String alias)
@Message(id=1031,
value="Unable to obtain PrivateKey for alias \'%s\'")
OperationFailedException unableToObtainPrivateKey(String alias)
@Message(id=1032,
value="Unable to obtain Certificate for alias \'%s\'")
OperationFailedException unableToObtainCertificate(String alias)
@Message(id=1033,
value="No certificates found in certificate reply")
OperationFailedException noCertificatesFoundInCertificateReply()
@Message(id=1034,
value="Public key from certificate reply does not match public key from certificate in KeyStore")
OperationFailedException publicKeyFromCertificateReplyDoesNotMatchKeyStore()
@Message(id=1035,
value="Certificate reply is the same as the certificate from PrivateKeyEntry in KeyStore")
OperationFailedException certificateReplySameAsCertificateFromKeyStore()
@Message(id=1036,
value="Alias \'%s\' already exists in KeyStore")
OperationFailedException keyStoreAliasAlreadyExists(String alias)
@Message(id=1037,
value="Top-most certificate from certificate reply is not trusted. Inspect the certificate carefully and if it is valid, execute import-certificate again with validate set to false.")
OperationFailedException topMostCertificateFromCertificateReplyNotTrusted()
@Message(id=1038,
value="Trusted certificate is already in KeyStore under alias \'%s\'")
OperationFailedException trustedCertificateAlreadyInKeyStore(String alias)
@Message(id=1039,
value="Trusted certificate is already in cacerts KeyStore under alias \'%s\'")
OperationFailedException trustedCertificateAlreadyInCacertsKeyStore(String alias)
@Message(id=1040,
value="Unable to determine if the certificate is trusted. Inspect the certificate carefully and if it is valid, execute import-certificate again with validate set to false.")
OperationFailedException unableToDetermineIfCertificateIsTrusted()
@Message(id=1041,
value="Certificate file does not exist")
OperationFailedException certificateFileDoesNotExist(@Cause
Exception cause)
@Message(id=1042,
value="Unable to obtain Entry for alias \'%s\'")
OperationFailedException unableToObtainEntry(String alias)
Copyright © 2018 JBoss by Red Hat. All rights reserved.