Package | Description |
---|---|
org.wildfly.security.auth.client |
Elytron Client enable remote clients to authenticate using Elytron.
|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
org.wildfly.security.authz |
Elytron's Authorization API
|
Modifier and Type | Method and Description |
---|---|
Attributes |
PeerIdentity.getPeerAttributes()
Get the attribute set for the peer identity.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
SecurityIdentity.getAttributes()
Get the attributes associated with this identity.
|
default Attributes |
RealmIdentity.getAttributes()
Get the attributes for the realm identity.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifiableRealmIdentity.setAttributes(Attributes attributes)
Modify the attributes collection of this identity.
|
Modifier and Type | Class and Description |
---|---|
class |
MapAttributes
A map-backed attributes collection.
|
Modifier and Type | Field and Description |
---|---|
static Attributes |
Attributes.EMPTY
Empty, read-only attribute collection.
|
Modifier and Type | Method and Description |
---|---|
default Attributes |
Attributes.asReadOnly()
Returns a read-only instance of this instance.
|
default Attributes |
PermissionMappable.getAttributes()
Get the attributes of this entity.
|
default Attributes |
AuthorizationIdentity.getAttributes()
Get the attributes which pertain to this identity.
|
Modifier and Type | Method and Description |
---|---|
static AuthorizationIdentity |
AuthorizationIdentity.basicIdentity(Attributes attributes)
Create a basic authorization identity implementation.
|
Constructor and Description |
---|
MapAttributes(Attributes original)
Construct a new instance copying mappings from an original attributes collection.
|
SimpleAttributesEntry(Attributes attributes,
String key)
Construct a new instance.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.