Uses of Interface
org.wildfly.security.authz.AuthorizationIdentity
Packages that use AuthorizationIdentity
Package
Description
Server side of authentication provided by Elytron.
Elytron's Authorization API
-
Uses of AuthorizationIdentity in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return AuthorizationIdentityModifier and TypeMethodDescriptiondefault AuthorizationIdentityRealmIdentity.getAuthorizationIdentity()Get an authorization identity for this pre-authenticated identity. -
Uses of AuthorizationIdentity in org.wildfly.security.auth.server.event
Methods in org.wildfly.security.auth.server.event that return AuthorizationIdentityModifier and TypeMethodDescriptionRealmAuthorizationEvent.getAuthorizationIdentity()Get the authorization identity of this event.RealmSuccessfulAuthenticationEvent.getAuthorizationIdentity()Get the authorization identity.Constructors in org.wildfly.security.auth.server.event with parameters of type AuthorizationIdentityModifierConstructorDescriptionprotectedRealmAuthorizationEvent(AuthorizationIdentity authorizationIdentity, Principal principal) Construct a new instance.protectedRealmIdentityAuthorizationEvent(AuthorizationIdentity authorizationIdentity, Principal principal, Principal newPrincipal) Construct a new instance.RealmIdentityFailedAuthorizationEvent(AuthorizationIdentity authorizationIdentity, Principal principal, Principal newPrincipal) Construct a new instance.RealmIdentitySuccessfulAuthorizationEvent(AuthorizationIdentity authorizationIdentity, Principal principal, Principal newPrincipal) Construct a new instance.RealmSuccessfulAuthenticationEvent(RealmIdentity realmIdentity, AuthorizationIdentity authorizationIdentity, Credential credential, Evidence evidence) Construct a new instance. -
Uses of AuthorizationIdentity in org.wildfly.security.authz
Fields in org.wildfly.security.authz declared as AuthorizationIdentityModifier and TypeFieldDescriptionstatic final AuthorizationIdentityAuthorizationIdentity.EMPTYThe empty authorization identity.Methods in org.wildfly.security.authz that return AuthorizationIdentityModifier 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.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.Methods in org.wildfly.security.authz with parameters of type AuthorizationIdentityModifier and TypeMethodDescriptionstatic AuthorizationIdentityAuthorizationIdentity.basicIdentity(AuthorizationIdentity authorizationIdentity, Attributes runtimeAttributes) Create a basic authorization identity implementation using the given authorization identity and runtime attributes.RoleDecoder.decodeRoles(AuthorizationIdentity authorizationIdentity) Decode the role set from the given authorization identity.SourceAddressRoleDecoder.decodeRoles(AuthorizationIdentity authorizationIdentity) Decode the role set using the source IP address runtime attribute from the given authorization identity.