Searched refs:AMException (Results 101 - 125 of 159) sorted by relevance

1234567

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMDCTree.java95 protected static boolean isRequired() throws AMException {
115 throw new AMException(AMSDKBundle.getString("354"), "354");
118 throw new AMException(AMSDKBundle.getString("354"), "354");
124 throws AMException {
129 throws AMException {
184 private static Set dcNodeAttributes() throws AMException {
208 throw new AMException(AMSDKBundle.getString("908"), "908");
211 throw new AMException(AMSDKBundle.getString("902"), "902");
H A DAMEntityType.java186 * @throws AMException
193 throws AMException, SSOException {
196 throw new AMException(AMSDKBundle.getString("978", args), "978",
205 throw new AMException(AMSDKBundle.getString("978", args),
H A DAMEntryExistsException.java37 * Directory. This class is a subclass of the <code>AMException</code> class.
41 * @see AMException
46 public class AMEntryExistsException extends AMException {
108 * Constructs a new <code>AMException</code> with detailed message.
123 * Constructs a new <code>AMException</code> with detailed message.
H A DAMPostCallBackException.java37 * <code>AMException </code> which is used by all implementations of
46 public class AMPostCallBackException extends AMException {
H A DAMPreCallBackException.java36 * <code>AMException</code> which is used by all implementations of
46 public class AMPreCallBackException extends AMException {
H A DAMObjectListenerImpl.java71 } catch (AMException ame) {
74 + "AMException occured: ", ame);
106 } catch (AMException ame) {
109 + "AMException occured: ", ame);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DUserPasswordValidationHelper.java32 import com.iplanet.am.sdk.AMException;
77 throws AMException {
98 public void validate(Map attributes) throws AMException {
112 } catch (AMException ame) {
189 String className) throws AMException {
197 throw new AMException(AMSDKBundle.getString("164", args), "164",
203 throw new AMException(AMSDKBundle.getString("164", args), "164",
209 throw new AMException(AMSDKBundle.getString("164", args), "164",
H A DComplianceServicesImpl.java40 import com.iplanet.am.sdk.AMException;
221 * @exception AMException
227 String roleDN) throws AMException {
259 throw new AMException(AMSDKBundle.getString("771"), "771");
276 * @exception AMException
283 String roleDN) throws AMException {
315 throw new AMException(AMSDKBundle.getString("772"), "772");
332 * @exception AMException
338 String groupDN) throws AMException {
363 throw new AMException(AMSDKBundl
[all...]
H A DCachedDirectoryServicesImpl.java40 import com.iplanet.am.sdk.AMException;
336 AMException, SSOException {
348 * @throws AMException
352 throws AMException {
372 throw new AMException(AMSDKBundle
428 String staticGroupDN, boolean toAdd) throws AMException {
454 * @throws AMException
458 throws AMException {
462 throw new AMException(token, "157");
532 * @throws AMException
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMDCTree.java95 protected static boolean isRequired() throws AMException {
115 throw new AMException(AMSDKBundle.getString("354"), "354");
118 throw new AMException(AMSDKBundle.getString("354"), "354");
124 throws AMException {
129 throws AMException {
184 private static Set dcNodeAttributes() throws AMException {
208 throw new AMException(AMSDKBundle.getString("908"), "908");
211 throw new AMException(AMSDKBundle.getString("902"), "902");
H A DAMEntityType.java186 * @throws AMException
193 throws AMException, SSOException {
196 throw new AMException(AMSDKBundle.getString("978", args), "978",
205 throw new AMException(AMSDKBundle.getString("978", args),
H A DAMEntryExistsException.java37 * Directory. This class is a subclass of the <code>AMException</code> class.
41 * @see AMException
46 public class AMEntryExistsException extends AMException {
108 * Constructs a new <code>AMException</code> with detailed message.
123 * Constructs a new <code>AMException</code> with detailed message.
H A DAMPostCallBackException.java37 * <code>AMException </code> which is used by all implementations of
46 public class AMPostCallBackException extends AMException {
H A DAMPreCallBackException.java36 * <code>AMException</code> which is used by all implementations of
46 public class AMPreCallBackException extends AMException {
H A DAMObjectListenerImpl.java71 } catch (AMException ame) {
74 + "AMException occured: ", ame);
106 } catch (AMException ame) {
109 + "AMException occured: ", ame);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DUserPasswordValidationHelper.java32 import com.iplanet.am.sdk.AMException;
77 throws AMException {
98 public void validate(Map attributes) throws AMException {
112 } catch (AMException ame) {
189 String className) throws AMException {
197 throw new AMException(AMSDKBundle.getString("164", args), "164",
203 throw new AMException(AMSDKBundle.getString("164", args), "164",
209 throw new AMException(AMSDKBundle.getString("164", args), "164",
H A DComplianceServicesImpl.java40 import com.iplanet.am.sdk.AMException;
221 * @exception AMException
227 String roleDN) throws AMException {
259 throw new AMException(AMSDKBundle.getString("771"), "771");
276 * @exception AMException
283 String roleDN) throws AMException {
315 throw new AMException(AMSDKBundle.getString("772"), "772");
332 * @exception AMException
338 String groupDN) throws AMException {
363 throw new AMException(AMSDKBundl
[all...]
H A DCachedDirectoryServicesImpl.java40 import com.iplanet.am.sdk.AMException;
336 AMException, SSOException {
348 * @throws AMException
352 throws AMException {
372 throw new AMException(AMSDKBundle
428 String staticGroupDN, boolean toAdd) throws AMException {
454 * @throws AMException
458 throws AMException {
462 throw new AMException(token, "157");
532 * @throws AMException
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObjectImpl.java41 import com.iplanet.am.sdk.AMException;
107 } catch (AMException amex) {
152 } catch (AMException amex) {
245 } catch (AMException amex) {
315 } catch (AMException amex) {
370 } catch (AMException amex) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObjectImpl.java41 import com.iplanet.am.sdk.AMException;
107 } catch (AMException amex) {
152 } catch (AMException amex) {
245 } catch (AMException amex) {
315 } catch (AMException amex) {
370 } catch (AMException amex) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java40 import com.iplanet.am.sdk.AMException;
333 AMException, SSOException {
345 * @throws AMException
349 throws AMException {
370 throw new AMException(AMSDKBundle.getString("461", params,
426 String staticGroupDN, boolean toAdd) throws AMException {
452 * @throws AMException
456 throws AMException {
462 throw new AMException(token, "157");
533 * @throws AMException
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java40 import com.iplanet.am.sdk.AMException;
333 AMException, SSOException {
345 * @throws AMException
349 throws AMException {
370 throw new AMException(AMSDKBundle.getString("461", params,
426 String staticGroupDN, boolean toAdd) throws AMException {
452 * @throws AMException
456 throws AMException {
462 throw new AMException(token, "157");
533 * @throws AMException
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DAMUserPasswordValidationPlugin.java40 import com.iplanet.am.sdk.AMException;
72 * AMException when it detects specified pattern within source
76 public void validateUserID(String userID, Map envParams) throws AMException
112 throw new AMException(AMSDKBundle.getString("1002", args), "1002",
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DAMUserPasswordValidationPlugin.java40 import com.iplanet.am.sdk.AMException;
72 * AMException when it detects specified pattern within source
76 public void validateUserID(String userID, Map envParams) throws AMException
112 throw new AMException(AMSDKBundle.getString("1002", args), "1002",
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/core/realms/
H A DDefaultRealmLookup.java28 import com.iplanet.am.sdk.AMException;
98 } catch (AMException e) {
203 } catch (AMException ame) {
212 private static RealmLookupException convertAMException(AMException ame) {

Completed in 84 milliseconds

1234567