public class SecurityAttachments extends Object
Modifier and Type | Field and Description |
---|---|
static org.jboss.as.server.deployment.AttachmentKey<Boolean> |
SECURITY_ENABLED
Deprecated.
Check the presence of org.wildfly.legacy-security capability instead to avoid classloading
dependencies on org.jboss.as.security. If the capability is not in the capability registry, then we can
assume that the security subsystem is not configured.
|
Constructor and Description |
---|
SecurityAttachments() |
@Deprecated public static final org.jboss.as.server.deployment.AttachmentKey<Boolean> SECURITY_ENABLED
If this is not present either the subsystem has been removed from the config or excluded via jboss-deployment-structure.xml. This allows deployments to disable security, and avoid the overhead of running unneeded security code.
Copyright © 2020 JBoss by Red Hat. All rights reserved.