7b3cb87da5a28e6005f1c3a7e40a5f7251560998
wiki/usermanagement.md
| ... | ... | @@ -8,6 +8,17 @@ As a feature of the Sports Sponsorships Engine (SSE) which underlies the SAP Sai |
| 8 | 8 | |
| 9 | 9 | ### Bundle Structure |
| 10 | 10 | |
| 11 | +The following bundles implement the Shiro-based security features for SSE: |
|
| 12 | + |
|
| 13 | +#### com.sap.sse.security |
|
| 14 | + |
|
| 15 | +This bundle contains the core Shiro libraries which so far are not yet part of the target platform. It provides basic services such as the `SecurityService` and utilities such as `SessionUtils` and `ClientUtils`. The `SecurityService` instance is created by the bundle activator and registered with the OSGi service registry. |
|
| 16 | + |
|
| 17 | + |
|
| 18 | +#### com.sap.sse.security.userstore.mongodb |
|
| 19 | +#### com.sap.sse.security.ui |
|
| 20 | + |
|
| 21 | + |
|
| 11 | 22 | ### Using Shiro in SSE-Based Applications |
| 12 | 23 | |
| 13 | 24 | ## Security and User Management-Related Entry Points |