Searched refs:ace (Results 1 - 25 of 50) sorted by relevance

12

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java85 * @param ace the exception which is the cause of this exception.
87 public TopologyCacheException(ADSContextException ace) argument
90 initCause(ace);
H A DADSContext.java486 catch (ADSContextException ace)
488 throw ace;
536 catch (ADSContextException ace)
538 throw ace;
1570 catch (ADSContextException ace)
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java85 * @param ace the exception which is the cause of this exception.
87 public TopologyCacheException(ADSContextException ace) argument
90 initCause(ace);
H A DADSContext.java487 catch (ADSContextException ace)
489 throw ace;
537 catch (ADSContextException ace)
539 throw ace;
1571 catch (ADSContextException ace)
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java85 * @param ace the exception which is the cause of this exception.
87 public TopologyCacheException(ADSContextException ace) argument
90 initCause(ace);
H A DADSContext.java487 catch (ADSContextException ace)
489 throw ace;
537 catch (ADSContextException ace)
539 throw ace;
1571 catch (ADSContextException ace)
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java85 * @param ace the exception which is the cause of this exception.
87 public TopologyCacheException(ADSContextException ace) argument
90 initCause(ace);
H A DADSContext.java486 catch (ADSContextException ace)
488 throw ace;
536 catch (ADSContextException ace)
538 throw ace;
1570 catch (ADSContextException ace)
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java85 * @param ace the exception which is the cause of this exception.
87 public TopologyCacheException(ADSContextException ace) argument
90 initCause(ace);
H A DADSContext.java487 catch (ADSContextException ace)
489 throw ace;
537 catch (ADSContextException ace)
539 throw ace;
1571 catch (ADSContextException ace)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCacheException.java85 * @param ace the exception which is the cause of this exception.
87 public TopologyCacheException(ADSContextException ace) argument
89 super(ace);
H A DADSContext.java409 catch (ADSContextException ace)
411 throw ace;
455 catch (ADSContextException ace)
457 throw ace;
1410 catch (ADSContextException ace)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPAddressCard.java87 AddressCardElement ace = parseEntry(addrCard, userMap);
88 if(ace != null) {
89 ppType.getAddressCard().add(ace);
118 AddressCardElement ace =
192 ace.setNick(getDSTString(nick));
193 ace.getAddrType().add(getDSTURI(addrType));
194 ace.setAddress(ae);
195 ace.setLComment(getDSTString(lComment));
196 ace.setId(id);
198 return ace;
416 createAddressCard(AddressCardElement ace, String addressType) argument
560 modifyAddressCard(String entry, AddressCardElement ace) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPAddressCard.java87 AddressCardElement ace = parseEntry(addrCard, userMap);
88 if(ace != null) {
89 ppType.getAddressCard().add(ace);
118 AddressCardElement ace =
192 ace.setNick(getDSTString(nick));
193 ace.getAddrType().add(getDSTURI(addrType));
194 ace.setAddress(ae);
195 ace.setLComment(getDSTString(lComment));
196 ace.setId(id);
198 return ace;
416 createAddressCard(AddressCardElement ace, String addressType) argument
560 modifyAddressCard(String entry, AddressCardElement ace) argument
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModelImpl.java132 } catch (AMConfigurationException ace) {
135 "problem getting service name for " + instance, ace);
241 } catch (AMConfigurationException ace) {
242 String strError = getErrorString(ace);
245 debug.error("cant delete auth instance: " ,ace);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModelImpl.java132 } catch (AMConfigurationException ace) {
135 "problem getting service name for " + instance, ace);
241 } catch (AMConfigurationException ace) {
242 String strError = getErrorString(ace);
245 debug.error("cant delete auth instance: " ,ace);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapData.java803 AMClientCapException ace = new AMClientCapException(BUNDLE_NAME,
806 String msg = ace.getMessage();
809 throw ace;
876 AMClientCapException ace = new AMClientCapException(BUNDLE_NAME,
879 String msg = ace.getMessage();
882 throw ace;
919 AMClientCapException ace = new AMClientCapException(BUNDLE_NAME,
922 String msg = ace.getMessage();
925 throw ace;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapData.java805 AMClientCapException ace = new AMClientCapException(BUNDLE_NAME,
808 String msg = ace.getMessage();
811 throw ace;
878 AMClientCapException ace = new AMClientCapException(BUNDLE_NAME,
881 String msg = ace.getMessage();
884 throw ace;
921 AMClientCapException ace = new AMClientCapException(BUNDLE_NAME,
924 String msg = ace.getMessage();
927 throw ace;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java986 AssertionConsumerServiceElement ace =
988 if ((ace != null && ace.isIsDefault()) &&
990 acsURL = ace.getLocation();
991 responseBinding = ace.getBinding();
993 } else if ((ace != null) &&
994 (ace.getBinding().equals(responseBinding))) {
995 acsURL = ace.getLocation();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java999 AssertionConsumerServiceElement ace =
1001 if ((ace != null && ace.isIsDefault()) &&
1003 acsURL = ace.getLocation();
1004 responseBinding = ace.getBinding();
1006 } else if ((ace != null) &&
1007 (ace.getBinding().equals(responseBinding))) {
1008 acsURL = ace.getLocation();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthConfigViewBean.java391 AuthConfigurationEntry ace = new AuthConfigurationEntry(
393 currentEntries.add(ace);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthConfigViewBean.java391 AuthConfigurationEntry ace = new AuthConfigurationEntry(
393 currentEntries.add(ace);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java2199 catch (ADSContextException ace)
2201 if (ace.getError() !=
2207 serverDisplay, ace.toString()), ace);
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java2198 catch (ADSContextException ace)
2200 if (ace.getError() !=
2206 serverDisplay, ace.toString()), ace);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java2199 catch (ADSContextException ace)
2201 if (ace.getError() !=
2207 serverDisplay, ace.toString()), ace);

Completed in 117 milliseconds

12