Why and when to perform this task
This article provides general information about migrating the Web services security server-side extensions configuration for a Java 2 Platform, Enterprise Edition (J2EE) Version 1.3 application to a J2EE Version 1.4 application. The steps are based on typical scenarios, but the steps are not all-inclusive.J2EE Version 1.3 extensions configuration | J2EE Version 1.4 extensions configuration |
---|---|
Request Receiver Service Configuration Details | Request Consumer Service Configuration Details |
Response Sender Service Configuration Details | Response Generator Service Configuration Details |
For information about the assembly tools that are available for WebSphere Application Server Version 6.0.x, see Assembly tools.
Consider the following steps to migrate the server-side extensions from a J2EE Version 1.3 application to a J2EE Version 1.4 application. These steps are dependent upon your specific configuration.
Steps for this task (dependent on configuration)
Login Config Authentication method values in the J2EE Version 1.3 extensions configuration | Token type values in the J2EE Version 1.4 extensions configuration |
---|---|
BasicAuth | UsernameToken |
Signature | X509 certificate |
LTPA | LTPAToken |
IDType values in the J2EE Version 1.3 application extensions configuration | Token type values in the J2EE Version 1.4 application extensions configuration |
---|---|
X509Certificate | X509 certificate |
Username | Username |
To configure a nonce on the Binding Configurations tab, set the com.ibm.wsspi.wssecurity.token.Username.verifyNonce property in the Token Consumer configuration for the Username token.
Result
This set of steps describe the types of information that you need to migrate the Web services security server-side extensions for a J2EE Version 1.3 application to a J2EE Version 1.4 application.What to do next
Migrate the client-side extensions for a J2EE Version 1.3 application to a J2EE Version 1.4 application. For more information, see Migrating the client-side extensions configuration.Related concepts
Assembly tools
Related tasks
Migrating the client-side extensions configuration
Migrating the server-side bindings file
Migrating the client-side bindings file
Migrating Version 5.x applications with Web services security to Version
6 applications