Searched refs:AMException (Results 26 - 50 of 159) sorted by relevance

1234567

/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMFilteredRole.java56 * @throws AMException
62 public String getFilter() throws AMException, SSOException;
69 * @throws AMException
75 public void setFilter(String filter) throws AMException, SSOException;
H A DAMOrganization.java63 * @throws AMException
69 public Set createSubOrganizations(Set subOrganizations) throws AMException,
79 * @throws AMException
85 public Set createSubOrganizations(Map subOrganizations) throws AMException,
106 * @throws AMException
113 Map attrMap, Map serviceNamesAndAttrs) throws AMException,
121 * @throws AMException
128 throws AMException, SSOException;
136 * @throws AMException
142 public AMOrganization getSubOrganization(String dn) throws AMException,
[all...]
H A DAMUserPasswordValidation.java76 * @throws AMException
81 public void validateUserID(String userID) throws AMException {
92 * @throws AMException
98 throws AMException {
107 * @throws AMException
112 public void validatePassword(String password) throws AMException {
123 * @throws AMException
129 throws AMException {
H A DAMTemplate.java127 * @throws AMException
133 public Set getAttributeSchemas() throws AMException, SSOException;
149 * @throws AMException
155 public void setPriority(int priority) throws AMException, SSOException;
173 * @throws AMException
179 public Set getPolicyNames() throws AMException, SSOException;
H A DAMResourceImpl.java50 public void activate() throws AMException, SSOException {
58 public void deactivate() throws AMException, SSOException {
67 * @throws AMException
72 public boolean isActivated() throws AMException, SSOException {
H A DAMAssignableDynamicGroupImpl.java54 * @throws AMException if there is an internal error in the Access
58 public void addUsers(Set users) throws AMException, SSOException {
69 * @throws AMException if there is an internal error in the Access
73 public void removeUsers(Set users) throws AMException, SSOException {
83 * @throws AMException if there is an internal error in the Access
87 public boolean isSubscribable() throws AMException, SSOException {
95 * @throws AMException if there is an internal error in the Access
99 public void setSubscribable(boolean subscribable) throws AMException,
H A DAMTemplateImpl.java54 int type) throws AMException, SSOException {
73 throw new AMException(AMSDKBundle.getString("484"), "484");
79 throw new AMException(AMSDKBundle.getString("484"), "484");
100 * @throws AMException
105 public Set getAttributeSchemas() throws AMException, SSOException {
117 } catch (AMException e) {
128 * @throws AMException
133 public void setPriority(int priority) throws AMException, SSOException {
156 public Set getPolicyNames() throws AMException, SSOException {
167 * @throws AMException
[all...]
H A DAMEntityImpl.java51 public void delete(boolean recursive) throws AMException, SSOException {
57 public Map getAttributes() throws AMException, SSOException {
67 public String getOrganizationDN() throws AMException, SSOException {
79 public void purge(boolean recursive, int graceperiod) throws AMException,
87 public void removeAttributes(Set attributes) throws AMException,
93 public void setAttributes(Map attributes) throws AMException, SSOException {
97 public void delete() throws AMException, SSOException {
102 public void store() throws AMException, SSOException {
114 public void create(String stype) throws AMException, SSOException {
121 throw new AMException(AMSDKBundl
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrganization.java63 * @throws AMException
69 public Set createSubOrganizations(Set subOrganizations) throws AMException,
79 * @throws AMException
85 public Set createSubOrganizations(Map subOrganizations) throws AMException,
106 * @throws AMException
113 Map attrMap, Map serviceNamesAndAttrs) throws AMException,
121 * @throws AMException
128 throws AMException, SSOException;
136 * @throws AMException
142 public AMOrganization getSubOrganization(String dn) throws AMException,
[all...]
H A DAMUserPasswordValidation.java76 * @throws AMException
81 public void validateUserID(String userID) throws AMException {
92 * @throws AMException
98 throws AMException {
107 * @throws AMException
112 public void validatePassword(String password) throws AMException {
123 * @throws AMException
129 throws AMException {
H A DAMTemplate.java127 * @throws AMException
133 public Set getAttributeSchemas() throws AMException, SSOException;
149 * @throws AMException
155 public void setPriority(int priority) throws AMException, SSOException;
173 * @throws AMException
179 public Set getPolicyNames() throws AMException, SSOException;
H A DAMResourceImpl.java50 public void activate() throws AMException, SSOException {
58 public void deactivate() throws AMException, SSOException {
67 * @throws AMException
72 public boolean isActivated() throws AMException, SSOException {
H A DAMAssignableDynamicGroupImpl.java54 * @throws AMException if there is an internal error in the Access
58 public void addUsers(Set users) throws AMException, SSOException {
69 * @throws AMException if there is an internal error in the Access
73 public void removeUsers(Set users) throws AMException, SSOException {
83 * @throws AMException if there is an internal error in the Access
87 public boolean isSubscribable() throws AMException, SSOException {
95 * @throws AMException if there is an internal error in the Access
99 public void setSubscribable(boolean subscribable) throws AMException,
H A DAMTemplateImpl.java54 int type) throws AMException, SSOException {
73 throw new AMException(AMSDKBundle.getString("484"), "484");
79 throw new AMException(AMSDKBundle.getString("484"), "484");
100 * @throws AMException
105 public Set getAttributeSchemas() throws AMException, SSOException {
117 } catch (AMException e) {
128 * @throws AMException
133 public void setPriority(int priority) throws AMException, SSOException {
156 public Set getPolicyNames() throws AMException, SSOException {
167 * @throws AMException
[all...]
H A DAMEntityImpl.java51 public void delete(boolean recursive) throws AMException, SSOException {
57 public Map getAttributes() throws AMException, SSOException {
67 public String getOrganizationDN() throws AMException, SSOException {
79 public void purge(boolean recursive, int graceperiod) throws AMException,
87 public void removeAttributes(Set attributes) throws AMException,
93 public void setAttributes(Map attributes) throws AMException, SSOException {
97 public void delete() throws AMException, SSOException {
102 public void store() throws AMException, SSOException {
114 public void create(String stype) throws AMException, SSOException {
121 throw new AMException(AMSDKBundl
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIComplianceServices.java34 import com.iplanet.am.sdk.AMException;
48 * @throws AMException
53 int profileType) throws AMException;
63 * @throws AMException
67 throws AMException;
77 * @return Search filter @ throws AMException if an error occurs while
82 public String getDeletedObjectFilter(int objectType) throws AMException,
H A DIDCTreeServices.java34 import com.iplanet.am.sdk.AMException;
43 public boolean isRequired() throws AMException, SSOException;
57 * @throws AMException
62 throws AMException;
H A DIDirectoryServices.java36 import com.iplanet.am.sdk.AMException;
87 * @throws AMException
93 public int getObjectType(SSOToken token, String dn) throws AMException,
108 * @throws AMException
115 throws AMException, SSOException;
132 * @throws AMException
139 throws AMException, SSOException;
151 * @throws AMException
157 throws AMException, SSOException;
171 * @throws AMException
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIComplianceServices.java34 import com.iplanet.am.sdk.AMException;
48 * @throws AMException
53 int profileType) throws AMException;
63 * @throws AMException
67 throws AMException;
77 * @return Search filter @ throws AMException if an error occurs while
82 public String getDeletedObjectFilter(int objectType) throws AMException,
H A DIDCTreeServices.java34 import com.iplanet.am.sdk.AMException;
43 public boolean isRequired() throws AMException, SSOException;
57 * @throws AMException
62 throws AMException;
H A DIDirectoryServices.java36 import com.iplanet.am.sdk.AMException;
87 * @throws AMException
93 public int getObjectType(SSOToken token, String dn) throws AMException,
108 * @throws AMException
115 throws AMException, SSOException;
132 * @throws AMException
139 throws AMException, SSOException;
151 * @throws AMException
157 throws AMException, SSOException;
171 * @throws AMException
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityUtils.java31 import com.iplanet.am.sdk.AMException;
44 protected static EntityException convertException(AMException amex) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityUtils.java31 import com.iplanet.am.sdk.AMException;
44 protected static EntityException convertException(AMException amex) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DComplianceServicesImpl.java32 import com.iplanet.am.sdk.AMException;
57 int profileType) throws AMException {
74 throw new AMException(AMSDKBundle.getString("1000"), "1000");
78 throw new AMException(AMSDKBundle.getString("1000"), "1000");
83 throws AMException {
95 throw new AMException(AMSDKBundle.getString("1000"), "1000");
99 throw new AMException(AMSDKBundle.getString("1000"), "1000");
103 public String getDeletedObjectFilter(int objectType) throws AMException,
120 throw new AMException(AMSDKBundle.getString("1000"), "1000");
124 throw new AMException(AMSDKBundl
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DComplianceServicesImpl.java32 import com.iplanet.am.sdk.AMException;
57 int profileType) throws AMException {
74 throw new AMException(AMSDKBundle.getString("1000"), "1000");
78 throw new AMException(AMSDKBundle.getString("1000"), "1000");
83 throws AMException {
95 throw new AMException(AMSDKBundle.getString("1000"), "1000");
99 throw new AMException(AMSDKBundle.getString("1000"), "1000");
103 public String getDeletedObjectFilter(int objectType) throws AMException,
120 throw new AMException(AMSDKBundle.getString("1000"), "1000");
124 throw new AMException(AMSDKBundl
[all...]

Completed in 75 milliseconds

1234567