Class ConsentResult
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
net.shibboleth.idp.consent.storage.impl.ConsentResult
- All Implemented Interfaces:
ProfileInterceptorResult
,Component
,DestructableComponent
,IdentifiableComponent
,IdentifiedComponent
,InitializableComponent
The result of a consent flow, suitable for storage.
-
Constructor Summary
ConstructorsConstructorDescriptionConsentResult
(String context, String key, String value, Instant expiration) Constructor. -
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
Constructor Details
-
Method Details