If the {@code Role} object was removed, a {@code UserAdminEvent} objectof type {@link UserAdminEvent#ROLE_REMOVED} is broadcast to any{@code UserAdminListener} object. @param name The name of the {@code Role} object to remove. @return {@code true} If a {@code Role} object with the given name ispresent in this User Admin service and could be removed, otherwise {@code false}. @throws SecurityException If a security manager exists and the callerdoes not have the {@code UserAdminPermission} with name{@code admin}.
|
|