Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
233 views
in Technique[技术] by (71.8m points)

java - What is the difference between JAAS and JAAP?

What is the difference between JAAS and JAAP ?

JAAS: Java Authentication and Authorization Service

JAAP: ??

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I know it's an old question, but just to collaborate, we have the definition:

Security services: Java Authentication and Authorization Service (JAAS) enables services to authenticate and enforce access controls upon users. The Java Authorization Service Provider Contract for Containers (JACC) defines a contract between a Java EE application server and an authorization service provider, allowing custom authorization service providers to be plugged into any Java EE product. Java Authentication Service Provider Interface for Containers (JASPIC) defines a standard interface by which authentication modules may be integrated with containers so that these modules may establish the authentication identities used by containers. [Antonio Goncalves, 2013 - pag 4]

With letter soup above, we can confuse the acronym Java Authorization Service Provider Contract for Containers - JACC and confuse the usage and the community associates "service providers to be plugged" and use as JAAP. I believe this may have happened.


Reference:
[Antonio Goncalves, 2013]. Available in Beginning Java EE 7. Access: 4 Apr, 2017.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...