public interface RoleType extends BaseObjectType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_APPLICATION |
static String |
ADD_ENDPOINT |
static String |
ADD_IDENTITY |
static String |
APPLICATIONS |
static String |
APPLICATIONS_EXCLUDE |
static String |
CUSTOM_CONFIGURATION |
static String |
ENDPOINTS |
static String |
ENDPOINTS_EXCLUDE |
static String |
IDENTITIES |
static String |
REMOVE_APPLICATION |
static String |
REMOVE_ENDPOINT |
static String |
REMOVE_IDENTITY |
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 CUSTOM_CONFIGURATION
static final String IDENTITIES
static final String ENDPOINTS_EXCLUDE
static final String APPLICATIONS_EXCLUDE
static final String ENDPOINTS
static final String APPLICATIONS
static final String REMOVE_APPLICATION
static final String REMOVE_ENDPOINT
static final String ADD_IDENTITY
static final String REMOVE_IDENTITY
static final String ADD_ENDPOINT
static final String ADD_APPLICATION
UaProperty getCustomConfigurationNode()
Boolean isCustomConfiguration()
void setCustomConfiguration(Boolean value) throws StatusException
StatusExceptionUaProperty getIdentitiesNode()
IdentityMappingRuleType[] getIdentities()
void setIdentities(IdentityMappingRuleType[] value) throws StatusException
StatusExceptionUaProperty getEndpointsExcludeNode()
Boolean isEndpointsExclude()
void setEndpointsExclude(Boolean value) throws StatusException
StatusExceptionUaProperty getApplicationsExcludeNode()
Boolean isApplicationsExclude()
void setApplicationsExclude(Boolean value) throws StatusException
StatusExceptionUaProperty getEndpointsNode()
EndpointType[] getEndpoints()
void setEndpoints(EndpointType[] value) throws StatusException
StatusExceptionUaProperty getApplicationsNode()
String[] getApplications()
void setApplications(String[] value) throws StatusException
StatusExceptionUaMethod getRemoveApplicationNode()
void removeApplication(String f_applicationUri) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getRemoveEndpointNode()
void removeEndpoint(EndpointType f_endpoint) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getAddIdentityNode()
void addIdentity(IdentityMappingRuleType f_rule) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getRemoveIdentityNode()
void removeIdentity(IdentityMappingRuleType f_rule) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getAddEndpointNode()
void addEndpoint(EndpointType f_endpoint) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getAddApplicationNode()
void addApplication(String f_applicationUri) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.