stormpath-sdk-java
stormpath-sdk-java copied to clipboard
Official Java SDK for the Stormpath User Management REST API
This PR fixes #1164 by adding a method that checks whether any `Mappings` defined by the User conflict with those that Stormpath wants to create. If a conflict is found,...
Our web application uses Stormpath and in some unit tests we sometimes pull in the complete Stormpath client side stack in order to test some behavior or other. But we...
The fix for #1295 is always appending `?` while obviously it should append `&` when `?` already exists in the url
`AccountStoreVisitorAdapter` should be changed to not throw on each method. Additionally: 1. [This commit](https://github.com/stormpath/stormpath-sdk-java/commit/74dbf117243db4619628c83a668b76c9403df50c#diff-63341606beae5c59bff35881f09ca9f8) must be undone. 2. Check that `AccountStoreVisitorAdapter` is not being used anywhere else and that this...