use of org.eclipse.milo.opcua.sdk.server.model.nodes.objects.CertificateGroupFolderTypeNode in project milo by eclipse.
the class ObjectNodeLoader method loadNode142.
private void loadNode142() {
CertificateGroupFolderTypeNode node = new CertificateGroupFolderTypeNode(this.context, Identifiers.ServerConfigurationType_CertificateGroups, new QualifiedName(0, "CertificateGroups"), new LocalizedText("en", "CertificateGroups"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), UByte.valueOf(0));
node.addReference(new Reference(Identifiers.ServerConfigurationType_CertificateGroups, Identifiers.HasComponent, Identifiers.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup.expanded(), true));
node.addReference(new Reference(Identifiers.ServerConfigurationType_CertificateGroups, Identifiers.HasTypeDefinition, Identifiers.CertificateGroupFolderType.expanded(), true));
node.addReference(new Reference(Identifiers.ServerConfigurationType_CertificateGroups, Identifiers.HasModellingRule, Identifiers.ModellingRule_Mandatory.expanded(), true));
node.addReference(new Reference(Identifiers.ServerConfigurationType_CertificateGroups, Identifiers.HasComponent, Identifiers.ServerConfigurationType.expanded(), false));
this.nodeManager.addNode(node);
}
use of org.eclipse.milo.opcua.sdk.server.model.nodes.objects.CertificateGroupFolderTypeNode in project milo by eclipse.
the class ObjectNodeLoader method loadNode145.
private void loadNode145() {
CertificateGroupFolderTypeNode node = new CertificateGroupFolderTypeNode(this.context, Identifiers.ServerConfiguration_CertificateGroups, new QualifiedName(0, "CertificateGroups"), new LocalizedText("en", "CertificateGroups"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), UByte.valueOf(0));
node.addReference(new Reference(Identifiers.ServerConfiguration_CertificateGroups, Identifiers.HasComponent, Identifiers.ServerConfiguration_CertificateGroups_DefaultApplicationGroup.expanded(), true));
node.addReference(new Reference(Identifiers.ServerConfiguration_CertificateGroups, Identifiers.HasComponent, Identifiers.ServerConfiguration_CertificateGroups_DefaultHttpsGroup.expanded(), true));
node.addReference(new Reference(Identifiers.ServerConfiguration_CertificateGroups, Identifiers.HasComponent, Identifiers.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup.expanded(), true));
node.addReference(new Reference(Identifiers.ServerConfiguration_CertificateGroups, Identifiers.HasTypeDefinition, Identifiers.CertificateGroupFolderType.expanded(), true));
node.addReference(new Reference(Identifiers.ServerConfiguration_CertificateGroups, Identifiers.HasComponent, Identifiers.ServerConfiguration.expanded(), false));
this.nodeManager.addNode(node);
}
Aggregations