Commit 6589f28
committed
Make SamlResponse more extensible
The query and queryAssertion methods are really useful when creating
extensions of SamlResponse that need to expose other information that
the plain java-saml library does not (like the response issue instant,
or any custom contents of the AuthnContext in the assertion auth
statement). Having these two methods private forces the extender to
reimplement them from scratch, probably by copy-and-paste, which is
clearly sub-optimal.1 parent 523786b commit 6589f28
File tree
1 file changed
+3
-10
lines changed- core/src/main/java/com/onelogin/saml2/authn
1 file changed
+3
-10
lines changedLines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1033 | 1033 | | |
1034 | 1034 | | |
1035 | 1035 | | |
1036 | | - | |
| 1036 | + | |
1037 | 1037 | | |
1038 | 1038 | | |
1039 | 1039 | | |
| |||
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | | - | |
1088 | | - | |
1089 | | - | |
1090 | | - | |
1091 | | - | |
1092 | | - | |
1093 | | - | |
1094 | | - | |
| 1087 | + | |
1095 | 1088 | | |
1096 | | - | |
| 1089 | + | |
1097 | 1090 | | |
1098 | 1091 | | |
1099 | 1092 | | |
| |||
0 commit comments