|
|
# Services
|
|
# Services
|
|
|
|
|
|
|
|
In order to provision user data to services, you can add services to your reg-app installation. To provide data for different services, each service has a configured "register bean". This is a java class which implements a specific interface (`edu.kit.scc.webreg.service.reg.RegisterUserWorkflow`).
|
|
In order to provision user data to services, you can add services to your reg-app installation. To provide data for different services, each service has a configured "register bean". This is a java class which implements a specific interface (`edu.kit.scc.webreg.service.reg.RegisterUserWorkflow`).
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
| Name | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| Name | String | Display name of the service. |
|
|
|
|
| Short name | String | Short name is used for REST API endpoint |
|
|
|
|
| Parent service | Reference | A parent service can used in special cases. [More documentation here](./parent_service). |
|
|
|
|
| Approver role | Reference | undefined / No approval process
|
|
|
|
| Admin role | Reference | bwUniCluster-Admin
|
|
|
|
| Hotline role | Reference | undefined
|
|
|
|
| Group admin role | Reference | UC1-Group-Role
|
|
|
|
| Register bean | String | edu.kit.scc.unicluster.reg.UniclusterRegisterWorkflow
|
|
|
|
| access rule | Reference | bwUniCluster-Access
|
|
|
|
| Mandatory values rule | Reference | mandatory-ldap-values
|
|
|
|
| Group filter role | Reference | No group filter rule
|
|
|
|
| Published | Boolean | Yes
|
|
|
|
| Image | Reference | No image |