Class AbstractProfileInterceptorResultTest.MockAbstractProfileInterceptorResult
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResultTest.MockAbstractProfileInterceptorResult
- All Implemented Interfaces:
net.shibboleth.idp.profile.interceptor.ProfileInterceptorResult,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
- Enclosing class:
- AbstractProfileInterceptorResultTest
private class AbstractProfileInterceptorResultTest.MockAbstractProfileInterceptorResult
extends net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
-
Constructor Summary
ConstructorsConstructorDescriptionMockAbstractProfileInterceptorResult(String context, String key, String value, Instant expiration) -
Method Summary
Methods inherited from class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
getStorageContext, getStorageExpiration, getStorageKey, getStorageValueMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
doInitialize, ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, 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.IdentifiedComponent
getId
-
Constructor Details
-
MockAbstractProfileInterceptorResult
-