Lines Matching refs:AMException

67      * @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, SSOException;
135 * @throws AMException
141 public void assignRole(String roleDN) throws AMException, SSOException;
149 * @throws AMException
155 public void removeRole(AMRole role) throws AMException, SSOException;
163 * @throws AMException
169 public void removeRole(String roleDN) throws AMException, SSOException;
176 * @throws AMException
182 public Set getStaticGroupDNs() throws AMException, SSOException;
189 * @throws AMException
195 public void assignStaticGroup(AMStaticGroup group) throws AMException,
204 * @throws AMException
210 public void assignStaticGroup(String groupDN) throws AMException,
219 * @throws AMException
225 public void removeStaticGroup(AMStaticGroup group) throws AMException,
234 * @throws AMException
240 public void removeStaticGroup(String groupDN) throws AMException,
248 * @throws AMException
254 public Set getAssignableDynamicGroupDNs() throws AMException, SSOException;
261 * @throws AMException
269 throws AMException, SSOException;
277 * @throws AMException
284 throws AMException, SSOException;
292 * @throws AMException
300 throws AMException, SSOException;
308 * @throws AMException
315 throws AMException, SSOException;
320 * @throws AMException
326 public void activate() throws AMException, SSOException;
331 * @throws AMException
337 public void deactivate() throws AMException, SSOException;
343 * @throws AMException
349 public boolean isActivated() throws AMException, SSOException;
356 * @throws AMException
362 public Set getAssignedServices() throws AMException, SSOException;
369 * @throws AMException
376 public void assignServices(Set serviceNames) throws AMException,