Class SecurityMetaData


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

      • SecurityMetaData

        public SecurityMetaData()
    • Method Detail

      • 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.