Class SecurityMetaData

java.lang.Object
org.jboss.as.server.security.SecurityMetaData
Direct Known Subclasses:
AdvancedSecurityMetaData

public class SecurityMetaData extends Object
Meta Data to be attached to a DeploymentUnit or OperationContext to contain information about the active security policy. Note: This applies to security backed by WildFly Elytron only not legacy security.
Author:
Darran Lofthouse
  • Field Details

  • Constructor Details

    • SecurityMetaData

      public SecurityMetaData()
  • Method Details

    • getSecurityDomain

      public org.jboss.msc.service.ServiceName getSecurityDomain()
      Get the ServiceName of the SecurityDomain selected for use with this deployment.
      Returns:
      the ServiceName of the SecurityDomain selected for use with this deployment.
    • setSecurityDomain

      public void setSecurityDomain(org.jboss.msc.service.ServiceName securityDomain)
      Get the ServiceName of the SecurityDomain selected for use with this deployment.