Package io.quarkus.security
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 underlyingIdentityProviderthat is in use, e.g. for a JPA based one this will likely be a JPA entity representing the current user.
-
-
Element Detail
-
value
String value
- Returns:
- The attribute name
-
-