com.prosysopc.ua.types.opcua
Interface AuditActivateSessionEventType
- All Superinterfaces:
- AuditEventType, AuditSecurityEventType, AuditSessionEventType, BaseEventType, BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
- All Known Implementing Classes:
- AuditActivateSessionEventTypeImpl, AuditActivateSessionEventTypeImplBase, AuditActivateSessionEventTypeNode, AuditActivateSessionEventTypeNodeBase
public interface AuditActivateSessionEventType
- extends AuditSessionEventType
Generated on 2018-05-09 10:45:27
| 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.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 |
CLIENT_SOFTWARE_CERTIFICATES
static final String CLIENT_SOFTWARE_CERTIFICATES
- See Also:
- Constant Field Values
USER_IDENTITY_TOKEN
static final String USER_IDENTITY_TOKEN
- See Also:
- Constant Field Values
SECURE_CHANNEL_ID
static final String SECURE_CHANNEL_ID
- See Also:
- Constant Field Values
getClientSoftwareCertificatesNode
UaProperty getClientSoftwareCertificatesNode()
getClientSoftwareCertificates
org.opcfoundation.ua.core.SignedSoftwareCertificate[] getClientSoftwareCertificates()
setClientSoftwareCertificates
void setClientSoftwareCertificates(org.opcfoundation.ua.core.SignedSoftwareCertificate[] value)
throws StatusException
- Throws:
StatusException
getUserIdentityTokenNode
UaProperty getUserIdentityTokenNode()
getUserIdentityToken
org.opcfoundation.ua.core.UserIdentityToken getUserIdentityToken()
setUserIdentityToken
void setUserIdentityToken(org.opcfoundation.ua.core.UserIdentityToken value)
throws StatusException
- Throws:
StatusException
getSecureChannelIdNode
UaProperty getSecureChannelIdNode()
getSecureChannelId
String getSecureChannelId()
setSecureChannelId
void setSecureChannelId(String value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.