The Web services security model that is used by WebSphere® Application Server is the declarative model. A version 5.x application must be secured with Web services security by defining the security constraints in the IBM® extension deployment descriptors and in IBM extension bindings.
No Application Programming Interfaces (APIs) exist in WebSphere Application Server for programmatically interacting with Web services security. However, Service Provider Programming Interfaces (SPIs) are available for extending some security runtime behaviors. You can secure an application with Web services security by defining security constraints in the IBM extension deployment descriptors and in IBM extension bindings.
The development life cycle of a Web services security-enabled application is similar to the Java Platform, Enterprise Edition (Java EE) programming model. See the following figure for more details.
The Web services security constraints are defined by the assembler during the application assembly phase if the Java EE application is Web services-enabled. Create, define, and edit the Web services security constraints with an assembly tool. For more information, read about assembly tools.
The security constraints for Web services security are specified in the IBM deployment descriptor extension for Web services. The assembler defines these constraints during the application assembly phase, if the Java EE application is Web services enabled. Define the Web services security constraints using an assembly tool. See more information about assembling applications.
The Web services security run time acts on the constraints to enforce Web services security for the SOAP message. The scope of the IBM deployment descriptor extension is at the Enterprise JavaBeans (EJB) module or Web module level. There also are bindings associated with each of the following IBM deployment descriptor extensions:
The IBM extension deployment descriptor and bindings are associated with each EJB module or Web module. See Figure 2 for more information. If Web services is acting as a client, then it contains the client IBM extension deployment descriptors and bindings in the EJB module or Web module.
The Web services security handler acts on the security constraints defined in the IBM extension deployment descriptor and enforces the security constraints accordingly. There are outbound and inbound configurations in both the client and server security constraints.
The security constraints of request sender and request receiver must match. Also, the security constraints of the response sender and response receiver must match. For example, if you specify integrity as a constraint in the request receiver, then you must configure the request sender to have integrity applied to the SOAP message. Otherwise, the request is denied because the SOAP message does not include the integrity specified in the request constraint.
The four security constraints are shown in the following figure of Web services security constraints.