public class SecurityMetaData extends Object
DeploymentUnit to contain information about the active
security policy.
Note: This applies to security backed by WildFly Elytron only not legacy security.| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<SecurityMetaData> |
ATTACHMENT_KEY |
| Constructor and Description |
|---|
SecurityMetaData() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceName |
getSecurityDomain()
Get the
ServiceName of the SecurityDomain selected for use with this deployment. |
void |
setSecurityDomain(org.jboss.msc.service.ServiceName securityDomain)
Get the
ServiceName of the SecurityDomain selected for use with this deployment. |
public static final AttachmentKey<SecurityMetaData> ATTACHMENT_KEY
public org.jboss.msc.service.ServiceName getSecurityDomain()
ServiceName of the SecurityDomain selected for use with this deployment.ServiceName of the SecurityDomain selected for use with this deployment.public void setSecurityDomain(org.jboss.msc.service.ServiceName securityDomain)
ServiceName of the SecurityDomain selected for use with this deployment.Copyright © 2020 JBoss by Red Hat. All rights reserved.