SecurityManager.isAuthorized

Returns true when a user is logged on and the user has the authorization identified by type, name and function;otherwise returns false.

This method is only applicable when authorizations have been added by a Logon Service or when the supplied Ebase Security system is used to define users, roles and authorizations. Authorizations represent an alternative to roles and offer more granularity, see #hasRole(String).

returns boolean

Parameters

java.lang.String  type,  java.lang.String  name,  java.lang.String  function,