-
Type:
Story
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Completed
-
Affects Version/s: 7.0.X EE
-
Component/s: Application Security > SAML
-
Labels:
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Git Pull Request:
At present when developers want to extend SAML with custom implementations of AttributeResolver, UserResolver orĀ NameIdResolver, then they will have direct dependency on the OpenSAML libraries.
This also means their module needs to be a fragment to avoid ClassCastExceptions at runtime caused by multiple classloaders.