Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The main reasons for WSO2 keystore management UI, is to provide a UI and API to manage keystores. In Carbon servers, these APIs are mainly used for applying web Web service security. This UI helps users to add keystores that can be used for WS-Security scenarios. When you are applying ws-security for web Web services using the management console, you can select a keystores for encryption/signing processes out of these uploaded keystores. This UI also helps you to manage certificates within keystores. Using the UI, you can view the content of the primary keystore of Carbon Server.

Apart from that, all the functions of keystore management UI have been exposed via APIs (also web Web service API). As a result, if you are writing some custom extension to the Carbon servers (such as, ESB mediators) you can directly access these keystores using API. This helps you to manage keystores hiding a under line complexity. Basically you can use this web Web service API for third party applications to manage their keystores.

...