Class AdvancedSecurityMetaData

java.lang.Object
org.jboss.as.server.security.SecurityMetaData
org.jboss.as.server.security.AdvancedSecurityMetaData

public class AdvancedSecurityMetaData extends SecurityMetaData
Meta Data to be attached to a DeploymentUnit or OperationContext to contain information about the active security policy.
Author:
Farah Juma
  • Constructor Details

    • AdvancedSecurityMetaData

      public AdvancedSecurityMetaData()
  • Method Details

    • getHttpServerAuthenticationMechanismFactory

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

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