net.pleso.framework.client.bl.auth
Interface IAuthorizer
public interface IAuthorizer
Represents base authorization logic functionality. This interface allows to
check if some IAuth
instance is allowed to be used by current user
rights.
AuthorizationProvider
class holds IAuthorizer
instance to
allow generic user interface system check user rights on objects using
AuthorizationProvider.isObjectAuthorized(IAuth)
static function.
isObjectAuthorized
boolean isObjectAuthorized(IAuth authorizingObject)
- Parameters:
authorizingObject
- object to check authorization rights on
- Returns:
true
if current user has right to perform action
on authorizingObject
Copyright © 2006-2007 pleso.net crew All Rights Reserved.