단계 6. 레이블 속성에 대한 속성 핸들러 지정 - 필수
<customizationRootDirectory>/configurations/xconf/custom.site.xconf 파일에서 아래와 같이 각 보안 레이블을 다음 등록 정보에 추가합니다.
<Property name="wt.services/svc/default/com.ptc.core.command.server.delegate.io.AbstractAttributeHandler/<SECURITY_LABEL>/wt.access.SecurityLabeled/0" value="com.ptc.core.command.server.delegate.io.SecurityLabelAttributeHandler/singleton" targetFile="codebase/com/ptc/core/foundation/FoundationAttributeHandler.properties"/>
여기서 <SECURITY_LABEL>은 단계 1에서 지정한 보안 레이블의 내부 이름입니다.
예를 들면 다음과 같습니다.
<Property name="wt.services/svc/default/com.ptc.core.command.server.delegate.io.AbstractAttributeHandler/CORPORATE_PROPREITORY/wt.access.SecurityLabeled/0" value="com.ptc.core.command.server.delegate.io.SecurityLabelAttributeHandler/singleton" targetFile="codebase/com/ptc/core/foundation/FoundationAttributeHandler.properties"/>