@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 |
---|---|
void |
installingWildFlySecurityManager() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidDeploymentConfiguration(StringBuilder failedPermissions)
Creates a
DeploymentUnitProcessingException to indicate that the deployment
was incorrectly configured. |
XMLStreamException |
invalidPermissionsXMLVersion(String found,
String expected)
Create
XMLStreamException to indicate an invalid version was found in the permissions element. |
org.jboss.as.controller.OperationFailedException |
invalidSubsystemConfiguration(StringBuilder failedPermissions)
Creates a
OperationFailedException to indicate that the security manager subsystem
was incorrectly configured. |
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, warnv
static final SecurityManagerLogger ROOT_LOGGER
@LogMessage(level=INFO) @Message(id=1, value="Installing the WildFly Security Manager") void installingWildFlySecurityManager()
@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") org.jboss.as.controller.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") org.jboss.as.server.deployment.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
Copyright © 2016 JBoss by Red Hat. All rights reserved.