com.prosysopc.ua.types.opcua
Interface AuditCreateSessionEventType

All Superinterfaces:
AuditEventType, AuditSecurityEventType, AuditSessionEventType, BaseEventType, BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
AuditUrlMismatchEventType
All Known Implementing Classes:
AuditCreateSessionEventTypeImpl, AuditCreateSessionEventTypeImplBase, AuditCreateSessionEventTypeNode, AuditCreateSessionEventTypeNodeBase, AuditUrlMismatchEventTypeImpl, AuditUrlMismatchEventTypeImplBase, AuditUrlMismatchEventTypeNode, AuditUrlMismatchEventTypeNodeBase

public interface AuditCreateSessionEventType
extends AuditSessionEventType

An event that is raised when a session is created.

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


Field Summary
static String CLIENT_CERTIFICATE
           
static String CLIENT_CERTIFICATE_THUMBPRINT
           
static String REVISED_SESSION_TIMEOUT
           
static String SECURE_CHANNEL_ID
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.AuditSessionEventType
SESSION_ID
 
Fields inherited from interface com.prosysopc.ua.types.opcua.AuditEventType
ACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUS
 
Fields inherited from interface com.prosysopc.ua.types.opcua.BaseEventType
EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME
 
Method Summary
 org.opcfoundation.ua.builtintypes.ByteString getClientCertificate()
           
 UaProperty getClientCertificateNode()
           
 String getClientCertificateThumbprint()
           
 UaProperty getClientCertificateThumbprintNode()
           
 Double getRevisedSessionTimeout()
           
 UaProperty getRevisedSessionTimeoutNode()
           
 String getSecureChannelId()
           
 UaProperty getSecureChannelIdNode()
           
 void setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void setClientCertificateThumbprint(String value)
           
 void setRevisedSessionTimeout(Double value)
           
 void setSecureChannelId(String value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.AuditSessionEventType
getSessionId, getSessionIdNode, setSessionId
 
Methods inherited from interface com.prosysopc.ua.types.opcua.AuditEventType
getActionTimeStamp, getActionTimeStampNode, getClientAuditEntryId, getClientAuditEntryIdNode, getClientUserId, getClientUserIdNode, getServerId, getServerIdNode, getStatusNode, isStatus, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseEventType
getEventId, getEventIdNode, getEventType, getEventTypeNode, getLocalTime, getLocalTimeNode, getMessage, getMessageNode, getReceiveTime, getReceiveTimeNode, getSeverity, getSeverityNode, getSourceName, getSourceNameNode, getSourceNode, getSourceNodeNode, getTime, getTimeNode, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
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

SECURE_CHANNEL_ID

static final String SECURE_CHANNEL_ID
See Also:
Constant Field Values

CLIENT_CERTIFICATE

static final String CLIENT_CERTIFICATE
See Also:
Constant Field Values

CLIENT_CERTIFICATE_THUMBPRINT

static final String CLIENT_CERTIFICATE_THUMBPRINT
See Also:
Constant Field Values

REVISED_SESSION_TIMEOUT

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

getSecureChannelIdNode

UaProperty getSecureChannelIdNode()

getSecureChannelId

String getSecureChannelId()

setSecureChannelId

void setSecureChannelId(String value)
                        throws StatusException
Throws:
StatusException

getClientCertificateNode

UaProperty getClientCertificateNode()

getClientCertificate

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

setClientCertificate

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

getClientCertificateThumbprintNode

UaProperty getClientCertificateThumbprintNode()

getClientCertificateThumbprint

String getClientCertificateThumbprint()

setClientCertificateThumbprint

void setClientCertificateThumbprint(String value)
                                    throws StatusException
Throws:
StatusException

getRevisedSessionTimeoutNode

UaProperty getRevisedSessionTimeoutNode()

getRevisedSessionTimeout

Double getRevisedSessionTimeout()

setRevisedSessionTimeout

void setRevisedSessionTimeout(Double value)
                              throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.