public abstract class AbstractProfileInterceptorResult extends AbstractIdentifiableInitializableComponent implements ProfileInterceptorResult
| Modifier and Type | Field and Description |
|---|---|
private String |
storageContext
Storage context.
|
private Long |
storageExpiration
Storage expiration.
|
private String |
storageKey
Storage key.
|
private String |
storageValue
Storage value.
|
| Constructor and Description |
|---|
AbstractProfileInterceptorResult(String context,
String key,
String value,
Long expiration)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStorageContext()
Get the storage context.
|
Long |
getStorageExpiration()
Get the storage expiration.
|
String |
getStorageKey()
Get the storage key.
|
String |
getStorageValue()
Get the storage value.
|
setIddoInitialize, getIddestroy, doDestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic AbstractProfileInterceptorResult(@Nonnull@NotEmpty String context, @Nonnull@NotEmpty String key, @Nonnull@NotEmpty String value, @Nullable@Positive@Duration Long expiration)
context - storage contextkey - storage keyvalue - storage valueexpiration - storage expiration@Nonnull @NotEmpty public String getStorageContext()
getStorageContext in interface ProfileInterceptorResult@Nonnull @NotEmpty public String getStorageKey()
getStorageKey in interface ProfileInterceptorResult@Nonnull @NotEmpty public String getStorageValue()
getStorageValue in interface ProfileInterceptorResult@Nullable @Positive @Duration public Long getStorageExpiration()
getStorageExpiration in interface ProfileInterceptorResultCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.