Searched refs:_config (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessageProcessor.java73 private SOAPProviderConfig _config = null; field in class:MessageProcessor
85 this._config = config;
120 if(_config != null) {
123 !_config.getSupportedAuthenticationMechanisms()
134 return _config.getAuthenticator().authenticate(
169 if(_config.isResponseSignEnabled()) {
294 if(_config.isResponseSignEnabled() &&
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessageProcessor.java73 private SOAPProviderConfig _config = null; field in class:MessageProcessor
85 this._config = config;
120 if(_config != null) {
123 !_config.getSupportedAuthenticationMechanisms()
134 return _config.getAuthenticator().authenticate(
169 if(_config.isResponseSignEnabled()) {
294 if(_config.isResponseSignEnabled() &&
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAmAgentBaseFilter.java159 _config = config;
163 return _config;
373 private FilterConfig _config; field in class:AmAgentBaseFilter

Completed in 31 milliseconds