T - type of object in listpublic class SetConfigurationLookupStrategy<T> extends AbstractCollectionConfigurationLookupStrategy<T,Set<T>>
AbstractMetadataDrivenConfigurationLookupStrategy.CachedConfigurationContext| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
SetConfigurationLookupStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<T> |
doTranslate(Attribute tag)
Translate the value(s) into a setting of the appropriate type.
|
createInstanceFromString, doInitialize, getPropertyType, setPropertyType, xmlObjectToStringapply, setEnableCaching, setMetadataLookupStrategy, setProfileAliases, setProfileIdLookupStrategy, setPropertyName, setStrictNameFormatdestroy, doDestroy, initialize, isDestroyed, isInitialized@Nonnull private final org.slf4j.Logger log
@Nullable protected Set<T> doTranslate(@Nonnull Attribute tag)
Overrides of this function can assume a non-zero collection of values.
doTranslate in class AbstractMetadataDrivenConfigurationLookupStrategy<Set<T>>tag - tag to translateCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.