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
public class ConsentResult extends AbstractProfileInterceptorResult
The result of a consent flow, suitable for storage.
-
-
Constructor Summary
Constructors Constructor Description ConsentResult(String context, String key, String value, Instant expiration)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
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
-
-