NodeOPCUA API Documentation
    Preparing search index...

    Interface IRolePolicyOverride

    A temporary override for role resolution.

    When set on the server, getUserRoles is called before the default userManager. Returning a NodeId[] overrides the roles; returning null falls through to the default resolution.

    interface IRolePolicyOverride {
        getUserRoles(username: string): NodeId[] | null;
    }
    Index

    Methods

    Methods