public interface KeyCredentialServiceType extends BaseObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyCredentialServiceType.FinishRequestMethodOutputs |
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
FINISH_REQUEST |
static String |
PROFILE_URIS |
static String |
RESOURCE_URI |
static String |
REVOKE |
static String |
SECURITY_POLICY_URIS |
static String |
START_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
KeyCredentialServiceType.FinishRequestMethodOutputs |
finishRequest(NodeId f_requestId,
Boolean f_cancelRequest) |
UaMethod |
getFinishRequestNode() |
String[] |
getProfileUris() |
UaProperty |
getProfileUrisNode() |
String |
getResourceUri() |
UaProperty |
getResourceUriNode() |
UaMethod |
getRevokeNode() |
String[] |
getSecurityPolicyUris() |
UaProperty |
getSecurityPolicyUrisNode() |
UaMethod |
getStartRequestNode() |
void |
revoke(String f_credentialId) |
void |
setProfileUris(String[] value) |
void |
setResourceUri(String value) |
void |
setSecurityPolicyUris(String[] value) |
NodeId |
startRequest(String f_applicationUri,
ByteString f_publicKey,
String f_securityPolicyUri,
NodeId[] f_requestedRoles) |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String RESOURCE_URI
static final String PROFILE_URIS
static final String SECURITY_POLICY_URIS
static final String START_REQUEST
static final String FINISH_REQUEST
static final String REVOKE
UaProperty getResourceUriNode()
String getResourceUri()
void setResourceUri(String value) throws StatusException
StatusExceptionUaProperty getProfileUrisNode()
String[] getProfileUris()
void setProfileUris(String[] value) throws StatusException
StatusExceptionUaProperty getSecurityPolicyUrisNode()
String[] getSecurityPolicyUris()
void setSecurityPolicyUris(String[] value) throws StatusException
StatusExceptionUaMethod getStartRequestNode()
NodeId startRequest(String f_applicationUri, ByteString f_publicKey, String f_securityPolicyUri, NodeId[] f_requestedRoles) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getFinishRequestNode()
KeyCredentialServiceType.FinishRequestMethodOutputs finishRequest(NodeId f_requestId, Boolean f_cancelRequest) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getRevokeNode()
void revoke(String f_credentialId) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.