Uses of Interface
org.wildfly.security.authz.Attributes.Entry
-
Packages that use Attributes.Entry Package Description org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.authz Elytron's Authorization API -
-
Uses of Attributes.Entry in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client that return Attributes.Entry Modifier and Type Method Description Attributes.Entry
PeerIdentity. getPeerAttribute(String key)
Get a specific attribute value for the peer identity. -
Uses of Attributes.Entry in org.wildfly.security.authz
Subinterfaces of Attributes.Entry in org.wildfly.security.authz Modifier and Type Interface Description static interface
Attributes.SetEntry
The entry collection for a mapping whose values are a distinct set.Classes in org.wildfly.security.authz that implement Attributes.Entry Modifier and Type Class Description class
SimpleAttributesEntry
An implementation ofAttributes.Entry
which can be used by implementations ofAttributes
.Fields in org.wildfly.security.authz with type parameters of type Attributes.Entry Modifier and Type Field Description private Map<String,Attributes.Entry>
AggregateAttributes. aggregatedEntries
private Collection<Attributes.Entry>
MapAttributes. entries
private HashMap<String,Attributes.Entry>
MapAttributes. entryCache
Methods in org.wildfly.security.authz that return Attributes.Entry Modifier and Type Method Description Attributes.Entry
AggregateAttributes. get(String key)
Attributes.Entry
Attributes. get(String key)
Get the collection of values for the given key.Attributes.Entry
MapAttributes. get(String key)
Methods in org.wildfly.security.authz that return types with arguments of type Attributes.Entry Modifier and Type Method Description Collection<Attributes.Entry>
AggregateAttributes. entries()
Collection<Attributes.Entry>
Attributes. entries()
Get the entry collection.Collection<Attributes.Entry>
MapAttributes. entries()
-