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

Examples of org.jboss.portal.identity.metadata.profile.ProfileMetaData


    * @throws org.jboss.portal.identity.IdentityException
     */
   public static ProfileMetaData parseProfileConfiguration(String configFile) throws IdentityException
    {
      ClassLoader tcl = Thread.currentThread().getContextClassLoader();
      ProfileMetaData meta;
      try
      {
         log.info("Processing identity profile configuration");
         if (log.isDebugEnabled())
         {
View Full Code Here

TOP

Related Classes of org.jboss.portal.identity.metadata.profile.ProfileMetaData

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.