Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType
Packages that use RolePermissionType
-
Uses of RolePermissionType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return RolePermissionTypeModifier and TypeMethodDescriptionRolePermissionType.Codec.decodeType(EncodingContext context, UaDecoder decoder) RolePermissionType @Nullable []Node.getRolePermissions()RolePermissionType @Nullable []SecurityGroupDataType.getRolePermissions()RolePermissionType @Nullable []SubscribedDataSetMirrorDataType.getRolePermissions()RolePermissionType @Nullable []Node.getUserRolePermissions()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type RolePermissionTypeMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type RolePermissionTypeModifier and TypeMethodDescriptionvoidRolePermissionType.Codec.encodeType(EncodingContext context, UaEncoder encoder, RolePermissionType value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type RolePermissionTypeModifierConstructorDescriptionDataTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean isAbstract, ExtensionObject dataTypeDefinition) InstanceNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references) MethodNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean executable, Boolean userExecutable) Node(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references) ObjectNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, UByte eventNotifier) ObjectTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean isAbstract) ReferenceTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean isAbstract, Boolean symmetric, LocalizedText inverseName) SecurityGroupDataType(@Nullable String name, String @Nullable [] securityGroupFolder, Double keyLifetime, @Nullable String securityPolicyUri, UInteger maxFutureKeyCount, UInteger maxPastKeyCount, @Nullable String securityGroupId, RolePermissionType @Nullable [] rolePermissions, KeyValuePair @Nullable [] groupProperties) SubscribedDataSetMirrorDataType(@Nullable String parentNodeName, RolePermissionType @Nullable [] rolePermissions) TypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references) VariableNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Variant value, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, UByte accessLevel, UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing, UInteger accessLevelEx) VariableTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Variant value, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, Boolean isAbstract) ViewNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean containsNoLoops, UByte eventNotifier)