Package com.sun.enterprise.tools.common.dd

Examples of com.sun.enterprise.tools.common.dd.SecurityRoleMapping


    // Validating property uniqueId
    if (getUniqueId() != null) {
    }
    // Validating property securityRoleMapping
    for (int _index = 0; _index < sizeSecurityRoleMapping(); ++_index) {
      SecurityRoleMapping element = getSecurityRoleMapping(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property realm
    if (getRealm() != null) {
    }
View Full Code Here


        }
        descriptor.getEjbBundleDescriptor().setTestsDone(getClass().getName());
       
        if(ejbJar!=null)
        {
            SecurityRoleMapping secRoleMapping[] = ejbJar.getSecurityRoleMapping();
            if(secRoleMapping.length>0)
            {
                for(int i=0;i<secRoleMapping.length;i++)
                {
                    String roleName = secRoleMapping[i].getRoleName();
View Full Code Here

  public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
    boolean restrictionFailure = false;
    // Validating property securityRoleMapping
    for (int _index = 0; _index < sizeSecurityRoleMapping(); ++_index) {
      SecurityRoleMapping element = getSecurityRoleMapping(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property enterpriseBeans
    if (getEnterpriseBeans() == null) {
      throw new org.netbeans.modules.schema2beans.ValidateException("getEnterpriseBeans() == null", "enterpriseBeans", this)// NOI18N
View Full Code Here

    // Validating property contextRoot
    if (getContextRoot() != null) {
    }
    // Validating property securityRoleMapping
    for (int _index = 0; _index < sizeSecurityRoleMapping(); ++_index) {
      SecurityRoleMapping element = getSecurityRoleMapping(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property servlet
    for (int _index = 0; _index < sizeServlet(); ++_index) {
      com.sun.enterprise.tools.common.dd.webapp.Servlet element = getServlet(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property idempotentUrlPattern
    for (int _index = 0; _index < sizeIdempotentUrlPattern();
      ++_index) {
      boolean element = isIdempotentUrlPattern(_index);
    }
    // Validating property idempotentUrlPatternUrlPattern
    // Validating property idempotentUrlPatternNumOfRetries
    // Validating property sessionConfig
    if (getSessionConfig() != null) {
      getSessionConfig().validate();
    }
    // Validating property ejbRef
    for (int _index = 0; _index < sizeEjbRef(); ++_index) {
      EjbRef element = getEjbRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property resourceRef
    for (int _index = 0; _index < sizeResourceRef(); ++_index) {
      ResourceRef element = getResourceRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property resourceEnvRef
    for (int _index = 0; _index < sizeResourceEnvRef(); ++_index) {
      ResourceEnvRef element = getResourceEnvRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property serviceRef
    for (int _index = 0; _index < sizeServiceRef(); ++_index) {
      ServiceRef element = getServiceRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property cache
    if (getCache() != null) {
      getCache().validate();
    }
    // Validating property classLoader
    if (getClassLoader() != null) {
      getClassLoader().validate();
    }
    // Validating property jspConfig
    if (getJspConfig() != null) {
      getJspConfig().validate();
    }
    // Validating property localeCharsetInfo
    if (getLocaleCharsetInfo() != null) {
      getLocaleCharsetInfo().validate();
    }
    // Validating property parameterEncoding
    // Validating property parameterEncodingFormHintField
    if (getParameterEncodingFormHintField() != null) {
    }
    // Validating property parameterEncodingDefaultCharset
    if (getParameterEncodingDefaultCharset() != null) {
    }
    // Validating property webProperty
    for (int _index = 0; _index < sizeWebProperty(); ++_index) {
      com.sun.enterprise.tools.common.dd.webapp.WebProperty element = getWebProperty(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property messageDestination
    for (int _index = 0; _index < sizeMessageDestination(); ++_index) {
      MessageDestination element = getMessageDestination(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property webserviceDescription
    for (int _index = 0; _index < sizeWebserviceDescription();
      ++_index) {
      WebserviceDescription element = getWebserviceDescription(_index);
      if (element != null) {
        element.validate();
      }
    }
  }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.tools.common.dd.SecurityRoleMapping

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.