Package org.jboss.portal.identity.metadata.profile.info

Examples of org.jboss.portal.identity.metadata.profile.info.ProfileInfoSupport


      {
         if (log.isDebugEnabled())
         {
            log.debug("Processing profile configuration for the module....")
         }
         profileInfo = new ProfileInfoSupport(ConfigurationParser.parseProfileConfiguration(getProfileConfigFile()));
      }

      super.start();
     
   }
View Full Code Here

TOP

Related Classes of org.jboss.portal.identity.metadata.profile.info.ProfileInfoSupport

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.