Apache Axis2-Java Rampart

Clone this repo:
  1. a59c5f5 Merge pull request #13 from bill-looby/samples-fixes by robertlazarski · 4 months ago master
  2. 34f7db1 Merge pull request #12 from bill-looby/integration-fixes by robertlazarski · 4 months ago
  3. d205029 Merge branch 'samples-fixes' of https://github.com/bill-looby/axis-axis2-java-rampart into samples-fixes by Bill Looby · 4 months ago
  4. 4b9ae37 Added exclusion for xerces to maven dependencies, otherwise the samples get casting issues by Bill Looby · 4 months ago
  5. df222b5 Changed unsupported slf4j-jcl version to the lateest supported by Bill Looby · 4 months ago
  6. 2a7f09c Explicitly set the Id for a SecurityContextToken as WSS4J no longer appears to do this by Bill Looby · 4 months ago
  7. 0516bfa Resolved issue with incorrect ttl calculation by Bill Looby · 4 months ago
  8. df55134 Date and time parsing was being both parsed and manipulated incorrectly. Used LocalDateTime to help resolve and used milliseconds for ttl by Bill Looby · 4 months ago
  9. 6e78511 Removed extraneous semicolon by Bill Looby · 4 months ago
  10. 25e8cbc Need to use the OMXMLParserWrapper to load policy by Bill Looby · 4 months ago
  11. d7460cb Action results needed to be created and passed explicitly with the new WSS4J by Bill Looby · 4 months ago
  12. e930806 Token already had an SHA1 available, performing another SHA1 generation on this creates the wrong value and a later mismatch by Bill Looby · 4 months ago
  13. 0ca5fcd Action results and subsequent filters can return valid null responses, so added chacks by Bill Looby · 4 months ago
  14. c3b8698 Check on Array type as EmptyList can be returned which can't be cast as desired by Bill Looby · 4 months ago
  15. 8a9b1ed Removed Saml subject validation and cleaned up by Bill Looby · 4 months ago
  16. ef610f3 Basic changes to allow Sample compilation and test fixes by Bill Looby · 5 months ago
  17. 7d834f3 Use UNKNOWN rather than USER_TOKEN to detect indicate unknown username detection by Bill Looby · 6 months ago
  18. 29d9f1f Updated apache directory server to 2.0.0 to match a transitive dependency by Bill Looby · 6 months ago
  19. cc30994 Updated bouncy castle dependency to jdk1.8 version 1.72 to match a transitive dependency by Bill Looby · 6 months ago
  20. 4ca9832 Use UNKNOWN instead of USERNAME_TOKEN to replace the previous USERNAME_TOKEN_UNKNOWN by Bill Looby · 6 months ago