Searched defs:newConfig (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/
H A DConfigXMLParser.java95 private void processClientConfigContext(Map newConfig) throws IOException { argument
102 intercept = parseInterceptEntry(config, newConfig);
105 parseIDEntry(pConfig, newConfig, intercept);
120 MessageSecurityConfig msgConfig, Map newConfig) throws IOException {
142 (GFServerConfigProvider.InterceptEntry)newConfig.get(intercept);
151 newConfig.put(intercept, intEntry);
158 Map newConfig, String intercept)
205 (GFServerConfigProvider.InterceptEntry)newConfig.get(intercept);
119 parseInterceptEntry( MessageSecurityConfig msgConfig, Map newConfig) argument
156 parseIDEntry( ProviderConfig pConfig, Map newConfig, String intercept) argument
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jmac/config/
H A DConfigDomainParser.java100 private void processServerConfig(SecurityService service, Map newConfig) argument
117 String intercept = parseInterceptEntry(next, newConfig);
128 parseIDEntry(provider, newConfig, intercept);
144 Map newConfig) throws IOException {
166 (GFServerConfigProvider.InterceptEntry)newConfig.get(intercept);
176 newConfig.put(intercept, intEntry);
181 Map newConfig, String intercept)
239 (GFServerConfigProvider.InterceptEntry)newConfig.get(intercept);
143 parseInterceptEntry(MessageSecurityConfig msgConfig, Map newConfig) argument
180 parseIDEntry(ProviderConfig pConfig, Map newConfig, String intercept) argument

Completed in 20 milliseconds