Searched refs:getConfigurationBoolean (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAmFilterTaskHandler.java61 return getConfigurationBoolean(CONFIG_HTTPSESSION_BINDING, DEFAULT_CONFIG_HTTPSESSION_BINDING);
H A DNotenforcedListTaskHandler.java74 boolean cacheEnabled = getConfigurationBoolean(
78 boolean isInverted = getConfigurationBoolean(
93 pathInfoIgnored = getConfigurationBoolean(
183 if (!getConfigurationBoolean(
H A DNotenforcedIPTaskHandler.java70 boolean cacheEnabled = getConfigurationBoolean(
77 boolean isInverted = getConfigurationBoolean(
H A DLegacyUserAgentTaskHandler.java147 boolean legacyUserAgentSupportEnableFlag = getConfigurationBoolean(
H A DFQDNTaskHandler.java156 _isFQDNCheckEnabled = getConfigurationBoolean(CONFIG_FQDN_ENABLE_FLAG,
H A DSSOContext.java143 boolean isSecure = getConfigurationBoolean(CONFIG_CDSSO_SECURE_ENABLED);
186 boolean stat = getManager().getConfigurationBoolean(
H A DAmFilter.java439 setCDSSOEnabledFlag(getConfigurationBoolean(CONFIG_CDSSO_ENABLED));
478 boolean isPrioritized = getConfigurationBoolean(
480 boolean probeEnabled = getConfigurationBoolean(
496 boolean isPrioritized = getConfigurationBoolean(
498 boolean probeEnabled = getConfigurationBoolean(
H A DCookieResetInitializer.java55 boolean cookieResetEnabledFlag = getConfigurationBoolean(
H A DFormLoginTaskHandler.java177 getConfigurationBoolean(
H A DPostSSOPDPTaskHandler.java192 _isPDPCheckEnabled = getConfigurationBoolean(
H A DCDSSOContext.java388 boolean isPrioritized = getConfigurationBoolean(
390 boolean probeEnabled = getConfigurationBoolean(
H A DApplicationLogoutHandler.java57 setIntroSpectRequestAllowedFlag(getConfigurationBoolean(
H A DInitialPDPTaskHandler.java241 _isPDPCheckEnabled = getConfigurationBoolean(
H A DPortCheckTaskHandler.java298 boolean enablePortChecking = getConfigurationBoolean(
H A DURLPolicyTaskHandler.java87 pathInfoIgnored = getConfigurationBoolean(
H A DWebServiceTaskHandler.java537 setProcessGetRequestFlag(getConfigurationBoolean(
543 boolean wsEnabled = getConfigurationBoolean(
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DIConfigurationAccess.java213 public boolean getConfigurationBoolean(String id, boolean defaultValue); method in interface:IConfigurationAccess
226 public boolean getConfigurationBoolean(String id); method in interface:IConfigurationAccess
H A DAgentBase.java123 * @see IConfigurationAccess#getConfigurationBoolean(String, boolean)
125 public boolean getConfigurationBoolean(String id, boolean defaultValue) { method in class:AgentBase
126 return getManager().getConfigurationBoolean(id, defaultValue);
130 * @see IConfigurationAccess#getConfigurationBoolean(String)
132 public boolean getConfigurationBoolean(String id) { method in class:AgentBase
133 return getManager().getConfigurationBoolean(id);
H A DManager.java246 * @see IConfigurationAccess#getConfigurationBoolean(String, boolean)
248 public boolean getConfigurationBoolean(String id, boolean defaultValue) { method in class:Manager
254 * @see IConfigurationAccess#getConfigurationBoolean(java.lang.String)
256 public boolean getConfigurationBoolean(String id) { method in class:Manager
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr196/
H A DPsuedoAmFilter.java65 boolean isPrioritized = getConfigurationBoolean(
67 boolean probeEnabled = getConfigurationBoolean(
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v40/src/main/java/com/sun/identity/agents/jboss/v40/
H A DAmJBossAgentServiceResolver.java52 webauth = AmRealmManager.getSystemAccess().getManager().getConfigurationBoolean("jboss.webauth.available");
/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/websphere/
H A DAmIdentityAsserterBase.java104 boolean notEnforcedURIListcacheEnabled = getConfigurationBoolean(
108 boolean isNotEnforcedURIListInverted = getConfigurationBoolean(
126 boolean notEnforcedIPListCacheEnabled = getConfigurationBoolean(
134 boolean isNotEnforcedIPListInverted = getConfigurationBoolean(
278 boolean pathInfoIgnored = getConfigurationBoolean(
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/org/forgerock/openam/agents/filter/
H A DXSSDetectionTaskHandler.java69 setCDSSOEnabled(getConfigurationBoolean(CONFIG_CDSSO_ENABLED));
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/log/
H A DAmAgentLocalLog.java194 _rotationEnable = getConfigurationBoolean(
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/realm/
H A DAmRealm.java435 _privilegedAttributeMappingEnabled = getConfigurationBoolean(
569 shortNameMode = getConfigurationBoolean(CONFIG_SHORTENED_PRIVILEGED_ATTR, false);

Completed in 51 milliseconds

12