Uses of Interface
org.wildfly.security.authz.Attributes
Packages that use Attributes
Package
Description
Elytron Client enable remote clients to authenticate using Elytron.
Security realm implementations for Elytron.
Classes related to a
SecurityRealm implementation that handles different types of security tokens.Classes related to the different
TokenValidator implementations provided by Elytron.Server side of authentication provided by Elytron.
Elytron's Authorization API
-
Uses of Attributes in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client that return AttributesModifier and TypeMethodDescriptionPeerIdentity.getPeerAttributes()Get the attribute set for the peer identity. -
Uses of Attributes in org.wildfly.security.auth.realm
Methods in org.wildfly.security.auth.realm that return AttributesModifier and TypeMethodDescriptionFailoverSecurityRealm.FailoverRealmIdentity.getAttributes()FileSystemSecurityRealm.LoadedIdentity.getAttributes()SimpleRealmEntry.getAttributes()Get the entry attributes.Methods in org.wildfly.security.auth.realm with parameters of type AttributesModifier and TypeMethodDescriptionvoidSimpleMapBackedSecurityRealm.setPasswordMap(String name, Password password, Attributes attributes) Deprecated.Constructors in org.wildfly.security.auth.realm with parameters of type AttributesModifierConstructorDescriptionSimpleRealmEntry(List<Credential> credentials, Attributes attributes) Construct a new instance. -
Uses of Attributes in org.wildfly.security.auth.realm.token
Methods in org.wildfly.security.auth.realm.token that return AttributesModifier and TypeMethodDescriptionTokenValidator.validate(BearerTokenEvidence evidence) Validates aBearerTokenEvidenceand returns anAttributesinstance containing all information within a security token passed throughevidence.Method parameters in org.wildfly.security.auth.realm.token with type arguments of type AttributesModifier and TypeMethodDescriptionTokenSecurityRealm.Builder.claimToPrincipal(Function<Attributes, Principal> func) A function that maps the set of token claims to a Principal. -
Uses of Attributes in org.wildfly.security.auth.realm.token.validator
Methods in org.wildfly.security.auth.realm.token.validator that return AttributesModifier and TypeMethodDescriptionJwtValidator.validate(BearerTokenEvidence evidence) OAuth2IntrospectValidator.validate(BearerTokenEvidence evidence) -
Uses of Attributes in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return AttributesModifier and TypeMethodDescriptiondefault AttributesRealmIdentity.getAttributes()Get the attributes for the realm identity.SecurityIdentity.getAttributes()Get the attributes associated with this identity.Methods in org.wildfly.security.auth.server with parameters of type AttributesModifier and TypeMethodDescriptionvoidServerAuthenticationContext.addRuntimeAttributes(Attributes runtimeAttributes) Add runtime attributes to the identity being authenticated.voidModifiableRealmIdentity.setAttributes(Attributes attributes) Modify the attributes collection of this identity.SecurityIdentity.withRuntimeAttributes(Attributes runtimeAttributes) Create a new security identity which is the same as this one, but which includes the given runtime attributes. -
Uses of Attributes in org.wildfly.security.authz
Classes in org.wildfly.security.authz that implement AttributesModifier and TypeClassDescriptionclassAn implementation ofAttributesaggregating multiple instances.classA map-backed attributes collection.Fields in org.wildfly.security.authz declared as AttributesModifier and TypeFieldDescriptionstatic final AttributesAttributes.EMPTYEmpty, read-only attribute collection.Methods in org.wildfly.security.authz that return AttributesModifier and TypeMethodDescriptionstatic AttributesAggregateAttributes.aggregateOf(Attributes... aggrgatedAttributes) default AttributesAttributes.asReadOnly()Returns a read-only instance of this instance.default AttributesAuthorizationIdentity.getAttributes()Get the attributes which pertain to this identity.default AttributesPermissionMappable.getAttributes()Get the attributes of this entity.default AttributesAuthorizationIdentity.getRuntimeAttributes()Get the runtime attributes which pertain to this identity.Methods in org.wildfly.security.authz with parameters of type AttributesModifier and TypeMethodDescriptionstatic AttributesAggregateAttributes.aggregateOf(Attributes... aggrgatedAttributes) static AuthorizationIdentityAuthorizationIdentity.basicIdentity(Attributes attributes) Create a basic authorization identity implementation.static AuthorizationIdentityAuthorizationIdentity.basicIdentity(AuthorizationIdentity authorizationIdentity, Attributes runtimeAttributes) Create a basic authorization identity implementation using the given authorization identity and runtime attributes.Method parameters in org.wildfly.security.authz with type arguments of type AttributesModifier and TypeMethodDescriptionstatic AuthorizationIdentityAuthorizationIdentity.basicIdentity(Supplier<Attributes> attributes, String string) Create a basic authorization identity implementation.static AuthorizationIdentityAuthorizationIdentity.basicIdentity(Supplier<Attributes> attributes, Supplier<Attributes> runtimeAttributes, String string) Create a basic authorization identity implementation using the given attributes and runtime attributes.Constructors in org.wildfly.security.authz with parameters of type AttributesModifierConstructorDescriptionMapAttributes(Attributes original) Construct a new instance copying mappings from an original attributes collection.SimpleAttributesEntry(Attributes attributes, String key) Construct a new instance. -
Uses of Attributes in org.wildfly.security.json.util
Methods in org.wildfly.security.json.util that return AttributesModifier and TypeMethodDescriptionstatic AttributesJsonUtil.toAttributes(JsonObject claims) Returns aAttributesinstance based on the givenJsonObject.
SimpleMapBackedSecurityRealm.setIdentityMap(Map)instead.