com.prosysopc.ua.types.opcua
Interface AuditOpenSecureChannelEventType
- All Superinterfaces:
- AuditChannelEventType, AuditEventType, AuditSecurityEventType, BaseEventType, BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
- All Known Implementing Classes:
- AuditOpenSecureChannelEventTypeImpl, AuditOpenSecureChannelEventTypeImplBase, AuditOpenSecureChannelEventTypeNode, AuditOpenSecureChannelEventTypeNodeBase
public interface AuditOpenSecureChannelEventType
- extends AuditChannelEventType
An event that is raised when a secure channel is opened.
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_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
REQUEST_TYPE
static final String REQUEST_TYPE
- See Also:
- Constant Field Values
SECURITY_POLICY_URI
static final String SECURITY_POLICY_URI
- See Also:
- Constant Field Values
SECURITY_MODE
static final String SECURITY_MODE
- See Also:
- Constant Field Values
REQUESTED_LIFETIME
static final String REQUESTED_LIFETIME
- See Also:
- Constant Field Values
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
getRequestTypeNode
UaProperty getRequestTypeNode()
getRequestType
org.opcfoundation.ua.core.SecurityTokenRequestType getRequestType()
setRequestType
void setRequestType(org.opcfoundation.ua.core.SecurityTokenRequestType value)
throws StatusException
- Throws:
StatusException
getSecurityPolicyUriNode
UaProperty getSecurityPolicyUriNode()
getSecurityPolicyUri
String getSecurityPolicyUri()
setSecurityPolicyUri
void setSecurityPolicyUri(String value)
throws StatusException
- Throws:
StatusException
getSecurityModeNode
UaProperty getSecurityModeNode()
getSecurityMode
org.opcfoundation.ua.core.MessageSecurityMode getSecurityMode()
setSecurityMode
void setSecurityMode(org.opcfoundation.ua.core.MessageSecurityMode value)
throws StatusException
- Throws:
StatusException
getRequestedLifetimeNode
UaProperty getRequestedLifetimeNode()
getRequestedLifetime
Double getRequestedLifetime()
setRequestedLifetime
void setRequestedLifetime(Double value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.