| Package | Description | 
|---|---|
| org.wildfly.security.auth.client | 
 Elytron Client enable remote clients to authenticate using Elytron. 
 | 
| org.wildfly.security.authz | 
 Elytron's Authorization API 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Attributes.Entry | 
PeerIdentity.getPeerAttribute(String key)
Get a specific attribute value for the peer identity. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
Attributes.SetEntry
The entry collection for a mapping whose values are a distinct set. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleAttributesEntry
An implementation of  
Attributes.Entry which can be used by implementations of Attributes. | 
| Modifier and Type | Method and Description | 
|---|---|
Attributes.Entry | 
Attributes.get(String key)
Get the collection of values for the given key. 
 | 
Attributes.Entry | 
MapAttributes.get(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Attributes.Entry> | 
Attributes.entries()
Get the entry collection. 
 | 
Collection<Attributes.Entry> | 
MapAttributes.entries()  | 
Copyright © 2020 JBoss by Red Hat. All rights reserved.