41 lines
2.0 KiB
HTML
41 lines
2.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
|
|
|
<title>Developing secured applications</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h2><a name="secdev"></a>Developing secured applications</h2>
|
|
|
|
<p>IBM WebSphere Application Server - Express provides security components that provide or collaborate with other services to provide authentication, authorization, delegation, and data protection. WebSphere Application Server - Express also supports the security features described in the Java 2 Enterprise Edition (J2EE) specification.</p>
|
|
|
|
<p>An application goes through three stages before it is ready to run:</p>
|
|
<ol>
|
|
<li>Development</li>
|
|
<li>Assembly</li>
|
|
<li>Deployment</li>
|
|
</ol>
|
|
|
|
<p>Most of the security is configured for an application during the assembly stage. The security configured during assembly stage is called declarative security because the security is declared or defined in the deployment descriptors. The declarative security is enforced by the security run time of which an application developer need not be aware. For some applications, declarative security alone is not sufficient to express the security model of the application. For those applications, you can use programmatic security.</p>
|
|
|
|
<p>See these topics for more information about programmatic security:</p>
|
|
|
|
<ul>
|
|
<li><a href="secdweb.htm">Develop secure Web applications</a></li>
|
|
<li><a href="secdform.htm">Develop servlet filters for form login processing</a></li>
|
|
<li><a href="secdlog.htm">Develop form login pages</a></li>
|
|
<li><a href="secdjaas.htm">Develop with JAAS to log in programmatically</a></li>
|
|
<li><a href="secdj2c.htm">Develop your own J2C security mapping module</a></li>
|
|
<li><a href="secdcur.htm">Develop custom user registries</a></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|
|
|