Package org.jboss.portal.identity

Examples of org.jboss.portal.identity.UserProfileModule



      if (profileInfo == null)
      {
         //obtain main UserProfileModule
         UserProfileModule module = (UserProfileModule)getIdentityContext().getObject(IdentityContext.TYPE_USER_PROFILE_MODULE);
         if (module == this)
         {
            throw new IdentityException("ProfileInfo not accessible - check configuration");
         }
         else
         {
            setProfileInfo(module.getProfileInfo());
         }
      }
      return profileInfo;
   }
View Full Code Here



      if (profileInfo == null)
      {
         //obtain main UserProfileModule
         UserProfileModule module = (UserProfileModule)getIdentityContext().getObject(IdentityContext.TYPE_USER_PROFILE_MODULE);
         if (module == this)
         {
            throw new IdentityException("ProfileInfo not accessible - check configuration");
         }
         else
         {
            setProfileInfo(module.getProfileInfo());
         }
      }
      return profileInfo;
   }
View Full Code Here

TOP

Related Classes of org.jboss.portal.identity.UserProfileModule

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.