egovframework.rfc3.iam.acl
Interface IViewResourceAccessService
- All Known Implementing Classes:
- ViewResourceAccessServiceImpl
public interface IViewResourceAccessService
Field Summary |
static org.apache.commons.logging.Log |
LOGGER
|
Method Summary |
java.util.List |
getRegisteredPermissionList()
|
boolean |
isGranted(javax.servlet.http.HttpServletRequest request,
java.lang.String category,
java.util.List requiredPermissionList)
|
boolean |
isGranted(javax.servlet.http.HttpServletRequest request,
java.lang.String ssoKey,
java.lang.String category,
java.util.List requiredPermissionList)
|
LOGGER
static final org.apache.commons.logging.Log LOGGER
isGranted
boolean isGranted(javax.servlet.http.HttpServletRequest request,
java.lang.String category,
java.util.List requiredPermissionList)
throws java.lang.Exception
- Throws:
java.lang.Exception
isGranted
boolean isGranted(javax.servlet.http.HttpServletRequest request,
java.lang.String ssoKey,
java.lang.String category,
java.util.List requiredPermissionList)
throws java.lang.Exception
- Throws:
java.lang.Exception
getRegisteredPermissionList
java.util.List getRegisteredPermissionList()
throws java.lang.Exception
- Throws:
java.lang.Exception