Class BasicAuthHandler

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

    @Deprecated
    public class BasicAuthHandler
    extends AbstractHandlerDefinition
    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.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected io.undertow.server.HttpHandler createHandler​(Class<? extends io.undertow.server.HttpHandler> handlerClass, org.jboss.dmr.ModelNode model, List<org.jboss.as.controller.AttributeDefinition> attributes, io.undertow.server.HttpHandler next)  
      io.undertow.server.HttpHandler createHttpHandler​(io.undertow.predicate.Predicate predicate, org.jboss.dmr.ModelNode model, io.undertow.server.HttpHandler next)  
      Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
      Deprecated.
       
      protected Class[] getConstructorSignature()
      Deprecated.
       
      Class<? extends io.undertow.server.HttpHandler> getHandlerClass()
      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

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

      • SECURITY_DOMAIN

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

      • getConstructorSignature

        protected Class[] getConstructorSignature()
        Deprecated.
      • 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 AbstractHandlerDefinition
      • createHttpHandler

        public io.undertow.server.HttpHandler createHttpHandler​(io.undertow.predicate.Predicate predicate,
                                                                org.jboss.dmr.ModelNode model,
                                                                io.undertow.server.HttpHandler next)
      • createHandler

        protected io.undertow.server.HttpHandler createHandler​(Class<? extends io.undertow.server.HttpHandler> handlerClass,
                                                               org.jboss.dmr.ModelNode model,
                                                               List<org.jboss.as.controller.AttributeDefinition> attributes,
                                                               io.undertow.server.HttpHandler next)