NoSuchPrincipalException
. After removal, this method will commit the delete to the back-end group database. It will also fire a {@link com.ecyrd.jspwiki.event.WikiSecurityEvent#GROUP_REMOVE} event withthe GroupManager instance as the source and the Group as target. If index
is null
, this method throws an {@link IllegalArgumentException}.
@param index the group to remove
@throws WikiSecurityException if the Group cannot be removed bythe back-end
@see com.ecyrd.jspwiki.auth.authorize.GroupDatabase#delete(Group)
NoSuchPrincipalException
. After removal, this method will commit the delete to the back-end group database. It will also fire a {@link org.apache.wiki.event.WikiSecurityEvent#GROUP_REMOVE} event withthe GroupManager instance as the source and the Group as target. If index
is null
, this method throws an {@link IllegalArgumentException}.
@param index the group to remove
@throws WikiSecurityException if the Group cannot be removed bythe back-end
@see org.apache.wiki.auth.authorize.GroupDatabase#delete(Group)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|