-
-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract tag authorization in a dedicated service #1005
Extract tag authorization in a dedicated service #1005
Conversation
5922f72
to
c9333e0
Compare
late feedback: i think the goal is valuable. couple of suggestion from my side:
|
c9333e0
to
f04d6f1
Compare
@goekay done as suggested |
src/main/java/de/rwth/idsg/steve/utils/OcppTagActivityRecordUtils.java
Outdated
Show resolved
Hide resolved
@juherr are you willing to do the changes or should i do them after merging? |
@goekay I'm currently in holidays and without a computer for the next 2 weeks. You can wait or make the changed. |
reason: allow multiple implementations of the same interface to exist. therefore, another impl (for calling external EMSP service) and bean can exist with @primary annotation which can take precedence
thanks @juherr ! |
@goekay thanks for the merge. Please review the other pull requests if you find some time |
The objective of the change is to be able to delegate the authorization responsibility to an outside EMSP service if wanted.
WDYT?