@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2018-07-15T17:02:08+0000") public class SecurityManagerLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements SecurityManagerLogger, org.jboss.logging.BasicLogger, Serializable
ROOT_LOGGER
Constructor and Description |
---|
SecurityManagerLogger_$logger(org.jboss.logging.Logger log) |
Modifier and Type | Method and Description |
---|---|
void |
installingWildFlySecurityManager() |
protected String |
installingWildFlySecurityManager$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidDeploymentConfiguration(StringBuilder failedPermissions)
Creates a
DeploymentUnitProcessingException to indicate that the deployment
was incorrectly configured. |
protected String |
invalidDeploymentConfiguration$str() |
XMLStreamException |
invalidPermissionsXMLVersion(String found,
String expected)
Create
XMLStreamException to indicate an invalid version was found in the permissions element. |
protected String |
invalidPermissionsXMLVersion$str() |
org.jboss.as.controller.OperationFailedException |
invalidSubsystemConfiguration(StringBuilder failedPermissions)
Creates a
OperationFailedException to indicate that the security manager subsystem
was incorrectly configured. |
protected String |
invalidSubsystemConfiguration$str() |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public SecurityManagerLogger_$logger(org.jboss.logging.Logger log)
public final void installingWildFlySecurityManager()
installingWildFlySecurityManager
in interface SecurityManagerLogger
protected String installingWildFlySecurityManager$str()
protected String invalidPermissionsXMLVersion$str()
public final XMLStreamException invalidPermissionsXMLVersion(String found, String expected)
SecurityManagerLogger
XMLStreamException
to indicate an invalid version was found in the permissions element.invalidPermissionsXMLVersion
in interface SecurityManagerLogger
found
- the version that was found in the element.expected
- the expected version.XMLStreamException
protected String invalidSubsystemConfiguration$str()
public final org.jboss.as.controller.OperationFailedException invalidSubsystemConfiguration(StringBuilder failedPermissions)
SecurityManagerLogger
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.invalidSubsystemConfiguration
in interface SecurityManagerLogger
failedPermissions
- a list of the permissions in the minimum-set that are not implied by the maximum-set.OperationFailedException
protected String invalidDeploymentConfiguration$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidDeploymentConfiguration(StringBuilder failedPermissions)
SecurityManagerLogger
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.invalidDeploymentConfiguration
in interface SecurityManagerLogger
failedPermissions
- a list of the permissions in deployment descriptors that are not implied by the maximum-set.DeploymentUnitProcessingException
Copyright © 2018 JBoss by Red Hat. All rights reserved.