Class SimpleAttributesEntry

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<String>
org.wildfly.security.authz.SimpleAttributesEntry
All Implemented Interfaces:
Iterable<String>, Collection<String>, List<String>, Attributes.Entry

public class SimpleAttributesEntry extends AbstractList<String> implements Attributes.Entry
An implementation of Attributes.Entry which can be used by implementations of Attributes. Operations are implemented in terms of methods on Attributes which do not rely upon entries.
Author:
David M. Lloyd