Class AuthorizationConfig
java.lang.Object
ch.admin.bag.covidcertificate.authorization.AuthorizationConfig
@Configuration
@ComponentScan
@ConfigurationProperties(prefix="services")
public class AuthorizationConfig
extends Object
Holder object for all named services that need a service configuration using ServiceData.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe API Gateway service that uses the management service to generate and revoke covid certificates.The management service as central service to generate, revoke, print and sign covid certificates.A service to read, store and delete notification messages, mainly used to get maintenance information.The report service that allows authorized users to get statistical data about the generated covid certificates.getWebUi()The service called Web UI that uses the management service to generate and revoke covid certificates.inthashCode()voidsetApiGateway(ServiceData apiGateway) The API Gateway service that uses the management service to generate and revoke covid certificates.voidsetManagement(ServiceData management) The management service as central service to generate, revoke, print and sign covid certificates.voidsetNotifications(ServiceData notifications) A service to read, store and delete notification messages, mainly used to get maintenance information.voidsetReport(ServiceData report) The report service that allows authorized users to get statistical data about the generated covid certificates.voidsetWebUi(ServiceData webUi) The service called Web UI that uses the management service to generate and revoke covid certificates.toString()
-
Constructor Details
-
AuthorizationConfig
public AuthorizationConfig()
-
-
Method Details
-
getWebUi
The service called Web UI that uses the management service to generate and revoke covid certificates. -
getApiGateway
The API Gateway service that uses the management service to generate and revoke covid certificates. -
getManagement
The management service as central service to generate, revoke, print and sign covid certificates. -
getReport
The report service that allows authorized users to get statistical data about the generated covid certificates. -
getNotifications
A service to read, store and delete notification messages, mainly used to get maintenance information. -
setWebUi
The service called Web UI that uses the management service to generate and revoke covid certificates. -
setApiGateway
The API Gateway service that uses the management service to generate and revoke covid certificates. -
setManagement
The management service as central service to generate, revoke, print and sign covid certificates. -
setReport
The report service that allows authorized users to get statistical data about the generated covid certificates. -
setNotifications
A service to read, store and delete notification messages, mainly used to get maintenance information. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-