diff options
| author | Manuel Traut <manut@linutronix.de> | 2009-11-21 19:13:19 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2009-11-21 19:13:19 +0100 |
| commit | 1fc571e228fd4d483fa82c74c6ea059c7adbfde7 (patch) | |
| tree | 405fcad00bd1f20c6f0bdef6a9dc0375a32b7036 /src/YalpServer/InitServer.java | |
| parent | 089a599fcf2ecca3d1581a12cd7521aaca6a0b0b (diff) | |
Auth: fixed Authentication handling
- on server side, iterate through registrated auth plugins for any request
- auth pg sql plugin, moved parts of old rmi based code, to new corba layout
- remove of plugins not implemented yet
- changing user details not implemented yet
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'src/YalpServer/InitServer.java')
| -rwxr-xr-x | src/YalpServer/InitServer.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/YalpServer/InitServer.java b/src/YalpServer/InitServer.java index 387d23a..850c5bc 100755 --- a/src/YalpServer/InitServer.java +++ b/src/YalpServer/InitServer.java @@ -54,6 +54,7 @@ public class InitServer { private static ServerSettings settings = new ServerSettings(); public static InputPluginHandler inputHandler = new InputPluginHandler(); public static OutputPluginHandler outputHandler = new OutputPluginHandler(); + public static AuthPluginHandler authHandler = new AuthPluginHandler(); private ServerControlImpl srvCon; private ServerControlInterface srv; |
