Skip to content

Commit

Permalink
Exported the 'PrivilegeManager' class and the 'SimplePathPrivilegeMan…
Browse files Browse the repository at this point in the history
…ager' class
  • Loading branch information
AdrienCastex committed Jun 29, 2017
1 parent 50e1194 commit f258c99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions lib/user/v2/export.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export * from './authentication/HTTPDigestAuthentication';
export * from './authentication/HTTPBasicAuthentication';
export * from './authentication/HTTPAuthentication';
export * from './privilege/SimplePathPrivilegeManager';
export * from './privilege/PrivilegeManager';
export * from './userManager/ITestableUserManager';
export * from './userManager/IListUserManager';
export * from './simple/SimpleUserManager';
Expand Down
2 changes: 2 additions & 0 deletions lib/user/v2/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ function __export(m) {
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./authentication/HTTPDigestAuthentication"));
__export(require("./authentication/HTTPBasicAuthentication"));
__export(require("./privilege/SimplePathPrivilegeManager"));
__export(require("./privilege/PrivilegeManager"));
__export(require("./simple/SimpleUserManager"));
__export(require("./simple/SimpleUser"));
6 changes: 2 additions & 4 deletions src/user/v2/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
export * from './authentication/HTTPDigestAuthentication'
export * from './authentication/HTTPBasicAuthentication'
export * from './authentication/HTTPAuthentication'
/*

export * from './privilege/SimplePathPrivilegeManager'
export * from './privilege/SimplePrivilegeManager'
export * from './privilege/FakePrivilegeManager'
export * from './privilege/IPrivilegeManager'*/
export * from './privilege/PrivilegeManager'

export * from './userManager/ITestableUserManager'
export * from './userManager/IListUserManager'
Expand Down

0 comments on commit f258c99

Please sign in to comment.