Examples of fromLiferay()


Examples of com.liferay.portal.auth.PrincipalFinder.fromLiferay()

    try {
      PrincipalFinder principalFinder =
        (PrincipalFinder)InstancePool.get(
          PropsUtil.get(PropsUtil.PRINCIPAL_FINDER));

      userId = principalFinder.fromLiferay(userId);
    }
    catch (Exception e) {
    }

    if (authResult == Authenticator.SUCCESS) {
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.