JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkus.elytron.security.jdbc
Interface AttributeMappingConfig
public interface
AttributeMappingConfig
Configuration information used to populate a AttributeMapper
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
index
()
The index (1 based numbering) of column to map
String
to
()
The target attribute name
String
toString
()
Method Details
index
@WithDefault("0")
int
index
()
The index (1 based numbering) of column to map
to
String
to
()
The target attribute name
toString
String
toString
()
Overrides:
toString
in class
Object