I found this article on MSDN about the minimal methods required for Role Providers on SharePoint.
My question is about the other methods in the Role Provider (GetUsersInRole, IsUserInRole, FindUsersInRole, etc.). Are any of these methods called from within SharePoint or are they only used by custom code that would call these?
If they are called from within SharePoint, where are they called?