| /forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/ |
| H A D | ConfigurationActionEventImpl.java | 42 private String componentName; field in class:ConfigurationActionEventImpl 51 * @param componentName the component name. 55 String componentName, String realm) { 59 this.componentName = componentName; 90 return componentName; 54 ConfigurationActionEventImpl(int type, String configName, String componentName, String realm) argument
|
| H A D | ServiceListenerImpl.java | 45 private String componentName; field in class:ServiceListenerImpl 53 String componentName) { 55 this.componentName = componentName; 71 ConfigurationActionEvent.MODIFIED, null, componentName, null); 116 typeMapping(type), serviceComponent, componentName, orgName); 52 ServiceListenerImpl(ConfigurationListener configListener, String componentName) argument
|
| H A D | ConfigurationInstanceImpl.java | 64 private String componentName = null; field in class:ConfigurationInstanceImpl 102 * @param componentName Name of the components, e.g. SAML1, SAML2, ID-FF 106 public void init(String componentName, Object session) argument 109 String serviceName = (String)serviceNameMap.get(componentName); 138 this.componentName = componentName; 161 "componentName = " + componentName + ", realm = " + realm + 190 String[] data = { componentName }; 208 String[] data = { componentName }; [all...] |
| /forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/ |
| H A D | ConfigurationActionEventImpl.java | 42 private String componentName; field in class:ConfigurationActionEventImpl 51 * @param componentName the component name. 55 String componentName, String realm) { 59 this.componentName = componentName; 90 return componentName; 54 ConfigurationActionEventImpl(int type, String configName, String componentName, String realm) argument
|
| H A D | ServiceListenerImpl.java | 45 private String componentName; field in class:ServiceListenerImpl 53 String componentName) { 55 this.componentName = componentName; 71 ConfigurationActionEvent.MODIFIED, null, componentName, null); 116 typeMapping(type), serviceComponent, componentName, orgName); 52 ServiceListenerImpl(ConfigurationListener configListener, String componentName) argument
|
| H A D | ConfigurationInstanceImpl.java | 64 private String componentName = null; field in class:ConfigurationInstanceImpl 102 * @param componentName Name of the components, e.g. SAML1, SAML2, ID-FF 106 public void init(String componentName, Object session) argument 109 String serviceName = (String)serviceNameMap.get(componentName); 138 this.componentName = componentName; 161 "componentName = " + componentName + ", realm = " + realm + 190 String[] data = { componentName }; 208 String[] data = { componentName }; [all...] |
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/ |
| H A D | ConfigurationManager.java | 48 * @param componentName Name of the components, e.g. SAML1, SAML2, ID-FF 52 String componentName) throws ConfigurationException { 53 return getConfigurationInstance(componentName, null); 58 * @param componentName Name of the components, e.g. SAML1, SAML2, ID-FF 62 String componentName, 71 config.init(componentName, callerToken); 51 getConfigurationInstance( String componentName) argument 61 getConfigurationInstance( String componentName, Object callerToken ) argument
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/ |
| H A D | IDFFMetaServiceListener.java | 57 String componentName = event.getComponentName(); 61 + componentName + ", config=" + event.getConfigurationName() 64 if (componentName == null || 65 componentName.equals(IDFFMetaUtils.IDFF_META_SERVICE)) {
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/ |
| H A D | IDFFMetaServiceListener.java | 57 String componentName = event.getComponentName(); 61 + componentName + ", config=" + event.getConfigurationName() 64 if (componentName == null || 65 componentName.equals(IDFFMetaUtils.IDFF_META_SERVICE)) {
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/ |
| H A D | ConfigurationManager.java | 48 * @param componentName Name of the components, e.g. SAML1, SAML2, ID-FF 52 String componentName) throws ConfigurationException { 53 return getConfigurationInstance(componentName, null); 58 * @param componentName Name of the components, e.g. SAML1, SAML2, ID-FF 62 String componentName, 71 config.init(componentName, callerToken); 51 getConfigurationInstance( String componentName) argument 61 getConfigurationInstance( String componentName, Object callerToken ) argument
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/ |
| H A D | DataStoreProviderManager.java | 97 * When <code>null</code> componentName is passed in, default provider 99 * @param componentName component name, such as saml, saml2, id-ff, disco, 105 public DataStoreProvider getDataStoreProvider(String componentName) argument 108 if ((componentName == null) || (componentName.length() == 0)) { 112 providerMap.get(componentName); 117 PROVIDER_ATTR_PREFIX + componentName); 133 + "for " + componentName + ", using default."); 137 provider.init(componentName); 139 providerMap.put(componentName, provide [all...] |
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/ |
| H A D | DataStoreProviderManager.java | 97 * When <code>null</code> componentName is passed in, default provider 99 * @param componentName component name, such as saml, saml2, id-ff, disco, 105 public DataStoreProvider getDataStoreProvider(String componentName) argument 108 if ((componentName == null) || (componentName.length() == 0)) { 112 providerMap.get(componentName); 117 PROVIDER_ATTR_PREFIX + componentName); 133 + "for " + componentName + ", using default."); 137 provider.init(componentName); 139 providerMap.put(componentName, provide [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/ |
| H A D | SelectableCertificateKeyManager.java | 68 private final String componentName; field in class:SelectableCertificateKeyManager 70 private SelectableCertificateKeyManager(X509KeyManager keyManager, SortedSet<String> aliases, String componentName) argument 75 this.componentName = componentName; 83 this.componentName = "[unkown]"; 118 logger.debug(INFO_MISSING_KEY_TYPE_IN_ALIASES, componentName, aliases.toString(), Arrays.toString(keyType)); 194 logger.debug(INFO_MISSING_KEY_TYPE_IN_ALIASES, componentName, aliases.toString(), Arrays.toString(keyType)); 293 * @param componentName Name of the component to which is associated this key manager 298 SortedSet<String> aliases, String componentName) 304 (X509KeyManager) keyManagers[i], aliases, componentName); 297 wrap(KeyManager[] keyManagers, SortedSet<String> aliases, String componentName) argument [all...] |
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/ |
| H A D | LogManager.java | 50 * @param componentName name of the component . 54 public static Logger getLogger(String componentName) argument 65 logProvider.init(componentName);
|
| /forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/test/common/ |
| H A D | TestBase.java | 67 protected TestBase(String componentName) { argument 68 super(componentName);
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/ |
| H A D | LogManager.java | 50 * @param componentName name of the component . 54 public static Logger getLogger(String componentName) argument 65 logProvider.init(componentName);
|
| /forgerock/openam/openam-test/src/test/java/com/sun/identity/test/common/ |
| H A D | TestBase.java | 67 protected TestBase(String componentName) { argument 68 super(componentName);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/ |
| H A D | CMListener.java | 66 * <code>componentName</code> denotes the service's sub-component 72 * @param componentName name of the service component that 81 String componentName, 85 componentName, type); 91 * <code>groupname</code> and <code>componentName</code> 99 * @param componentName the name of the service components that 109 String componentName, 77 globalConfigChanged( String serviceName, String version, String groupName, String componentName, int type ) argument 104 organizationConfigChanged( String service, String version, String org, String groupname, String componentName, int type ) argument
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/ums/ |
| H A D | CMListener.java | 66 * <code>componentName</code> denotes the service's sub-component 72 * @param componentName name of the service component that 81 String componentName, 85 componentName, type); 91 * <code>groupname</code> and <code>componentName</code> 99 * @param componentName the name of the service components that 109 String componentName, 77 globalConfigChanged( String serviceName, String version, String groupName, String componentName, int type ) argument 104 organizationConfigChanged( String service, String version, String org, String groupname, String componentName, int type ) argument
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/ |
| H A D | FedletConfigurationImpl.java | 81 private String componentName = null; field in class:FedletConfigurationImpl 91 * @param componentName Name of the components, e.g. SAML1, SAML2, ID-FF 95 public void init(String componentName, Object session) argument 100 componentName); 102 this.componentName = componentName; 137 "componentName = " + componentName + ", realm = " + realm + 142 if ("SAML2".equals(componentName)) { 144 } else if ("LIBCOT".equals(componentName)) { [all...] |
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/ |
| H A D | FedletConfigurationImpl.java | 81 private String componentName = null; field in class:FedletConfigurationImpl 91 * @param componentName Name of the components, e.g. SAML1, SAML2, ID-FF 95 public void init(String componentName, Object session) argument 100 componentName); 102 this.componentName = componentName; 137 "componentName = " + componentName + ", realm = " + realm + 142 if ("SAML2".equals(componentName)) { 144 } else if ("LIBCOT".equals(componentName)) { [all...] |
| /forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/test/ |
| H A D | UnitTestBase.java | 65 protected UnitTestBase(String componentName) { argument 66 logEntryTemplate = componentName + "." +
|
| /forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/test/ |
| H A D | UnitTestBase.java | 65 protected UnitTestBase(String componentName) { argument 66 logEntryTemplate = componentName + "." +
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/impl/ |
| H A D | FedletLogger.java | 67 * @param componentName the component name. 71 public void init(String componentName) throws LogException { argument 72 accessLogger = Logger.getLogger(componentName + ".access"); 73 errorLogger = Logger.getLogger(componentName + ".error");
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/impl/ |
| H A D | FedletLogger.java | 67 * @param componentName the component name. 71 public void init(String componentName) throws LogException { argument 72 accessLogger = Logger.getLogger(componentName + ".access"); 73 errorLogger = Logger.getLogger(componentName + ".error");
|