Package com.opengamma.provider.security.impl

Examples of com.opengamma.provider.security.impl.NoneFoundSecurityProvider


   *
   * @param repo  the component repository, only used to register secondary items like lifecycle, not null
   * @return the provider, not null
   */
  protected SecurityProvider createSecurityProvider(ComponentRepository repo) {
    return new NoneFoundSecurityProvider();
  }
View Full Code Here

TOP

Related Classes of com.opengamma.provider.security.impl.NoneFoundSecurityProvider

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.