Package com.sun.star.comp.security

Examples of com.sun.star.comp.security.ServiceFactory


    XMultiServiceFactory multiFactory,
    XRegistryKey regKey )
  {
      if (implName.equals( LoginContext.class.getName() ))
    {
      return new ServiceFactory(
        LoginContext.class,
        new String [] { SERVICE_NAME } );
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of com.sun.star.comp.security.ServiceFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.