How to dynamically configure rampart on service side -


how can dynamically configure rampart on service side? mean i'd use different service keys different clients.

any hint or link tutorial big help.

thanks

to clarify, want ability issue different token depending on client credentials? sounds lot security token service (sts)

it possible accept range of credential options. rampart makes implement own callback class verify initial credentials.

you can implement own tokenissuer customize response (http://axis.apache.org/axis2/java/rampart/setting-up-sts.html) , either bundle inside service archive or externalize it. can use whatever criteria fit determining responsetoken.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -