Package | Description |
---|---|
eu.eidas.auth.commons.attribute | |
eu.eidas.auth.commons.io |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<? extends SingletonAccessor<com.google.common.collect.ImmutableSortedSet<eu.eidas.auth.commons.attribute.AttributeDefinition<?>>>> |
AttributeDefinitionDao.getAttributeDefinitionAccessors()
Returns the list of accessors to attribute definition sets which can use any kind of storage or format.
|
Modifier and Type | Class and Description |
---|---|
class |
ReloadableFileAccessor<T>
Helper handling a reloadable file on the filesystem to marshal and unmarshal the content of a given file into one
instance of the given type.
|
class |
UrlAccessor<T>
A SingletonAccessor based on a URL.
|
Modifier and Type | Method and Description |
---|---|
static <T> SingletonAccessor<T> |
SingletonAccessors.immutableAccessor(T t) |
static <T> SingletonAccessor<T> |
SingletonAccessors.mutableAccessor(T t) |
static <T> SingletonAccessor<T> |
SingletonAccessors.newFileAccessor(String fileName,
String defaultPath,
FileMarshaller<T> fileMarshaller,
StreamMarshaller<T> streamMarshaller) |
static <T> SingletonAccessor<T> |
SingletonAccessors.newPropertiesAccessor(String fileName,
String defaultPath,
PropertiesConverter<T> propertiesConverter) |
Copyright © 2020. All Rights Reserved.