Hi there when I user method session.authenticateSessionUser like the way dialog login administrator used , I just authentication all user in this Application , can't found admin user of all Application the sample : when I setup Ivy server I create a user admin to login administrator (admin/admin) , but when I call session.authenticateSessionUser at my application in server I can't found admin user do we have a way to authenticate that user ? thanks a lot |
You can make any user of an application a system administrator by granting him all permissions of the system security descriptor type on the system security descriptor. See SystemAdminMaker.java file below for more details. Note the class uses NON Public API and will therefore break in future releases of Xpert.ivy! SystemAdminMaker.java:
answered 17.01.2014 at 16:28 Reto Weiss ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 15.01.2014 at 08:54
Seen: 3,433 times
Last updated: 22.01.2014 at 12:09
Can you explain me the use case you want to solve by authenticate a system administrator in your application? I may can help you better if I know the root cause of your question.
I want to create a application,so I can login with system administration account I used session.authenticateSessionUser(username ,pass) but can't found system administrator user