What is content level security?

Hello All,What is content level security? how is it different from role/access based security?Please clarify.ThanksRam
[153 byte] By [RamSaia] at [2007-11-27 2:21:05]
# 1

I think that are thinking about message-level security, where you can protect either an entire message, or simply parts of it (the content of the message). This type of security can be used with web services.

WSIT (Web Services Interoperability Technology) can be used to secure message contents. An overview of WSIT technology can be found at http://blogs.sun.com/ashutosh/entry/overview_of_security_in_wsit or at http://java.sun.com/webservices/interop/. A tutorial discussing how to secure web services using WSIT technology is at https://wsit-docs.dev.java.net/releases/m4/SecurityProfiles.html#wp113333.

Hope this helps

summerreflectiona at 2007-7-12 2:23:15 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 2
In one of the firms where I am consulting.. has the following definition.depnds on the Role of the LoggedIn user, the data(not only the screens/tabs/.. ) that is shown to the user is called the content.CheersRam
RamSaia at 2007-7-12 2:23:15 > top of Java-index,Security,Other Security APIs, Tools, and Issues...