Searched refs:removeStaticGroup (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java225 public void removeStaticGroup(AMStaticGroup group) throws AMException, method in interface:AMUser
240 public void removeStaticGroup(String groupDN) throws AMException, method in interface:AMUser
H A DAMUserImpl.java302 public void removeStaticGroup(AMStaticGroup group) throws AMException, method in class:AMUserImpl
304 removeStaticGroup(group.getDN());
313 public void removeStaticGroup(String groupDN) throws AMException, method in class:AMUserImpl
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java225 public void removeStaticGroup(AMStaticGroup group) throws AMException, method in interface:AMUser
240 public void removeStaticGroup(String groupDN) throws AMException, method in interface:AMUser
H A DAMUserImpl.java302 public void removeStaticGroup(AMStaticGroup group) throws AMException, method in class:AMUserImpl
304 removeStaticGroup(group.getDN());
313 public void removeStaticGroup(String groupDN) throws AMException, method in class:AMUserImpl

Completed in 24 milliseconds