Mentions légales du service

Skip to content
Snippets Groups Projects

Feature/iuainfra 52

Merged Wylem Bars requested to merge feature/IUAINFRA-52 into develop
2 unresolved threads
Files
20
@@ -32,7 +32,7 @@ public class DummyAuthzServerSoapui implements DummyAuthzServer {
}
/**
* Constructor with the path for the class.
* Constructor with the path for the class.
*/
public DummyAuthzServerSoapui(String path) {
audienceSecretRetriever = new AudienceSecretRetrieverForSoapui(path);
@@ -90,8 +90,8 @@ public class DummyAuthzServerSoapui implements DummyAuthzServer {
} catch (EncodingException | TokenRequestException e) {
LOGGER.error("Error generating Access Token", e);
}
return token;
}
return token;
}
}
Loading