public interface KeyCredentialConfigurationType extends BaseObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs |
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
CREDENTIAL_ID |
static String |
DELETE_CREDENTIAL |
static String |
ENDPOINT_URLS |
static String |
GET_ENCRYPTING_KEY |
static String |
PROFILE_URI |
static String |
RESOURCE_URI |
static String |
SERVICE_STATUS |
static String |
UPDATE_CREDENTIAL |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCredential() |
String |
getCredentialId() |
UaProperty |
getCredentialIdNode() |
UaMethod |
getDeleteCredentialNode() |
KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs |
getEncryptingKey(String f_credentialId,
String f_requestedSecurityPolicyUri) |
String[] |
getEndpointUrls() |
UaProperty |
getEndpointUrlsNode() |
UaMethod |
getGetEncryptingKeyNode() |
String |
getProfileUri() |
UaProperty |
getProfileUriNode() |
String |
getResourceUri() |
UaProperty |
getResourceUriNode() |
StatusCode |
getServiceStatus() |
UaProperty |
getServiceStatusNode() |
UaMethod |
getUpdateCredentialNode() |
void |
setCredentialId(String value) |
void |
setEndpointUrls(String[] value) |
void |
setProfileUri(String value) |
void |
setResourceUri(String value) |
void |
setServiceStatus(StatusCode value) |
void |
updateCredential(String f_credentialId,
ByteString f_credentialSecret,
String f_certificateThumbprint,
String f_securityPolicyUri) |
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 SERVICE_STATUS
static final String RESOURCE_URI
static final String ENDPOINT_URLS
static final String CREDENTIAL_ID
static final String PROFILE_URI
static final String GET_ENCRYPTING_KEY
static final String DELETE_CREDENTIAL
static final String UPDATE_CREDENTIAL
UaProperty getServiceStatusNode()
StatusCode getServiceStatus()
void setServiceStatus(StatusCode value) throws StatusException
StatusExceptionUaProperty getResourceUriNode()
String getResourceUri()
void setResourceUri(String value) throws StatusException
StatusExceptionUaProperty getEndpointUrlsNode()
String[] getEndpointUrls()
void setEndpointUrls(String[] value) throws StatusException
StatusExceptionUaProperty getCredentialIdNode()
String getCredentialId()
void setCredentialId(String value) throws StatusException
StatusExceptionUaProperty getProfileUriNode()
String getProfileUri()
void setProfileUri(String value) throws StatusException
StatusExceptionUaMethod getGetEncryptingKeyNode()
KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs getEncryptingKey(String f_credentialId, String f_requestedSecurityPolicyUri) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getDeleteCredentialNode()
void deleteCredential()
throws StatusException,
ServiceException
StatusExceptionServiceExceptionUaMethod getUpdateCredentialNode()
void updateCredential(String f_credentialId, ByteString f_credentialSecret, String f_certificateThumbprint, String f_securityPolicyUri) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.