|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rfc3.iam.security.securedobject.impl.SecuredObjectServiceImpl
public class SecuredObjectServiceImpl
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 |
---|
Fields inherited from interface egovframework.rfc3.iam.security.securedobject.ISecuredObjectService |
---|
LOGGER |
Constructor Summary | |
---|---|
SecuredObjectServiceImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
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)
2017.4.11 to 광훈 |
java.util.List |
getViewResourceMapping2(java.lang.String groupId,
java.lang.String category,
java.lang.String mySgroupId,
java.util.ArrayList authorities,
java.lang.String userId)
2017.4.11 to 광훈 |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
set ApplicationContext |
void |
setSecuredObjectDAO(SecuredObjectDAO securedObjectDAO)
setSecuredObjectDAO |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecuredObjectServiceImpl()
Method Detail |
---|
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
applicationContext
- to be set by container
org.springframework.beans.BeansException
public void setSecuredObjectDAO(SecuredObjectDAO securedObjectDAO)
securedObjectDAO
- SecuredObjectDAOpublic void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public java.util.LinkedHashMap getRolesAndUrl() throws java.lang.Exception
getRolesAndUrl
in interface ISecuredObjectService
java.lang.Exception
public java.util.LinkedHashMap getRolesAndMethod() throws java.lang.Exception
getRolesAndMethod
in interface ISecuredObjectService
java.lang.Exception
public java.util.LinkedHashMap getRolesAndPointcut() throws java.lang.Exception
getRolesAndPointcut
in interface ISecuredObjectService
java.lang.Exception
public java.util.List<org.springframework.security.access.ConfigAttribute> getMatchedRequestMapping(java.lang.String url) throws java.lang.Exception
getMatchedRequestMapping
in interface ISecuredObjectService
java.lang.Exception
public java.lang.String getHierarchicalRoles() throws java.lang.Exception
getHierarchicalRoles
in interface ISecuredObjectService
java.lang.Exception
public java.util.List getViewResourceMapping(java.util.Map paramMap) throws java.lang.Exception
getViewResourceMapping
in interface ISecuredObjectService
java.lang.Exception
public java.util.List getViewResourceMapping2(java.lang.String groupId, java.lang.String category, java.lang.String mySgroupId, java.util.ArrayList authorities, java.lang.String userId) throws java.lang.Exception
getViewResourceMapping2
in interface ISecuredObject2Service
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |