Interface ICafWebAppConfig


public interface ICafWebAppConfig
  • Method Details

    • getContextParams

      Map<String,String> getContextParams()
      Returns a Mapping of the context parameters that override the matching web.xml <context-param> element.
      Returns:
      map of context param overrides
    • getEnvEntries

      Map<String,TypedValue> getEnvEntries()
      Returns a Mapping of the environment entry settings that overide the matching web.xml <env-entry> element.
      Returns:
      map of environment entry overrides
    • getResourceRefMappings

      Map<String,TypedValue> getResourceRefMappings()
      Maps the logical <resource-ref> name to the actual global JNDI name of the resource factory
      Returns:
      map of resource ref mappings
    • getResourceEnvRefMappings

      Map<String,TypedValue> getResourceEnvRefMappings()
      Maps the logical <resource-env-ref> name to the actual global JNDI name.
      Returns:
      map of resource environment ref mappings
    • getLogicalRoleMappings

      Map<String,String> getLogicalRoleMappings()
      Returns a Mapping of logical roles to portal roles as configured for the application. The key is the logical role name, the value is the uri (string) of the portal role.
      Returns:
      map of role mappings