| OpenSAMLBootstrap |
This class intializes the Opensaml library.
|
| OpenSAMLUtil |
Class OpenSAMLUtil provides static helper methods for the OpenSaml library
|
| SamlAssertionWrapper |
Class SamlAssertionWrapper can generate, sign, and validate both SAML v1.1
and SAML v2.0 assertions.
|
| SAMLCallback |
Class SAMLCallback will be called by the SamlAssertionWrapper during the creation
of SAML statements (authentication, attribute, and authz decision).
|
| SAMLKeyInfo |
This holds key/cert information extracted from a SAML assertion
|
| SAMLUtil |
Utility methods for SAML stuff
|
| WSS4JXSBase64BinaryUnmarshaller |
Override the OpenSAML BASE-64 unmarshaller for X.509 Certificates, to fix a test failure in CXF due to the fact
that an X.509 Certificate is only partially unmarshalled.
|