Annotation Type IdentityAttribute


@Qualifier @Retention(RUNTIME) public @interface IdentityAttribute
A qualifier than can be used to inject attributes from the current identity. The only standard attribute that should be provided wherever applicable is the 'quarkus.user' attribute, which represents the underlying user representation. This representation will depend on the underlying IdentityProvider that is in use, e.g. for a JPA based one this will likely be a JPA entity representing the current user.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      The attribute name