public interface AttributeRepository
Modifier and Type | Method and Description |
---|---|
List<String> |
getAttributeNames()
Returns a list of all attribute names that are stored in the repository.
|
AttributeTemplate |
getByFriendlyName(String friendlyName)
Returns the
AttributeTemplate for the given friendly name. |
AttributeTemplate |
getByName(String name)
Returns the
AttributeTemplate for the given attribute name. |
List<String> getAttributeNames()
AttributeTemplate getByName(String name)
AttributeTemplate
for the given attribute name.name
- the attribute nameAttributeTemplate
or null
if no match existsAttributeTemplate getByFriendlyName(String friendlyName)
AttributeTemplate
for the given friendly name.friendlyName
- the attribute friendly nameAttributeTemplate
or null
if no match existsCopyright © 2018 Litsec AB. All rights reserved.