Searched refs:SAML2ConfigService (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2ConfigService.java25 * $Id: SAML2ConfigService.java,v 1.6 2009/06/12 22:21:40 mallas Exp $
54 public class SAML2ConfigService implements ConfigurationListener { class in inherits:ConfigurationListener
66 SAML2ConfigService saml2ConfigService = new SAML2ConfigService();
71 debug.error("SAML2ConfigService.static:", ce);
78 private SAML2ConfigService() { method in class:SAML2ConfigService
92 debug.message("SAML2ConfigService: configChanged");
143 debug.message("Attributes in SAML2ConfigService updated to: "
H A DSAML2FailoverUtils.java41 String enableFailOver = (String)SAML2ConfigService.getAttribute(SAML2ConfigService.SAML2_FAILOVER_ATTR);
H A DSAML2Utils.java181 ((SAML2ConfigService.getAttribute(SAML2ConfigService.SAML2_BUFFER_LENGTH) == null)
182 ? "8192" : SAML2ConfigService.
183 getAttribute(SAML2ConfigService.SAML2_BUFFER_LENGTH));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2ConfigService.java25 * $Id: SAML2ConfigService.java,v 1.6 2009/06/12 22:21:40 mallas Exp $
54 public class SAML2ConfigService implements ConfigurationListener { class in inherits:ConfigurationListener
66 SAML2ConfigService saml2ConfigService = new SAML2ConfigService();
71 debug.error("SAML2ConfigService.static:", ce);
78 private SAML2ConfigService() { method in class:SAML2ConfigService
92 debug.message("SAML2ConfigService: configChanged");
143 debug.message("Attributes in SAML2ConfigService updated to: "
H A DSAML2FailoverUtils.java41 String enableFailOver = (String)SAML2ConfigService.getAttribute(SAML2ConfigService.SAML2_FAILOVER_ATTR);
H A DSAML2Utils.java183 ((SAML2ConfigService.getAttribute(SAML2ConfigService.SAML2_BUFFER_LENGTH) == null)
184 ? "8192" : SAML2ConfigService.
185 getAttribute(SAML2ConfigService.SAML2_BUFFER_LENGTH));

Completed in 52 milliseconds