com.prosysopc.ua.types.opcua
Interface SessionSecurityDiagnosticsType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
SessionSecurityDiagnosticsTypeImpl, SessionSecurityDiagnosticsTypeImplBase, SessionSecurityDiagnosticsTypeNode, SessionSecurityDiagnosticsTypeNodeBase

public interface SessionSecurityDiagnosticsType
extends BaseDataVariableType

Generated on 2018-05-09 10:45:27


Field Summary
static String AUTHENTICATION_MECHANISM
           
static String CLIENT_CERTIFICATE
           
static String CLIENT_USER_ID_HISTORY
           
static String CLIENT_USER_ID_OF_SESSION
           
static String ENCODING
           
static String SECURITY_MODE
           
static String SECURITY_POLICY_URI
           
static String SESSION_ID
           
static String TRANSPORT_PROTOCOL
           
 
Method Summary
 String getAuthenticationMechanism()
           
 BaseDataVariableType getAuthenticationMechanismNode()
           
 org.opcfoundation.ua.builtintypes.ByteString getClientCertificate()
           
 BaseDataVariableType getClientCertificateNode()
           
 String[] getClientUserIdHistory()
           
 BaseDataVariableType getClientUserIdHistoryNode()
           
 String getClientUserIdOfSession()
           
 BaseDataVariableType getClientUserIdOfSessionNode()
           
 String getEncoding()
           
 BaseDataVariableType getEncodingNode()
           
 org.opcfoundation.ua.core.MessageSecurityMode getSecurityMode()
           
 BaseDataVariableType getSecurityModeNode()
           
 String getSecurityPolicyUri()
           
 BaseDataVariableType getSecurityPolicyUriNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getSessionId()
           
 BaseDataVariableType getSessionIdNode()
           
 String getTransportProtocol()
           
 BaseDataVariableType getTransportProtocolNode()
           
 void setAuthenticationMechanism(String value)
           
 void setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void setClientUserIdHistory(String[] value)
           
 void setClientUserIdOfSession(String value)
           
 void setEncoding(String value)
           
 void setSecurityMode(org.opcfoundation.ua.core.MessageSecurityMode value)
           
 void setSecurityPolicyUri(String value)
           
 void setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void setTransportProtocol(String value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseVariableType
getValue, setValue
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaVariable
addDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaValueNode
getArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRank
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Field Detail

SESSION_ID

static final String SESSION_ID
See Also:
Constant Field Values

CLIENT_USER_ID_OF_SESSION

static final String CLIENT_USER_ID_OF_SESSION
See Also:
Constant Field Values

CLIENT_USER_ID_HISTORY

static final String CLIENT_USER_ID_HISTORY
See Also:
Constant Field Values

AUTHENTICATION_MECHANISM

static final String AUTHENTICATION_MECHANISM
See Also:
Constant Field Values

ENCODING

static final String ENCODING
See Also:
Constant Field Values

TRANSPORT_PROTOCOL

static final String TRANSPORT_PROTOCOL
See Also:
Constant Field Values

SECURITY_MODE

static final String SECURITY_MODE
See Also:
Constant Field Values

SECURITY_POLICY_URI

static final String SECURITY_POLICY_URI
See Also:
Constant Field Values

CLIENT_CERTIFICATE

static final String CLIENT_CERTIFICATE
See Also:
Constant Field Values
Method Detail

getSessionIdNode

BaseDataVariableType getSessionIdNode()

getSessionId

org.opcfoundation.ua.builtintypes.NodeId getSessionId()

setSessionId

void setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
                  throws StatusException
Throws:
StatusException

getClientUserIdOfSessionNode

BaseDataVariableType getClientUserIdOfSessionNode()

getClientUserIdOfSession

String getClientUserIdOfSession()

setClientUserIdOfSession

void setClientUserIdOfSession(String value)
                              throws StatusException
Throws:
StatusException

getClientUserIdHistoryNode

BaseDataVariableType getClientUserIdHistoryNode()

getClientUserIdHistory

String[] getClientUserIdHistory()

setClientUserIdHistory

void setClientUserIdHistory(String[] value)
                            throws StatusException
Throws:
StatusException

getAuthenticationMechanismNode

BaseDataVariableType getAuthenticationMechanismNode()

getAuthenticationMechanism

String getAuthenticationMechanism()

setAuthenticationMechanism

void setAuthenticationMechanism(String value)
                                throws StatusException
Throws:
StatusException

getEncodingNode

BaseDataVariableType getEncodingNode()

getEncoding

String getEncoding()

setEncoding

void setEncoding(String value)
                 throws StatusException
Throws:
StatusException

getTransportProtocolNode

BaseDataVariableType getTransportProtocolNode()

getTransportProtocol

String getTransportProtocol()

setTransportProtocol

void setTransportProtocol(String value)
                          throws StatusException
Throws:
StatusException

getSecurityModeNode

BaseDataVariableType getSecurityModeNode()

getSecurityMode

org.opcfoundation.ua.core.MessageSecurityMode getSecurityMode()

setSecurityMode

void setSecurityMode(org.opcfoundation.ua.core.MessageSecurityMode value)
                     throws StatusException
Throws:
StatusException

getSecurityPolicyUriNode

BaseDataVariableType getSecurityPolicyUriNode()

getSecurityPolicyUri

String getSecurityPolicyUri()

setSecurityPolicyUri

void setSecurityPolicyUri(String value)
                          throws StatusException
Throws:
StatusException

getClientCertificateNode

BaseDataVariableType getClientCertificateNode()

getClientCertificate

org.opcfoundation.ua.builtintypes.ByteString getClientCertificate()

setClientCertificate

void setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
                          throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.