|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISecuredObjectService
Provides interfaces that ISecuredObjectService is an interface for enabling applications to approach the data of secured object resources from DataBase which is refered to initial data of Spring Security.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- ------------- ---------------------- 2010.12.06 허성철 egovframe 커스텀 마이징 Copyright (C) 2010 by skoinfo All right reserved.
Field Summary | |
---|---|
static org.apache.commons.logging.Log |
LOGGER
|
Method Summary | |
---|---|
java.lang.String |
getHierarchicalRoles()
role 의 계층(Hierarchy) 관계를 조회 |
java.util.List<org.springframework.security.access.ConfigAttribute> |
getMatchedRequestMapping(java.lang.String url)
getMatchedRequestMapping |
java.util.LinkedHashMap |
getRolesAndMethod()
method 형식의 role 권한 획득 |
java.util.LinkedHashMap |
getRolesAndPointcut()
pointcut 형식의 role 권한 획득 |
java.util.LinkedHashMap |
getRolesAndUrl()
url 형식의 role 권한 획득 |
java.util.List |
getViewResourceMapping(java.util.Map paramMap)
|
Field Detail |
---|
static final org.apache.commons.logging.Log LOGGER
Method Detail |
---|
java.util.LinkedHashMap getRolesAndUrl() throws java.lang.Exception
java.lang.Exception
java.util.LinkedHashMap getRolesAndMethod() throws java.lang.Exception
java.lang.Exception
java.util.LinkedHashMap getRolesAndPointcut() throws java.lang.Exception
java.lang.Exception
java.util.List<org.springframework.security.access.ConfigAttribute> getMatchedRequestMapping(java.lang.String url) throws java.lang.Exception
java.lang.Exception
java.lang.String getHierarchicalRoles() throws java.lang.Exception
java.lang.Exception
java.util.List getViewResourceMapping(java.util.Map paramMap) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |