Class BasicAuthHandler

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    @Deprecated
    public class BasicAuthHandler
    extends AbstractFilterDefinition
    Deprecated.
    TODO: This appears to be useless, we should probably get rid of it, or replace it with something useful
    Author:
    Tomaz Cerar (c) 2013 Red Hat Inc.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.jboss.as.controller.PathElement PATH_ELEMENT
      Deprecated.
       
      static org.jboss.as.controller.AttributeDefinition SECURITY_DOMAIN
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
      Deprecated.
       
      void registerOperations​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)  
      • Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition

        getChildren, registerAttributes, registerChildren
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAddOperationParameters, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • PATH_ELEMENT

        public static final org.jboss.as.controller.PathElement PATH_ELEMENT
        Deprecated.
      • SECURITY_DOMAIN

        public static final org.jboss.as.controller.AttributeDefinition SECURITY_DOMAIN
        Deprecated.
    • Method Detail

      • registerOperations

        public void registerOperations​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
        Specified by:
        registerOperations in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerOperations in class org.jboss.as.controller.SimpleResourceDefinition