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>
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.security.SecurityHandlerClass<?>voidsetResourcePath(String resourcePath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
HttpSecurityHandlerFactoryBean
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<org.eclipse.jetty.security.SecurityHandler>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<org.eclipse.jetty.security.SecurityHandler>
-
setResourcePath
-