public class LongConfigurationLookupStrategy extends AbstractMetadataDrivenConfigurationLookupStrategy<Long>
AbstractMetadataDrivenConfigurationLookupStrategy.CachedConfigurationContext| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
LongConfigurationLookupStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected Long |
doTranslate(Attribute tag)
Translate the value(s) into a setting of the appropriate type.
|
private Long |
xmlObjectToLong(XMLObject object)
Convert an XMLObject to a Long if the type is supported.
|
apply, doInitialize, setEnableCaching, setMetadataLookupStrategy, setProfileAliases, setProfileIdLookupStrategy, setPropertyName, setStrictNameFormatdestroy, doDestroy, initialize, isDestroyed, isInitialized@Nonnull private final org.slf4j.Logger log
@Nullable protected Long doTranslate(@Nonnull Attribute tag)
Overrides of this function can assume a non-zero collection of values.
doTranslate in class AbstractMetadataDrivenConfigurationLookupStrategy<Long>tag - tag to translateCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.