Skip to content

Commit

Permalink
fix javadoc of JwtAuthenticationResultProvider
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
  • Loading branch information
Yannic92 committed Jul 8, 2022
1 parent 0378df7 commit a0a343a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CompletionStage<JwtAuthenticationResult> getAuthenticationResult(JsonWebToken jw
* Loads the implementation of {@code JwtAuthenticationResultProvider} which is configured for the {@code ActorSystem}.
*
* @param actorSystem the actorSystem in which the {@code JwtAuthenticationResultProvider} should be loaded.
* @param configLevel the level where the configuration is configured.
* @param config the configuration for this extension.
* @return the {@code JwtAuthenticationResultProvider} implementation.
* @throws NullPointerException if {@code actorSystem} is {@code null}.
* @since 3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public interface JwtAuthorizationSubjectsProvider extends DittoExtensionPoint {
* Loads the implementation of {@code JwtAuthorizationSubjectsProvider} which is configured for the {@code ActorSystem}.
*
* @param actorSystem the actorSystem in which the {@code JwtAuthorizationSubjectsProvider} should be loaded.
* @param config the configuration for this extension.
* @return the {@code JwtAuthorizationSubjectsProvider} implementation.
* @throws NullPointerException if {@code actorSystem} is {@code null}.
* @since 3.0.0
Expand Down

0 comments on commit a0a343a

Please sign in to comment.