Searched refs:AMException (Results 1 - 25 of 159) sorted by relevance

1234567

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java67 * @throws AMException
74 throws AMException, SSOException;
81 * @throws AMException
87 public Set getFilteredRoleDNs() throws AMException, SSOException;
94 * @throws AMException
100 public Set getRoleDNs() throws AMException, SSOException;
107 * @throws AMException
113 public Set getAllRoleDNs() throws AMException, SSOException;
121 * @throws AMException
127 public void assignRole(AMRole role) throws AMException, SSOExceptio
[all...]
H A DAMEntity.java95 * @throws AMException
101 public Map getAttributes() throws AMException, SSOException;
110 * @throws AMException
116 public Map getAttributes(Set attributeNames) throws AMException,
129 * @throws AMException
135 public void setAttributes(Map attributes) throws AMException, SSOException;
143 * @throws AMException
149 public void removeAttributes(Set attributes) throws AMException,
157 * @throws AMException
163 public void activate() throws AMException, SSOExceptio
[all...]
H A DAMResource.java52 * @throws AMException
58 public void activate() throws AMException, SSOException;
63 * @throws AMException
69 public void deactivate() throws AMException, SSOException;
75 * @throws AMException
81 public boolean isActivated() throws AMException, SSOException;
H A DAMGroup.java47 * @throws AMException
53 public long getNumberOfUsers() throws AMException, SSOException;
59 * @throws AMException
65 public Set getUserDNs() throws AMException, SSOException;
71 * @throws AMException
77 public Set getUserAndGroupDNs() throws AMException, SSOException;
88 * @throws AMException
94 public void addNestedGroups(Set groups) throws AMException, SSOException;
103 * @throws AMException
109 public Set searchUsers(String wildcard) throws AMException, SSOExceptio
[all...]
H A DAMOrganizationalUnit.java62 * @throws AMException
68 public Set createOrganizations(Set organizations) throws AMException,
78 * @throws AMException
84 public Set createOrganizations(Map organizations) throws AMException,
93 * @throws AMException
99 public void deleteOrganizations(Set organizations) throws AMException,
108 * @throws AMException
114 public AMOrganization getOrganization(String dn) throws AMException,
123 * @throws AMException
129 public Set getOrganizations(int level) throws AMException, SSOExceptio
[all...]
H A DAMAssignableDynamicGroup.java61 * @throws AMException
67 public void addUsers(Set users) throws AMException, SSOException;
75 * @throws AMException
81 public void removeUsers(Set users) throws AMException, SSOException;
87 * @throws AMException
93 public boolean isSubscribable() throws AMException, SSOException;
100 * @throws AMException
106 public void setSubscribable(boolean subscribable) throws AMException,
H A DAMStaticGroup.java57 * @throws AMException
63 public void addUsers(Set users) throws AMException, SSOException;
70 * @throws AMException
76 public void removeUsers(Set users) throws AMException, SSOException;
82 * @throws AMException
88 public boolean isSubscribable() throws AMException, SSOException;
95 * @throws AMException
101 public void setSubscribable(boolean subscribable) throws AMException,
H A DAMGroupContainer.java61 * @throws AMException
68 throws AMException, SSOException;
77 * @throws AMException
84 throws AMException, SSOException;
95 * @throws AMException
101 public Set getSubGroupContainerDNs(int level) throws AMException,
108 * @throws AMException
114 public long getNumberOfSubGroupContainers() throws AMException,
123 * @throws AMException
130 throws AMException, SSOExceptio
[all...]
H A DAMObject.java197 * @throws AMException
203 public void store() throws AMException, SSOException;
217 * @throws AMException
223 public void store(boolean addValues) throws AMException, SSOException;
248 * @throws AMException
254 public Map getAttributes() throws AMException, SSOException;
261 * @throws AMException
267 public Map getAttributesFromDataStore() throws AMException, SSOException;
274 * @throws AMException
280 public Map getAttributesByteArray() throws AMException, SSOExceptio
[all...]
H A DAMRole.java80 * @throws AMException
86 public int getRoleType() throws AMException, SSOException;
94 * @throws AMException
100 public void setRoleType(int roleType) throws AMException, SSOException;
108 * @throws AMException
114 public void addUsers(Set users) throws AMException, SSOException;
122 * @throws AMException
128 public void removeUsers(Set users) throws AMException, SSOException;
135 * @throws AMException
141 public long getNumberOfUsers() throws AMException, SSOExceptio
[all...]
H A DAMPeopleContainer.java66 * @throws AMException
72 public Set createUsers(Set users) throws AMException, SSOException;
86 * @throws AMException
92 public Set createUsers(Map users) throws AMException, SSOException;
105 * @throws AMException
111 public Set createUsers(Map users, Set serviceNames) throws AMException,
131 * @throws AMException
138 throws AMException, SSOException;
146 * @throws AMException
152 public void deleteUsers(Set users) throws AMException, SSOExceptio
[all...]
H A DAMDynamicGroup.java56 * @throws AMException
62 public String getFilter() throws AMException, SSOException;
69 * @throws AMException
75 public void setFilter(String filter) throws AMException, SSOException;
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;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java67 * @throws AMException
74 throws AMException, SSOException;
81 * @throws AMException
87 public Set getFilteredRoleDNs() throws AMException, SSOException;
94 * @throws AMException
100 public Set getRoleDNs() throws AMException, SSOException;
107 * @throws AMException
113 public Set getAllRoleDNs() throws AMException, SSOException;
121 * @throws AMException
127 public void assignRole(AMRole role) throws AMException, SSOExceptio
[all...]
H A DAMEntity.java95 * @throws AMException
101 public Map getAttributes() throws AMException, SSOException;
110 * @throws AMException
116 public Map getAttributes(Set attributeNames) throws AMException,
129 * @throws AMException
135 public void setAttributes(Map attributes) throws AMException, SSOException;
143 * @throws AMException
149 public void removeAttributes(Set attributes) throws AMException,
157 * @throws AMException
163 public void activate() throws AMException, SSOExceptio
[all...]
H A DAMResource.java52 * @throws AMException
58 public void activate() throws AMException, SSOException;
63 * @throws AMException
69 public void deactivate() throws AMException, SSOException;
75 * @throws AMException
81 public boolean isActivated() throws AMException, SSOException;
H A DAMGroup.java47 * @throws AMException
53 public long getNumberOfUsers() throws AMException, SSOException;
59 * @throws AMException
65 public Set getUserDNs() throws AMException, SSOException;
71 * @throws AMException
77 public Set getUserAndGroupDNs() throws AMException, SSOException;
88 * @throws AMException
94 public void addNestedGroups(Set groups) throws AMException, SSOException;
103 * @throws AMException
109 public Set searchUsers(String wildcard) throws AMException, SSOExceptio
[all...]
H A DAMOrganizationalUnit.java62 * @throws AMException
68 public Set createOrganizations(Set organizations) throws AMException,
78 * @throws AMException
84 public Set createOrganizations(Map organizations) throws AMException,
93 * @throws AMException
99 public void deleteOrganizations(Set organizations) throws AMException,
108 * @throws AMException
114 public AMOrganization getOrganization(String dn) throws AMException,
123 * @throws AMException
129 public Set getOrganizations(int level) throws AMException, SSOExceptio
[all...]
H A DAMAssignableDynamicGroup.java61 * @throws AMException
67 public void addUsers(Set users) throws AMException, SSOException;
75 * @throws AMException
81 public void removeUsers(Set users) throws AMException, SSOException;
87 * @throws AMException
93 public boolean isSubscribable() throws AMException, SSOException;
100 * @throws AMException
106 public void setSubscribable(boolean subscribable) throws AMException,
H A DAMStaticGroup.java57 * @throws AMException
63 public void addUsers(Set users) throws AMException, SSOException;
70 * @throws AMException
76 public void removeUsers(Set users) throws AMException, SSOException;
82 * @throws AMException
88 public boolean isSubscribable() throws AMException, SSOException;
95 * @throws AMException
101 public void setSubscribable(boolean subscribable) throws AMException,
H A DAMGroupContainer.java61 * @throws AMException
68 throws AMException, SSOException;
77 * @throws AMException
84 throws AMException, SSOException;
95 * @throws AMException
101 public Set getSubGroupContainerDNs(int level) throws AMException,
108 * @throws AMException
114 public long getNumberOfSubGroupContainers() throws AMException,
123 * @throws AMException
130 throws AMException, SSOExceptio
[all...]
H A DAMObject.java197 * @throws AMException
203 public void store() throws AMException, SSOException;
217 * @throws AMException
223 public void store(boolean addValues) throws AMException, SSOException;
248 * @throws AMException
254 public Map getAttributes() throws AMException, SSOException;
261 * @throws AMException
267 public Map getAttributesFromDataStore() throws AMException, SSOException;
274 * @throws AMException
280 public Map getAttributesByteArray() throws AMException, SSOExceptio
[all...]
H A DAMRole.java80 * @throws AMException
86 public int getRoleType() throws AMException, SSOException;
94 * @throws AMException
100 public void setRoleType(int roleType) throws AMException, SSOException;
108 * @throws AMException
114 public void addUsers(Set users) throws AMException, SSOException;
122 * @throws AMException
128 public void removeUsers(Set users) throws AMException, SSOException;
135 * @throws AMException
141 public long getNumberOfUsers() throws AMException, SSOExceptio
[all...]
H A DAMPeopleContainer.java66 * @throws AMException
72 public Set createUsers(Set users) throws AMException, SSOException;
86 * @throws AMException
92 public Set createUsers(Map users) throws AMException, SSOException;
105 * @throws AMException
111 public Set createUsers(Map users, Set serviceNames) throws AMException,
131 * @throws AMException
138 throws AMException, SSOException;
146 * @throws AMException
152 public void deleteUsers(Set users) throws AMException, SSOExceptio
[all...]
H A DAMDynamicGroup.java56 * @throws AMException
62 public String getFilter() throws AMException, SSOException;
69 * @throws AMException
75 public void setFilter(String filter) throws AMException, SSOException;

Completed in 72 milliseconds

1234567