Package ubic.gemma.web.scheduler
Class ManualAuthenticationServiceBasedSecurityContextFactory
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.security.core.context.SecurityContext>
-
- ubic.gemma.web.scheduler.ManualAuthenticationServiceBasedSecurityContextFactory
-
- All Implemented Interfaces:
Aware,BeanClassLoaderAware,BeanFactoryAware,DisposableBean,FactoryBean<org.springframework.security.core.context.SecurityContext>,InitializingBean
public class ManualAuthenticationServiceBasedSecurityContextFactory extends AbstractFactoryBean<org.springframework.security.core.context.SecurityContext>
Creates a security context based using manual authentication.- Author:
- poirigui
-
-
Field Summary
-
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
-
-
Constructor Summary
Constructors Constructor Description ManualAuthenticationServiceBasedSecurityContextFactory(gemma.gsec.authentication.ManualAuthenticationService manualAuthenticationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.security.core.context.SecurityContextcreateInstance()Class<?>getObjectType()-
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
-
-
-
Method Detail
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceFactoryBean<org.springframework.security.core.context.SecurityContext>- Specified by:
getObjectTypein classAbstractFactoryBean<org.springframework.security.core.context.SecurityContext>
-
createInstance
protected org.springframework.security.core.context.SecurityContext createInstance()
- Specified by:
createInstancein classAbstractFactoryBean<org.springframework.security.core.context.SecurityContext>
-
-