This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Java server (J2EE) code review"

From OWASP
Jump to: navigation, search
(JAAS)
(J2EE Authentication Technologies)
Line 2: Line 2:
  
 
==J2EE Authentication Technologies==
 
==J2EE Authentication Technologies==
 +
The J2EE framework contains a number of options from an authentication standpoint, such as,
  
 
==J2EE Authorisation Technologies==
 
==J2EE Authorisation Technologies==

Revision as of 10:23, 15 March 2007

Introduction

J2EE Authentication Technologies

The J2EE framework contains a number of options from an authentication standpoint, such as,

J2EE Authorisation Technologies

J2EE Session Management

J2EE Data Validation

J2EE Error Handling

Crypto in J2EE/Java