|
Get the DOFAuthenticatorNode for the specified nodeID.
This must not be NULL.
- Parameters
-
self | The DOFAuthenticatorStorage object. This must not be NULL. |
nodeID | The Authentication Identity of the node to be retrieved. This must not be NULL. |
type | The type of credentials used in the request. |
securityType | The type of security associated with the get node request. May be used for determining which permissions to return with the node. |
securityModeLen | The Length in bytes of the securityMode. |
securityMode | The security mode in marshaled format, associated with the get node request. May be used for determining which permissions to return with the node. This may Be Null. |
permissions | The requested permissions. The PermissionSetMap in the returned node need only contain information as it relates to the requested permissions (more may be returned, but is not required). This may be NULL or an empty set, in which case no permission information needs to be returned. |
status | [out] If no node is returned. This needs to hold a TRP error code that covers the reason for NULL node return. This will not be checked if a node is returned. This will not be NULL. Please treat all calls as if they are for the initiator node. They will be mapped to the appropriately node. |
- Returns
- The DOFAuthenticatorNode.
- Exceptions
-
NULL | is returned if the node cannot be found. |
|