Package ubic.gemma.core.security
Class ManualAuthenticationServiceBasedSecurityContextFactory
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.security.core.context.SecurityContext>
-
- ubic.gemma.core.security.ManualAuthenticationServiceBasedSecurityContextFactory
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<org.springframework.security.core.context.SecurityContext>
,org.springframework.beans.factory.InitializingBean
public class ManualAuthenticationServiceBasedSecurityContextFactory extends org.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.security.core.context.SecurityContext>
Creates a security context using manual authentication.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description ManualAuthenticationServiceBasedSecurityContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.security.core.context.SecurityContext
createInstance()
Class<?>
getObjectType()
-
-
-
Method Detail
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<org.springframework.security.core.context.SecurityContext>
- Specified by:
getObjectType
in classorg.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.security.core.context.SecurityContext>
-
createInstance
protected org.springframework.security.core.context.SecurityContext createInstance()
- Specified by:
createInstance
in classorg.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.security.core.context.SecurityContext>
-
-