Interface ProfileInterceptorResult
- All Superinterfaces:
Component
,IdentifiedComponent
- All Known Implementing Classes:
AbstractProfileInterceptorResult
,ConsentResult
Represents the result of a profile interceptor flow intended for storage by a
StorageService
.-
Method Summary
Modifier and TypeMethodDescriptionGet the storage context.Get the storage expiration.Get the storage key.Get the storage value.Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
Method Details
-
getStorageContext
Get the storage context.- Returns:
- the storage context
-
getStorageKey
Get the storage key.- Returns:
- the storage key
-
getStorageValue
Get the storage value.- Returns:
- the storage value
-
getStorageExpiration
Get the storage expiration.- Returns:
- the storage expiration
-