Class AbstractProfileInterceptorResultTest.MockAbstractProfileInterceptorResult

  • All Implemented Interfaces:
    net.shibboleth.idp.profile.interceptor.ProfileInterceptorResult, net.shibboleth.utilities.java.support.component.Component, net.shibboleth.utilities.java.support.component.DestructableComponent, net.shibboleth.utilities.java.support.component.IdentifiableComponent, net.shibboleth.utilities.java.support.component.IdentifiedComponent, net.shibboleth.utilities.java.support.component.InitializableComponent
    Enclosing class:
    AbstractProfileInterceptorResultTest

    private class AbstractProfileInterceptorResultTest.MockAbstractProfileInterceptorResult
    extends net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
    • Method Summary

      • Methods inherited from class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult

        getStorageContext, getStorageExpiration, getStorageKey, getStorageValue
      • Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent

        setId
      • Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent

        doInitialize, getId
      • Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent

        destroy, doDestroy, initialize, isDestroyed, isInitialized
      • Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent

        getId
    • Constructor Detail

      • MockAbstractProfileInterceptorResult

        public MockAbstractProfileInterceptorResult​(@Nonnull @NotEmpty
                                                    String context,
                                                    @Nonnull @NotEmpty
                                                    String key,
                                                    @Nonnull @NotEmpty
                                                    String value,
                                                    @Nullable
                                                    Instant expiration)