Class 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 Detail

      • ManualAuthenticationServiceBasedSecurityContextFactory

        public ManualAuthenticationServiceBasedSecurityContextFactory()
    • Method Detail

      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.security.core.context.SecurityContext>
        Specified by:
        getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.security.core.context.SecurityContext>
      • createInstance

        protected org.springframework.security.core.context.SecurityContext createInstance()
        Specified by:
        createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.security.core.context.SecurityContext>