Class ProxyLoginModule

  • All Implemented Interfaces:
    LoginModule

    public class ProxyLoginModule
    extends Object
    implements LoginModule
    An OSGi proxy login module that should be used instead of a plain reference to a given login module. Two properties must be set, the name of the login module class and the bundle to be used to load it. This class must be available from all modules, so it has to be either in a fragment bundle attached to the system bundle or be made available through the boot delegation class path.