Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode
Packages that use MessageSecurityMode
Package
Description
-
Uses of MessageSecurityMode in org.eclipse.milo.opcua.stack.core.channel
Methods in org.eclipse.milo.opcua.stack.core.channel that return MessageSecurityModeModifier and TypeMethodDescriptionSecureChannel.getMessageSecurityMode()ServerSecureChannel.getMessageSecurityMode()Methods in org.eclipse.milo.opcua.stack.core.channel with parameters of type MessageSecurityModeModifier and TypeMethodDescriptionvoidServerSecureChannel.setMessageSecurityMode(MessageSecurityMode messageSecurityMode) -
Uses of MessageSecurityMode in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return MessageSecurityModeModifier and TypeMethodDescriptionstatic @Nullable MessageSecurityModeMessageSecurityMode.from(int value) static MessageSecurityModeReturns the enum constant of this class with the specified name.static MessageSecurityMode[]MessageSecurityMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageSecurityMode in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return MessageSecurityModeModifier and TypeMethodDescriptionDataSetReaderDataType.getSecurityMode()EndpointDescription.getSecurityMode()EndpointType.getSecurityMode()OpenSecureChannelRequest.getSecurityMode()PubSubGroupDataType.getSecurityMode()SessionSecurityDiagnosticsDataType.getSecurityMode()Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type MessageSecurityModeModifierConstructorDescriptionDataSetReaderDataType(@Nullable String name, Boolean enabled, Variant publisherId, UShort writerGroupId, UShort dataSetWriterId, DataSetMetaDataType dataSetMetaData, DataSetFieldContentMask dataSetFieldContentMask, Double messageReceiveTimeout, UInteger keyFrameCount, @Nullable String headerLayoutUri, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, KeyValuePair @Nullable [] dataSetReaderProperties, DataSetReaderTransportDataType transportSettings, DataSetReaderMessageDataType messageSettings, SubscribedDataSetDataType subscribedDataSet) EndpointDescription(@Nullable String endpointUrl, ApplicationDescription server, ByteString serverCertificate, MessageSecurityMode securityMode, @Nullable String securityPolicyUri, UserTokenPolicy @Nullable [] userIdentityTokens, @Nullable String transportProfileUri, UByte securityLevel) EndpointType(@Nullable String endpointUrl, MessageSecurityMode securityMode, @Nullable String securityPolicyUri, @Nullable String transportProfileUri) OpenSecureChannelRequest(RequestHeader requestHeader, UInteger clientProtocolVersion, SecurityTokenRequestType requestType, MessageSecurityMode securityMode, ByteString clientNonce, UInteger requestedLifetime) PubSubGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties) ReaderGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties, ReaderGroupTransportDataType transportSettings, ReaderGroupMessageDataType messageSettings, DataSetReaderDataType @Nullable [] dataSetReaders) SessionSecurityDiagnosticsDataType(NodeId sessionId, @Nullable String clientUserIdOfSession, String @Nullable [] clientUserIdHistory, @Nullable String authenticationMechanism, @Nullable String encoding, @Nullable String transportProtocol, MessageSecurityMode securityMode, @Nullable String securityPolicyUri, ByteString clientCertificate) WriterGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties, UShort writerGroupId, Double publishingInterval, Double keepAliveTime, UByte priority, String @Nullable [] localeIds, @Nullable String headerLayoutUri, WriterGroupTransportDataType transportSettings, WriterGroupMessageDataType messageSettings, DataSetWriterDataType @Nullable [] dataSetWriters)