Implementing Java EE Security

preview_player
Показать описание

Basic implementation of built-in security mechanism of Java EE Compliant Servers. This video features Glassfish App server.
Рекомендации по теме
Комментарии
Автор

Thanks for the clarification. Excellent videos by the way. Keep up the good work.

iyerranjit
Автор

in the application, we have a mapping of level1 users to the role admin. yes you are correct, it occurs by mapping.

josephbagnes
Автор

I didn't understand where the user 'joseph' was mapped to 'admin'. Did it occur implicitly by mapping role to groups?

iyerranjit
Автор

in glassfish, joseph belongs to level1 and 2 group.

josephbagnes