Schritt 6. Attribut-Handler für Beschriftungsattribut festlegen – Erforderlich
Fügen Sie in der Datei <customizationRootDirectory>/configurations/xconf/custom.site.xconf jede Sicherheitsbeschriftung, wie unten dargestellt, der folgenden Eigenschaft hinzu:
<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"/>
Dabei ist <SECURITY_LABEL> der interne Name der Sicherheitsbeschriftung, wie in Schritt 1 angegeben.
Beispiel:
<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"/>
War dies hilfreich?