Class HttpSecurityHandlerFactoryBean

java.lang.Object
org.citrusframework.http.security.HttpSecurityHandlerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<org.eclipse.jetty.security.SecurityHandler>

public class HttpSecurityHandlerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.eclipse.jetty.security.SecurityHandler>
  • Constructor Details

    • HttpSecurityHandlerFactoryBean

      public HttpSecurityHandlerFactoryBean(HttpAuthentication auth)
  • Method Details

    • getObject

      public org.eclipse.jetty.security.SecurityHandler getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<org.eclipse.jetty.security.SecurityHandler>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<org.eclipse.jetty.security.SecurityHandler>
    • setResourcePath

      public void setResourcePath(String resourcePath)