How to define windows security network credentials in a web java app? -


first of describe problem, i'm making app provide service upload pictures server folder called "uploadphotos". app , uploadphotos folder stored physically in diferent servers, need way define in app windows network security credentials when try upload photo, app connect other server credentials provided , store photo in uploadphoto folder.

i'm using glassfish 4

morning,

you should use ldap connect windows domain server. can use authenticate active directory credentials. 1 way have windows domain server perform authenticate both other servers. maintain credential compatibility between two.

a link! has little bit more information.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -