發表文章

目前顯示的是 2月 4, 2019的文章

Is it possible to implement security in jboss eap 6.4 using database?

圖片
0 How can i secure jboss eap 6.4 without using add-user.properties, i.e. to get users from DB? Is it possible to disable the default feature and get users from DB? Edit: any links or suggestions? security jboss console share | improve this question edited Nov 18 '18 at 14:11 creator99 asked Nov 16 '18 at 19:28 creator99 creator99 1 2

Send folder to Linux rubbish bin in C#

圖片
1 I use the FileOperationAPIWrapper that can be found here to move files to the recycle bin on Windows with great success. I'm looking for how to do the same on Linux in C#. Perhaps the Linux trash is a static folder that I can simply move folders to? c# linux recycle-bin share | improve this question asked Nov 18 '18 at 1:28 Kyle Postlewait Kyle Postlewait 68 11 N