NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
IUAUserManager
Interface IUAUserManager
interface
IUAUserManager
{
getIdentitiesForRole
(
role
:
NodeId
)
:
IdentityMappingRuleType
[]
;
getUserRoles
(
user
:
string
)
:
NodeId
[]
;
isValidUser
(
session
:
ServerSession
,
username
:
string
,
password
:
string
,
)
:
Promise
<
boolean
>
;
}
Hierarchy (
View Summary
)
IUserManager
IUAUserManager
Implemented by
UAUserManagerBase
Index
Methods
get
Identities
For
Role
get
User
Roles
is
Valid
User
Methods
get
Identities
For
Role
getIdentitiesForRole
(
role
:
NodeId
)
:
IdentityMappingRuleType
[]
Parameters
role
:
NodeId
Returns
IdentityMappingRuleType
[]
get
User
Roles
getUserRoles
(
user
:
string
)
:
NodeId
[]
retrieve the roles of the given user
Parameters
user
:
string
Returns
NodeId
[]
semicolon separated list of roles
is
Valid
User
isValidUser
(
session
:
ServerSession
,
username
:
string
,
password
:
string
,
)
:
Promise
<
boolean
>
Parameters
session
:
ServerSession
username
:
string
password
:
string
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Identities
For
Role
get
User
Roles
is
Valid
User
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...
retrieve the roles of the given user