egovframework.rfc3.iam.security.securedobject
Interface ISecuredObjectService

All Known Implementing Classes:
SecuredObjectServiceImpl

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.

Since:
2010.12.06
Version:
egovframework RFC 3.0
Author:
허성철
See Also:
 << 개정이력(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

LOGGER

static final org.apache.commons.logging.Log LOGGER
Method Detail

getRolesAndUrl

java.util.LinkedHashMap getRolesAndUrl()
                                       throws java.lang.Exception
url 형식의 role 권한 획득

Returns:
LinkedHashMap
Throws:
java.lang.Exception

getRolesAndMethod

java.util.LinkedHashMap getRolesAndMethod()
                                          throws java.lang.Exception
method 형식의 role 권한 획득

Returns:
LinkedHashMap
Throws:
java.lang.Exception

getRolesAndPointcut

java.util.LinkedHashMap getRolesAndPointcut()
                                            throws java.lang.Exception
pointcut 형식의 role 권한 획득

Returns:
LinkedHashMap
Throws:
java.lang.Exception

getMatchedRequestMapping

java.util.List<org.springframework.security.access.ConfigAttribute> getMatchedRequestMapping(java.lang.String url)
                                                                                             throws java.lang.Exception
getMatchedRequestMapping

Returns:
ConfigAttributeDefinition
Throws:
java.lang.Exception

getHierarchicalRoles

java.lang.String getHierarchicalRoles()
                                      throws java.lang.Exception
role 의 계층(Hierarchy) 관계를 조회

Returns:
String
Throws:
java.lang.Exception

getViewResourceMapping

java.util.List getViewResourceMapping(java.util.Map paramMap)
                                      throws java.lang.Exception
Throws:
java.lang.Exception