Class CustomLoginModuleFactory

  • All Implemented Interfaces:
    org.apache.felix.jaas.LoginModuleFactory

    public class CustomLoginModuleFactory
    extends java.lang.Object
    implements org.apache.felix.jaas.LoginModuleFactory
    Implements a LoginModuleFactory that creates CustomLoginModules and allows to configure login modules via OSGi config.
    • Field Summary

      • Fields inherited from interface org.apache.felix.jaas.LoginModuleFactory

        JAAS_CONTROL_FLAG, JAAS_RANKING, JAAS_REALM_NAME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.security.auth.spi.LoginModule createLoginModule()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomLoginModuleFactory

        public CustomLoginModuleFactory()
    • Method Detail

      • createLoginModule

        public javax.security.auth.spi.LoginModule createLoginModule()
        Specified by:
        createLoginModule in interface org.apache.felix.jaas.LoginModuleFactory
        Returns:
        a new CustomLoginModule instance.