| A simple authorization mechinism which can be used to determine whether or not the authenticated user
is an administrator and therefore has the permissions to view the KSB. The KSB itself has no
concept of identity available to it, so the application which is using the bus needs to have some
mechanism by which to determine identity at the time that the
AuthorizationService.isAdministrator() method is invoked (i.e. via a statically available ThreadLocal).
This interface will most likely be deprecated in a future version of Rice and replaced with a more
sophisticated authorization implementation.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |