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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -