Class AdvancedSecurityMetaData


  • public class AdvancedSecurityMetaData
    extends org.jboss.as.server.security.SecurityMetaData
    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:
    Farah Juma
    • Constructor Detail

      • AdvancedSecurityMetaData

        public AdvancedSecurityMetaData()
    • Method Detail

      • getHttpServerAuthenticationMechanismFactory

        public org.jboss.msc.service.ServiceName getHttpServerAuthenticationMechanismFactory()
        Get the ServiceName of the HttpServerAuthenticationMechanismFactory selected for use with this deployment.
        Returns:
        the ServiceName of the HttpServerAuthenticationMechanismFactory selected for use with this deployment.
      • setHttpServerAuthenticationMechanismFactory

        public void setHttpServerAuthenticationMechanismFactory​(org.jboss.msc.service.ServiceName httpServerAuthenticationMechanismFactory)
        Get the ServiceName of the HttpServerAuthenticationMechanismFactory selected for use with this deployment.