Skip to main content

Authentication for Web Applications Users on the J2EE Engine ...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

URL Tag Cloud

Bookmark History

Saved by 1 people (0 private), first by anonymouse user on 2008-04-30


Public Sticky notes

Authentication for Web Applications Users on the J2EE Engine

Highlighted by edwardsayer

standard authentication schemes

Highlighted by edwardsayer

all you have to do is declare that in its web.xml deployment descriptor

Highlighted by edwardsayer

define your own authentication scheme

Highlighted by edwardsayer

in a pluggable manner

Highlighted by edwardsayer

develop the login modules and register them in the Security Provider Service on the J2EE Engine, independent of your Web application.

Highlighted by edwardsayer

declare that your application must use the corresponding login modules using its web-j2ee-engine.xml additional descriptor.

Highlighted by edwardsayer

Readers (1)