Examples of registerUserProperties()


Examples of org.eclipse.orion.server.core.metastore.IMetaStore.registerUserProperties()

    IMetaStore metastore =  OrionConfiguration.getMetaStore();
    List<String> keys = new ArrayList<String>();
    keys.add(UserConstants2.EMAIL);
    keys.add(UserConstants2.OAUTH);
    keys.add(UserConstants2.OPENID);
    metastore.registerUserProperties(keys);
    Logger logger = LoggerFactory.getLogger("org.eclipse.orion.server.config"); //$NON-NLS-1$
    if (logger.isDebugEnabled()) {
      logger.debug("Started orion server authentication."); //$NON-NLS-1$
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.