Package de.xima.fc.web.common.auth.saml
Class ExtendedSAML2AuthnResponseValidator
- java.lang.Object
-
- org.pac4j.saml.profile.impl.AbstractSAML2ResponseValidator
-
- org.pac4j.saml.sso.impl.SAML2AuthnResponseValidator
-
- de.xima.fc.security.pac4j.saml.ExtendedSAML2AuthnResponseValidator
-
- de.xima.fc.web.common.auth.saml.ExtendedSAML2AuthnResponseValidator
-
- All Implemented Interfaces:
org.pac4j.saml.profile.api.SAML2ResponseValidator
@Deprecated public class ExtendedSAML2AuthnResponseValidator extends ExtendedSAML2AuthnResponseValidator
Deprecated.UseExtendedSAML2AuthnResponseValidator
instead.- Author:
- XIMA MEDIA GmbH, Dresden
-
-
Constructor Summary
Constructors Constructor Description ExtendedSAML2AuthnResponseValidator(org.pac4j.saml.crypto.SAML2SignatureTrustEngineProvider engine, org.opensaml.saml.saml2.encryption.Decrypter decrypter, org.pac4j.saml.replay.ReplayCacheProvider replayCache, org.pac4j.saml.config.SAML2Configuration saml2Configuration)
Deprecated.
-
Method Summary
-
Methods inherited from class de.xima.fc.security.pac4j.saml.ExtendedSAML2AuthnResponseValidator
buildSAML2Credentials
-
Methods inherited from class org.pac4j.saml.sso.impl.SAML2AuthnResponseValidator
collectAssertionAttributes, decryptEncryptedAssertions, determineNameID, getSessionIndex, isValidBearerSubjectConfirmationData, validate, validateAssertion, validateAssertionConditions, validateAssertionReplay, validateAssertionSignature, validateAudienceRestrictions, validateAuthenticationStatements, validateAuthnContextClassRefs, validateSamlProtocolResponse, validateSamlSSOResponse, validateSubject, verifyRequest
-
Methods inherited from class org.pac4j.saml.profile.impl.AbstractSAML2ResponseValidator
compareEndpoints, computeSloKey, decryptEncryptedId, isDateValid, isIssueInstantValid, setAcceptedSkew, validateIssueInstant, validateIssuer, validateIssuerIfItExists, validateSignature, validateSignatureIfItExists, validateSuccess, verifyEndpoint, verifyMessageReplay
-
-
-
-
Constructor Detail
-
ExtendedSAML2AuthnResponseValidator
public ExtendedSAML2AuthnResponseValidator(org.pac4j.saml.crypto.SAML2SignatureTrustEngineProvider engine, org.opensaml.saml.saml2.encryption.Decrypter decrypter, org.pac4j.saml.replay.ReplayCacheProvider replayCache, org.pac4j.saml.config.SAML2Configuration saml2Configuration)
Deprecated.
-
-