Home Help Java A Java Glossary : Authorization



Java Glossary : Authorization
Posted on: October 14, 2010 at 12:00 AM
Authorization is the process that controls the access rights of principals (that is, persons, processes, and machines) to system resources in order to maintain integrity, confidentiality or availability constraints.

Java Glossary : Authorization

     

Authorization is the process that controls the access rights of principals (that is, persons, processes, and machines) to system resources in order to maintain integrity, confidentiality or availability constraints. Java introduces it as Java Authentication and Authorization Service (JAAS), first as a platform extension with JDK version 1.3 and then as part of the core JDK version 1.4 and above. Java Authentication and Authorization Service process mainly focuses on the question "What access rights does the authenticated user running this code have?"

Related Tags for Java Glossary : Authorization:


More Tutorials from this section

Ask Questions?    Discuss: Java Glossary : Authorization  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.