Uses of Interface
org.wildfly.security.authz.Attributes
-
Packages that use Attributes Package Description org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.auth.realm Security realm implementations for Elytron.org.wildfly.security.auth.realm.jdbc Classes related to aSecurityRealmimplementation based on the JDBC (Java Database Connectivity) API.org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealmimplementation capable of integrating with LDAP servers.org.wildfly.security.auth.realm.token Classes related to aSecurityRealmimplementation that handles different types of security tokens.org.wildfly.security.auth.realm.token.validator Classes related to the differentTokenValidatorimplementations provided by Elytron.org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.authz Elytron's Authorization APIorg.wildfly.security.json.util -
-
Uses of Attributes in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client that return Attributes Modifier and Type Method Description AttributesPeerIdentity. getPeerAttributes()Get the attribute set for the peer identity. -
Uses of Attributes in org.wildfly.security.auth.realm
Fields in org.wildfly.security.auth.realm declared as Attributes Modifier and Type Field Description private AttributesFileSystemSecurityRealm.LoadedIdentity. attributesprivate AttributesSimpleRealmEntry. attributesMethods in org.wildfly.security.auth.realm that return Attributes Modifier and Type Method Description private AttributesAggregateSecurityRealm.Identity. combineAttributes(AuthorizationIdentity[] authorizationIdentities)AttributesFailoverSecurityRealm.FailoverRealmIdentity. getAttributes()AttributesFileSystemSecurityRealm.Identity. getAttributes()AttributesFileSystemSecurityRealm.LoadedIdentity. getAttributes()AttributesJaasSecurityRealm.JaasAuthorizationIdentity. getAttributes()AttributesSimpleRealmEntry. getAttributes()Get the entry attributes.private AttributesFileSystemSecurityRealm.Identity. parseAttributes(XMLStreamReader streamReader, FileSystemSecurityRealm.Version version)Methods in org.wildfly.security.auth.realm with parameters of type Attributes Modifier and Type Method Description private voidFileSystemSecurityRealm.Identity. parseAttribute(XMLStreamReader streamReader, Attributes attributes)voidFileSystemSecurityRealm.Identity. setAttributes(Attributes attributes)voidSimpleMapBackedSecurityRealm. setPasswordMap(String name, Password password, Attributes attributes)Deprecated.UseSimpleMapBackedSecurityRealm.setIdentityMap(Map)instead.Constructors in org.wildfly.security.auth.realm with parameters of type Attributes Constructor Description LoadedIdentity(String name, List<Credential> credentials, Attributes attributes, Encoding hashEncoding)SimpleRealmEntry(List<Credential> credentials, Attributes attributes)Construct a new instance. -
Uses of Attributes in org.wildfly.security.auth.realm.jdbc
Fields in org.wildfly.security.auth.realm.jdbc declared as Attributes Modifier and Type Field Description private AttributesJdbcSecurityRealm.JdbcRealmIdentity.JdbcIdentity. attributesConstructors in org.wildfly.security.auth.realm.jdbc with parameters of type Attributes Constructor Description JdbcIdentity(Attributes attributes, IdentityCredentials identityCredentials) -
Uses of Attributes in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap that return Attributes Modifier and Type Method Description AttributesLdapSecurityRealm.LdapRealmIdentity. getAttributes()Methods in org.wildfly.security.auth.realm.ldap with parameters of type Attributes Modifier and Type Method Description voidLdapSecurityRealm.LdapRealmIdentity. setAttributes(Attributes attributes) -
Uses of Attributes in org.wildfly.security.auth.realm.token
Fields in org.wildfly.security.auth.realm.token declared as Attributes Modifier and Type Field Description private AttributesTokenSecurityRealm.TokenRealmIdentity. claimsFields in org.wildfly.security.auth.realm.token with type parameters of type Attributes Modifier and Type Field Description private Function<Attributes,Principal>TokenSecurityRealm.Builder. claimToPrincipalprivate Function<Attributes,Principal>TokenSecurityRealm. claimToPrincipalA function that maps the set of token claims to a Principal.Methods in org.wildfly.security.auth.realm.token that return Attributes Modifier and Type Method Description private AttributesTokenSecurityRealm.TokenRealmIdentity. getClaims()AttributesTokenValidator. validate(BearerTokenEvidence evidence)Validates aBearerTokenEvidenceand returns anAttributesinstance containing all information within a security token passed throughevidence.private AttributesTokenSecurityRealm.TokenRealmIdentity. validateToken(Evidence evidence)Methods in org.wildfly.security.auth.realm.token with parameters of type Attributes Modifier and Type Method Description private PrincipalTokenSecurityRealm. defaultClaimToPrincipal(Attributes claims)The default implementation of the claimToPrincipal mapping function.private voidTokenSecurityRealm.TokenRealmIdentity. setClaims(Attributes claims)Method parameters in org.wildfly.security.auth.realm.token with type arguments of type Attributes Modifier and Type Method Description TokenSecurityRealm.BuilderTokenSecurityRealm.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 Attributes Modifier and Type Method Description AttributesJwtValidator. validate(BearerTokenEvidence evidence)AttributesOAuth2IntrospectValidator. validate(BearerTokenEvidence evidence) -
Uses of Attributes in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as Attributes Modifier and Type Field Description private AttributesServerAuthenticationContext.InactiveState. runtimeAttributesprivate AttributesServerAuthenticationContext.NameAssignedState. runtimeAttributes(package private) AttributesServerAuthenticationContext.UnassignedState. runtimeAttributesMethods in org.wildfly.security.auth.server that return Attributes Modifier and Type Method Description default AttributesRealmIdentity. getAttributes()Get the attributes for the realm identity.AttributesSecurityIdentity. getAttributes()Get the attributes associated with this identity.(package private) AttributesServerAuthenticationContext.UnassignedState. getRuntimeAttributes()Methods in org.wildfly.security.auth.server with parameters of type Attributes Modifier and Type Method Description voidServerAuthenticationContext. addRuntimeAttributes(Attributes runtimeAttributes)Add runtime attributes to the identity being authenticated.(package private) voidServerAuthenticationContext.AuthorizedAuthenticationState. addRuntimeAttributes(Attributes runtimeAttributes)(package private) voidServerAuthenticationContext.AuthorizedState. addRuntimeAttributes(Attributes runtimeAttributes)(package private) voidServerAuthenticationContext.InactiveState. addRuntimeAttributes(Attributes runtimeAttributes)(package private) voidServerAuthenticationContext.InitialState. addRuntimeAttributes(Attributes runtimeAttributes)(package private) voidServerAuthenticationContext.NameAssignedState. addRuntimeAttributes(Attributes runtimeAttributes)(package private) voidServerAuthenticationContext.RealmAssignedState. addRuntimeAttributes(Attributes runtimeAttributes)(package private) voidServerAuthenticationContext.State. addRuntimeAttributes(Attributes runtimeAttributes)(package private) ServerAuthenticationContext.StateServerAuthenticationContext. assignName(SecurityIdentity capturedIdentity, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration, Principal originalPrincipal, Evidence evidence, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, boolean exclusive, Attributes runtimeAttributes)(package private) ServerAuthenticationContext.StateServerAuthenticationContext. assignName(SecurityIdentity capturedIdentity, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration, Principal originalPrincipal, Evidence evidence, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)voidModifiableRealmIdentity. setAttributes(Attributes attributes)Modify the attributes collection of this identity.SecurityIdentitySecurityIdentity. withRuntimeAttributes(Attributes runtimeAttributes)Create a new security identity which is the same as this one, but which includes the given runtime attributes.Constructors in org.wildfly.security.auth.server with parameters of type Attributes Constructor Description InactiveState(SecurityIdentity capturedIdentity, MechanismConfigurationSelector mechanismConfigurationSelector, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)InactiveState(SecurityIdentity capturedIdentity, MechanismConfigurationSelector mechanismConfigurationSelector, MechanismInformation mechanismInformation, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)InitialState(SecurityIdentity capturedIdentity, MechanismConfiguration mechanismConfiguration, MechanismConfigurationSelector mechanismConfigurationSelector, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)InvalidNameState(SecurityIdentity capturedIdentity, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)NameAssignedState(SecurityIdentity capturedIdentity, RealmInfo realmInfo, RealmIdentity realmIdentity, Principal authenticationPrincipal, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)RealmAssignedState(SecurityIdentity capturedIdentity, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)SecurityIdentity(SecurityIdentity old, Attributes runtimeAttributes)UnassignedState(SecurityIdentity capturedIdentity, MechanismConfiguration mechanismConfiguration, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes) -
Uses of Attributes in org.wildfly.security.authz
Classes in org.wildfly.security.authz that implement Attributes Modifier and Type Class Description classAggregateAttributesAn implementation ofAttributesaggregating multiple instances.classMapAttributesA map-backed attributes collection.Fields in org.wildfly.security.authz declared as Attributes Modifier and Type Field Description private AttributesSimpleAttributesEntry. attributesstatic AttributesAttributes. EMPTYEmpty, read-only attribute collection.Methods in org.wildfly.security.authz that return Attributes Modifier and Type Method Description static 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 Attributes Modifier and Type Method Description static 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 Attributes Modifier and Type Method Description static 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 Attributes Constructor Description AggregateAttributes(Attributes[] aggrgatedAttributes)MapAttributes(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 Attributes Modifier and Type Method Description static AttributesJsonUtil. toAttributes(jakarta.json.JsonObject claims)Returns aAttributesinstance based on the givenJsonObject.
-