Package org.gatein.registration.policies

Examples of org.gatein.registration.policies.DefaultRegistrationPolicy


   public String getValidatorClassName()
   {
      if (isDefaultRegistrationPolicy())
      {
         DefaultRegistrationPolicy policy = (DefaultRegistrationPolicy)RegistrationPolicyWrapper.unwrap(getLocalConfiguration().getPolicy());
         return policy.getValidator().getClass().getName();
      }
      throw new IllegalStateException("getValidatorClassName shouldn't be called if we're not using the default registration");
   }
View Full Code Here

TOP

Related Classes of org.gatein.registration.policies.DefaultRegistrationPolicy

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.