com.prosysopc.ua.types.gds.server
Class CertificateDirectoryTypeNodeBase
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.server.nodes.ServerNode
com.prosysopc.ua.server.nodes.BaseNode
com.prosysopc.ua.server.nodes.UaInstanceNode
com.prosysopc.ua.server.nodes.UaObjectNode
com.prosysopc.ua.server.nodes.AbstractGeneratedObjectNode
com.prosysopc.ua.types.opcua.server.BaseObjectTypeNode
com.prosysopc.ua.types.opcua.server.FolderTypeNodeBase
com.prosysopc.ua.types.opcua.server.FolderTypeNode
com.prosysopc.ua.types.gds.server.DirectoryTypeNodeBase
com.prosysopc.ua.types.gds.server.DirectoryTypeNode
com.prosysopc.ua.types.gds.server.CertificateDirectoryTypeNodeBase
- All Implemented Interfaces:
- UaInstance, UaNode, UaObject, GeneratedNode, UaCallable, CertificateDirectoryType, DirectoryType, BaseInstanceType, BaseObjectType, FolderType
- Direct Known Subclasses:
- CertificateDirectoryTypeNode
public abstract class CertificateDirectoryTypeNodeBase
- extends DirectoryTypeNode
- implements CertificateDirectoryType
Generated on 2018-05-09 10:46:27
|
Constructor Summary |
protected |
CertificateDirectoryTypeNodeBase(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
|
Method Summary |
void |
afterCreate()
This method is called after NodeBuilder has constructed the instance, it is called for every
sub-node that also implement this interface |
org.opcfoundation.ua.builtintypes.Variant[] |
callMethod(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId methodId,
org.opcfoundation.ua.builtintypes.Variant[] inputArguments,
org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults,
org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
Fallback implementation when no subtype handles the method call. |
CertificateDirectoryType.FinishRequestMethodOutputs |
finishRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId requestId)
|
static GeneratedNodeInitializer<CertificateDirectoryTypeNode> |
getCertificateDirectoryTypeNodeInitializer()
|
org.opcfoundation.ua.builtintypes.NodeId[] |
getCertificateGroups(org.opcfoundation.ua.builtintypes.NodeId applicationId)
|
Boolean |
getCertificateStatus(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
|
static CertificateDirectoryTypeFinishRequestMethod |
getFinishRequestMethodImplementation()
|
UaMethod |
getFinishRequestNode()
|
static CertificateDirectoryTypeGetCertificateGroupsMethod |
getGetCertificateGroupsMethodImplementation()
|
UaMethod |
getGetCertificateGroupsNode()
|
static CertificateDirectoryTypeGetCertificateStatusMethod |
getGetCertificateStatusMethodImplementation()
|
UaMethod |
getGetCertificateStatusNode()
|
static CertificateDirectoryTypeGetTrustListMethod |
getGetTrustListMethodImplementation()
|
UaMethod |
getGetTrustListNode()
|
static CertificateDirectoryTypeStartNewKeyPairRequestMethod |
getStartNewKeyPairRequestMethodImplementation()
|
UaMethod |
getStartNewKeyPairRequestNode()
|
static CertificateDirectoryTypeStartSigningRequestMethod |
getStartSigningRequestMethodImplementation()
|
UaMethod |
getStartSigningRequestNode()
|
org.opcfoundation.ua.builtintypes.NodeId |
getTrustList(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
|
protected abstract CertificateDirectoryType.FinishRequestMethodOutputs |
onFinishRequest(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId requestId)
|
protected abstract org.opcfoundation.ua.builtintypes.NodeId[] |
onGetCertificateGroups(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId)
|
protected abstract Boolean |
onGetCertificateStatus(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
|
protected abstract org.opcfoundation.ua.builtintypes.NodeId |
onGetTrustList(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
|
protected abstract org.opcfoundation.ua.builtintypes.NodeId |
onStartNewKeyPairRequest(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
String subjectName,
String[] domainNames,
String privateKeyFormat,
String privateKeyPassword)
|
protected abstract org.opcfoundation.ua.builtintypes.NodeId |
onStartSigningRequest(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
|
static void |
setCertificateDirectoryTypeNodeInitializer(GeneratedNodeInitializer<CertificateDirectoryTypeNode> certificateDirectoryTypeNodeInitializerNewValue)
|
static void |
setFinishRequestMethodImplementation(CertificateDirectoryTypeFinishRequestMethod finishRequestMethodImplementationNewValue)
|
static void |
setGetCertificateGroupsMethodImplementation(CertificateDirectoryTypeGetCertificateGroupsMethod getCertificateGroupsMethodImplementationNewValue)
|
static void |
setGetCertificateStatusMethodImplementation(CertificateDirectoryTypeGetCertificateStatusMethod getCertificateStatusMethodImplementationNewValue)
|
static void |
setGetTrustListMethodImplementation(CertificateDirectoryTypeGetTrustListMethod getTrustListMethodImplementationNewValue)
|
static void |
setStartNewKeyPairRequestMethodImplementation(CertificateDirectoryTypeStartNewKeyPairRequestMethod startNewKeyPairRequestMethodImplementationNewValue)
|
static void |
setStartSigningRequestMethodImplementation(CertificateDirectoryTypeStartSigningRequestMethod startSigningRequestMethodImplementationNewValue)
|
org.opcfoundation.ua.builtintypes.NodeId |
startNewKeyPairRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
String subjectName,
String[] domainNames,
String privateKeyFormat,
String privateKeyPassword)
|
org.opcfoundation.ua.builtintypes.NodeId |
startSigningRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
|
| Methods inherited from class com.prosysopc.ua.types.gds.server.DirectoryTypeNodeBase |
findApplications, getApplication, getApplicationsNode, getDirectoryTypeNodeInitializer, getFindApplicationsMethodImplementation, getFindApplicationsNode, getGetApplicationMethodImplementation, getGetApplicationNode, getQueryServersMethodImplementation, getQueryServersNode, getRegisterApplicationMethodImplementation, getRegisterApplicationNode, getUnregisterApplicationMethodImplementation, getUnregisterApplicationNode, getUpdateApplicationMethodImplementation, getUpdateApplicationNode, queryServers, registerApplication, setDirectoryTypeNodeInitializer, setFindApplicationsMethodImplementation, setGetApplicationMethodImplementation, setQueryServersMethodImplementation, setRegisterApplicationMethodImplementation, setUnregisterApplicationMethodImplementation, setUpdateApplicationMethodImplementation, unregisterApplication, updateApplication |
| Methods inherited from class com.prosysopc.ua.server.nodes.UaObjectNode |
addCallListener, callMethod, deleteIfNodeExists, getAttributes, getAttributes, getEventNotifier, getIcon, getNodeClass, initSupportedAttributes, readAttributeValue, removeCallListener, setAttributes, setEventNotifier, setIcon, toString, writeAttributeValue |
| Methods inherited from class com.prosysopc.ua.server.nodes.BaseNode |
addPlainProperty, addPlainVariable, assertTypeSupport, assertTypeSupport, createNodeId, createNodeId, createReflectiveInstanceProperty, createReflectiveInstanceProperty, deleteReference, deleteReference, doAddProperty, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeVersion, getNodeVersionValue, getProperties, getProperty, getPropertyValue, getReferencesAsList, getStandardBrowseName, getStandardDisplayText, getUserWriteMask, getWriteMask, hasProperty, hasReference, hasUserWriteAccess, hasWriteAccess, incNodeVersion, initNodeVersion, isChildOfType, readAttribute, readAttribute, registerCallbackProperty, registerPlainInstanceProperty, registerPlainInstanceProperty, registerPlainProperty, registerPlainProperty, registerPlainVariable, registerPlainVariable, registerReflectiveInstanceProperty, registerReflectiveInstanceVariable, registerReflectiveProperty, registerReflectiveVariable, removeProperty, setAccessLevelRecursively, setAccessLevelRecursively, setAttribute, setBrowseName, setDescription, setDisplayName, setNodeVersionValue, setPropertyValue, setUserWriteMask, setWriteMask, writeAttribute |
| Methods inherited from class com.prosysopc.ua.server.nodes.ServerNode |
addComponent, addDataChangeListener, addEventListener, addNewReference, addNewReference, addOrganizes, addProperties, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, dataChange, deleteReference, deleteReference, deleteReferences, doDeleteReference, equals, findPlaceholders, fireDataChange, fireEvent, fireEventInParents, getAddressSpace, getDefaultBrowseName, getNodeId, getNodeManager, getReference, getReferenceList, getReferences, getSupportedAttributes, getTargetNodes, hashCode, isAddNotifierReferencesToServerObject, isFalseOrNull, isMandatory, isMonitoredForEvents, isTrueOrNull, isType, referenceTypeInherits, removeComponent, removeDataChangeListener, removeEventListener, setAddNotifierReferencesToServerObject, setReferences, supportsAttribute, translateBrowsePathToNodeIds, validateHasEventSourceChain, validateHasEventSourceChain |
| Methods inherited from interface com.prosysopc.ua.types.gds.DirectoryType |
findApplications, getApplication, getApplicationsNode, getFindApplicationsNode, getGetApplicationNode, getQueryServersNode, getRegisterApplicationNode, getUnregisterApplicationNode, getUpdateApplicationNode, queryServers, registerApplication, unregisterApplication, updateApplication |
| 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 |
CertificateDirectoryTypeNodeBase
protected CertificateDirectoryTypeNodeBase(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
afterCreate
public void afterCreate()
- Description copied from interface:
GeneratedNode
- This method is called after NodeBuilder has constructed the instance, it is called for every
sub-node that also implement this interface
- Specified by:
afterCreate in interface GeneratedNode- Overrides:
afterCreate in class DirectoryTypeNode
getCertificateDirectoryTypeNodeInitializer
public static GeneratedNodeInitializer<CertificateDirectoryTypeNode> getCertificateDirectoryTypeNodeInitializer()
setCertificateDirectoryTypeNodeInitializer
public static void setCertificateDirectoryTypeNodeInitializer(GeneratedNodeInitializer<CertificateDirectoryTypeNode> certificateDirectoryTypeNodeInitializerNewValue)
callMethod
public org.opcfoundation.ua.builtintypes.Variant[] callMethod(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId methodId,
org.opcfoundation.ua.builtintypes.Variant[] inputArguments,
org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults,
org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
throws StatusException
- Description copied from class:
UaObjectNode
- Fallback implementation when no subtype handles the method call.
- Specified by:
callMethod in interface UaCallable- Overrides:
callMethod in class DirectoryTypeNodeBase
- Returns:
-
- Throws:
StatusException
getStartSigningRequestNode
public UaMethod getStartSigningRequestNode()
- Specified by:
getStartSigningRequestNode in interface CertificateDirectoryType
onStartSigningRequest
protected abstract org.opcfoundation.ua.builtintypes.NodeId onStartSigningRequest(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
throws StatusException
- Throws:
StatusException
startSigningRequest
public org.opcfoundation.ua.builtintypes.NodeId startSigningRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
throws StatusException
- Specified by:
startSigningRequest in interface CertificateDirectoryType
- Throws:
StatusException
getStartSigningRequestMethodImplementation
public static CertificateDirectoryTypeStartSigningRequestMethod getStartSigningRequestMethodImplementation()
setStartSigningRequestMethodImplementation
public static void setStartSigningRequestMethodImplementation(CertificateDirectoryTypeStartSigningRequestMethod startSigningRequestMethodImplementationNewValue)
getStartNewKeyPairRequestNode
public UaMethod getStartNewKeyPairRequestNode()
- Specified by:
getStartNewKeyPairRequestNode in interface CertificateDirectoryType
onStartNewKeyPairRequest
protected abstract org.opcfoundation.ua.builtintypes.NodeId onStartNewKeyPairRequest(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
String subjectName,
String[] domainNames,
String privateKeyFormat,
String privateKeyPassword)
throws StatusException
- Throws:
StatusException
startNewKeyPairRequest
public org.opcfoundation.ua.builtintypes.NodeId startNewKeyPairRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
String subjectName,
String[] domainNames,
String privateKeyFormat,
String privateKeyPassword)
throws StatusException
- Specified by:
startNewKeyPairRequest in interface CertificateDirectoryType
- Throws:
StatusException
getStartNewKeyPairRequestMethodImplementation
public static CertificateDirectoryTypeStartNewKeyPairRequestMethod getStartNewKeyPairRequestMethodImplementation()
setStartNewKeyPairRequestMethodImplementation
public static void setStartNewKeyPairRequestMethodImplementation(CertificateDirectoryTypeStartNewKeyPairRequestMethod startNewKeyPairRequestMethodImplementationNewValue)
getFinishRequestNode
public UaMethod getFinishRequestNode()
- Specified by:
getFinishRequestNode in interface CertificateDirectoryType
onFinishRequest
protected abstract CertificateDirectoryType.FinishRequestMethodOutputs onFinishRequest(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId requestId)
throws StatusException
- Throws:
StatusException
finishRequest
public CertificateDirectoryType.FinishRequestMethodOutputs finishRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId requestId)
throws StatusException
- Specified by:
finishRequest in interface CertificateDirectoryType
- Throws:
StatusException
getFinishRequestMethodImplementation
public static CertificateDirectoryTypeFinishRequestMethod getFinishRequestMethodImplementation()
setFinishRequestMethodImplementation
public static void setFinishRequestMethodImplementation(CertificateDirectoryTypeFinishRequestMethod finishRequestMethodImplementationNewValue)
getGetCertificateGroupsNode
public UaMethod getGetCertificateGroupsNode()
- Specified by:
getGetCertificateGroupsNode in interface CertificateDirectoryType
onGetCertificateGroups
protected abstract org.opcfoundation.ua.builtintypes.NodeId[] onGetCertificateGroups(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId)
throws StatusException
- Throws:
StatusException
getCertificateGroups
public org.opcfoundation.ua.builtintypes.NodeId[] getCertificateGroups(org.opcfoundation.ua.builtintypes.NodeId applicationId)
throws StatusException
- Specified by:
getCertificateGroups in interface CertificateDirectoryType
- Throws:
StatusException
getGetCertificateGroupsMethodImplementation
public static CertificateDirectoryTypeGetCertificateGroupsMethod getGetCertificateGroupsMethodImplementation()
setGetCertificateGroupsMethodImplementation
public static void setGetCertificateGroupsMethodImplementation(CertificateDirectoryTypeGetCertificateGroupsMethod getCertificateGroupsMethodImplementationNewValue)
getGetTrustListNode
public UaMethod getGetTrustListNode()
- Specified by:
getGetTrustListNode in interface CertificateDirectoryType
onGetTrustList
protected abstract org.opcfoundation.ua.builtintypes.NodeId onGetTrustList(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
throws StatusException
- Throws:
StatusException
getTrustList
public org.opcfoundation.ua.builtintypes.NodeId getTrustList(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
throws StatusException
- Specified by:
getTrustList in interface CertificateDirectoryType
- Throws:
StatusException
getGetTrustListMethodImplementation
public static CertificateDirectoryTypeGetTrustListMethod getGetTrustListMethodImplementation()
setGetTrustListMethodImplementation
public static void setGetTrustListMethodImplementation(CertificateDirectoryTypeGetTrustListMethod getTrustListMethodImplementationNewValue)
getGetCertificateStatusNode
public UaMethod getGetCertificateStatusNode()
- Specified by:
getGetCertificateStatusNode in interface CertificateDirectoryType
onGetCertificateStatus
protected abstract Boolean onGetCertificateStatus(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
throws StatusException
- Throws:
StatusException
getCertificateStatus
public Boolean getCertificateStatus(org.opcfoundation.ua.builtintypes.NodeId applicationId,
org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
throws StatusException
- Specified by:
getCertificateStatus in interface CertificateDirectoryType
- Throws:
StatusException
getGetCertificateStatusMethodImplementation
public static CertificateDirectoryTypeGetCertificateStatusMethod getGetCertificateStatusMethodImplementation()
setGetCertificateStatusMethodImplementation
public static void setGetCertificateStatusMethodImplementation(CertificateDirectoryTypeGetCertificateStatusMethod getCertificateStatusMethodImplementationNewValue)
Copyright © 2018. All rights reserved.