LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   recently i have a look at this interesting jaas ... (https://www.linuxquestions.org/questions/programming-9/recently-i-have-a-look-at-this-interesting-jaas-446386/)

alred 05-19-2006 06:59 AM

recently i have a look at this interesting jaas ...
 
recently i have a look at this jaas(Java Authentication and Authorization) ... but i not sure is it still being generally used ?? i mean sunken into oblivion for there are probably some newer/better/updated stuffs ... and also ... what *exactly* is the difference between authentication and authorization , is there such a thing as in which came before which ??


//thanks a advance ...

.

graemef 05-19-2006 07:14 AM

Authentication is the process of confirming that someone is who they say they are, typically via a username password pair, although that is certainly not the only means of authentication.

Authorisation is the process of determining what the authenticated person can do, such as view some data, change the data etc. Sometimes called permissions.

alred 05-19-2006 07:20 AM

so normally i will take it as Authentication first then Authorisation ??


.

graemef 05-19-2006 07:36 AM

Yes, the program will need to know with whom it is dealing with before it is able to decide what they are permitted to do.

alred 05-19-2006 07:41 AM

ok ...


.


All times are GMT -5. The time now is 10:37 PM.