@MessageLogger(projectCode="WFLYSM",
length=4)
public interface SecurityManagerLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static SecurityManagerLogger |
ROOT_LOGGER |
| Modifier and Type | Method and Description |
|---|---|
DeploymentUnitProcessingException |
invalidDeploymentConfiguration(StringBuilder failedPermissions)
Creates a
DeploymentUnitProcessingException to indicate that the deployment
was incorrectly configured. |
XMLStreamException |
invalidPermissionsXMLVersion(String found,
String expected)
Creates a
XMLStreamException to indicate an invalid version was found in the permissions element. |
OperationFailedException |
invalidSubsystemConfiguration(StringBuilder failedPermissions)
Creates a
OperationFailedException to indicate that the security manager subsystem
was incorrectly configured. |
XMLStreamException |
missingRequiredAttributes(StringBuilder sb,
Location location)
Creates a
XMLStreamException indicating there are missing required attribute(s). |
XMLStreamException |
missingRequiredElements(StringBuilder sb,
Location location)
Creates a
XMLStreamException indicating there are missing required element(s). |
String |
rejectedEmptyMaximumSet()
Creates a message indicating that empty maximum sets are not understood in the target model version and must thus
be rejected.
|
XMLStreamException |
unexpectedAttribute(QName name,
Location location)
Creates a
XMLStreamException to indicate an unexpected attribute was found in the permissions.xml file. |
XMLStreamException |
unexpectedContentType(String type,
Location location)
Creates a
XMLStreamException indicating the presence of an unexpected content type. |
XMLStreamException |
unexpectedElement(QName name,
Location location)
Creates a
XMLStreamException to indicate an unexpected element was found in the permissions.xml file. |
XMLStreamException |
unexpectedEndOfDocument(Location location)
Create a
XMLStreamException to indicate an unexpected end of document. |
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 SecurityManagerLogger ROOT_LOGGER
@Message(id=2,
value="Invalid version found in the permissions element. Found %s, expected %s")
XMLStreamException invalidPermissionsXMLVersion(String found,
String expected)
XMLStreamException to indicate an invalid version was found in the permissions element.found - the version that was found in the element.expected - the expected version.XMLStreamException@Message(id=3,
value="Subsystem configuration error: the following permissions are not implied by the maximum permissions set %s")
OperationFailedException invalidSubsystemConfiguration(StringBuilder failedPermissions)
OperationFailedException to indicate that the security manager subsystem
was incorrectly configured. As a rule the minimum-set permissions must be implied by the maximum-set permissions.failedPermissions - a list of the permissions in the minimum-set that are not implied by the maximum-set.OperationFailedException@Message(id=4,
value="Deployment configuration error: the following permissions are not implied by the maximum permissions set %s")
DeploymentUnitProcessingException invalidDeploymentConfiguration(StringBuilder failedPermissions)
DeploymentUnitProcessingException to indicate that the deployment
was incorrectly configured. As a rule the permissions specified in the deployment descriptors (permissions.xml or
jboss-permissions.xml) must be implied by the subsystem maximum-set.failedPermissions - a list of the permissions in deployment descriptors that are not implied by the maximum-set.DeploymentUnitProcessingException@Message(id=5,
value="Empty maximum sets are not understood in the target model version and must be rejected")
String rejectedEmptyMaximumSet()
String message.@Message(id=6,
value="Unexpected element \'%s\' encountered")
XMLStreamException unexpectedElement(QName name,
@Param
Location location)
XMLStreamException to indicate an unexpected element was found in the permissions.xml file.name - the unexpected element name.location - the location of the error.XMLStreamException.@Message(id=7,
value="Unexpected attribute \'%s\' encountered")
XMLStreamException unexpectedAttribute(QName name,
@Param
Location location)
XMLStreamException to indicate an unexpected attribute was found in the permissions.xml file.name - the unexpected attribute name.location - the location of the error.XMLStreamException.@Message(id=8,
value="Unexpected end of document")
XMLStreamException unexpectedEndOfDocument(@Param
Location location)
XMLStreamException to indicate an unexpected end of document.location - the location of the error.XMLStreamException.@Message(id=9,
value="Missing required attribute(s): %s")
XMLStreamException missingRequiredAttributes(StringBuilder sb,
@Param
Location location)
XMLStreamException indicating there are missing required attribute(s).sb - the missing attributes.location - the location of the error.XMLStreamException.@Message(id=10,
value="Missing required element(s): %s")
XMLStreamException missingRequiredElements(StringBuilder sb,
@Param
Location location)
XMLStreamException indicating there are missing required element(s).sb - the missing elements.location - the location of the error.XMLStreamException.@Message(id=11,
value="Unexpected content of type %s")
XMLStreamException unexpectedContentType(String type,
@Param
Location location)
XMLStreamException indicating the presence of an unexpected content type.type - the unexpected type.location - the location of the error.XMLStreamException.Copyright © 2019 JBoss by Red Hat. All rights reserved.