|
From: ejbca-support <ejb...@pr...> - 2014-04-25 16:44:30
|
On 2014-04-25 18:29, Andreas Kuehne wrote: > Hi Tomas, just for curiosity and to nag you again: >> bin/ejbca.sh ra setuserstatus <username> NEW > As far as I understood the command line tool is just a wrapper around > the well known remote interfaces. Is there a simple user/status method > in the web services interface? This would be the closest: http://ejbca.org/docs/ws/org/ejbca/core/protocol/ws/client/gen/EjbcaWS.html#editUser(org.ejbca.core.protocol.ws.client.gen.UserDataVOWS) > Or is there another (private) gate into the heart of the EJBCA? Yes, all EJBCA functionality is exposed through Java Beans. The CLI are using these. However, they are indeed considered as private but naturally you are free to use them anyway but at your own risk since we reserve the right to change them whenever it is needed. Cheers Anders > > Have a nice weekend, > > Andreas > |