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:
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
public class ConsentResult extends net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResultThe 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
-
-