JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.quarkus.security.jpa
Annotation Interface Username
@Target
({
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
@Documented
public @interface
Username
Indicates that this field or property should be used as a source of username for security. Only supports the
String
type.