Class ValidateAssertions
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
org.opensaml.profile.action.AbstractProfileAction
org.opensaml.saml.saml2.profile.impl.ValidateAssertions
net.shibboleth.sp.saml.saml2.profile.impl.ValidateAssertions
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent,ProfileAction
Subclass of base class action that encapsulates the execution step with the thread-local
remoted servlet request and response.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
ValidateAssertions.AssertionValidationInput, ValidateAssertions.DefaultAssertionResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(ProfileRequestContext profileRequestContext) protected voidprocessResult(ValidationContext validationContext, ValidationResult validationResult, Assertion assertion, ProfileRequestContext profileRequestContext) Methods inherited from class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
buildValidationContext, doInitialize, doPreExecute, getAssertionResolver, getAssertionValidator, getValidationContextBuilder, isCheckDuringInit, isInvalidFatal, setAssertionResolver, setAssertionValidator, setAssertionValidatorLookup, setCheckDuringInit, setInvalidFatal, setValidationContextBuilderMethods inherited from class org.opensaml.profile.action.AbstractProfileAction
doPostExecute, doPostExecute, ensureHttpServletRequest, ensureHttpServletResponse, execute, getHttpServletRequest, getHttpServletRequestSupplier, getHttpServletResponse, getHttpServletResponseSupplier, getLogPrefix, isPreExecuteCalled, setHttpServletRequestSupplier, setHttpServletResponseSupplierMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitialized
-
Constructor Details
-
ValidateAssertions
public ValidateAssertions()Constructor.
-
-
Method Details
-
doExecute
- Overrides:
doExecutein classValidateAssertions
-
processResult
protected void processResult(@Nonnull ValidationContext validationContext, @Nonnull ValidationResult validationResult, @Nonnull Assertion assertion, @Nonnull ProfileRequestContext profileRequestContext) - Overrides:
processResultin classValidateAssertions
-