Index
All Classes and Interfaces|All Packages
A
- addRoles(QuarkusSecurityIdentity.Builder, String) - Static method in class io.quarkus.security.jpa.common.runtime.JpaIdentityProviderUtil
C
- checkPassword(Password, UsernamePasswordAuthenticationRequest) - Static method in class io.quarkus.security.jpa.common.runtime.JpaIdentityProviderUtil
- CLEAR - Enum constant in enum class io.quarkus.security.jpa.PasswordType
-
The password is stored in clear text.
- CUSTOM - Enum constant in enum class io.quarkus.security.jpa.PasswordType
-
The password is stored hashed using a custom format.
G
- getClearPassword(String) - Static method in class io.quarkus.security.jpa.common.runtime.JpaIdentityProviderUtil
- getMcfPassword(String) - Static method in class io.quarkus.security.jpa.common.runtime.JpaIdentityProviderUtil
- getPassword(String) - Method in interface io.quarkus.security.jpa.PasswordProvider
-
Return a password stored in the database.
- getSingleUser(List<T>) - Static method in class io.quarkus.security.jpa.common.runtime.JpaIdentityProviderUtil
I
- io.quarkus.security.jpa - package io.quarkus.security.jpa
- io.quarkus.security.jpa.common.runtime - package io.quarkus.security.jpa.common.runtime
J
M
- MCF - Enum constant in enum class io.quarkus.security.jpa.PasswordType
-
The password is stored hashed using bcrypt in the Modular Crypt Format.
P
- Password - Annotation Interface in io.quarkus.security.jpa
-
Indicates that this field or property should be used as a source of password for security.
- passwordAction(PasswordType) - Static method in class io.quarkus.security.jpa.common.runtime.JpaIdentityProviderUtil
- PasswordProvider - Interface in io.quarkus.security.jpa
-
Returns a password stored in the database as
Password. - PasswordType - Enum Class in io.quarkus.security.jpa
-
Describes how the password is hashed in the database.
- provider() - Element in annotation interface io.quarkus.security.jpa.Password
-
Sets a custom password provider when the type is
PasswordType.CUSTOM
R
- Roles - Annotation Interface in io.quarkus.security.jpa
-
Indicates that this field or property should be used as a source of roles for security.
- RolesValue - Annotation Interface in io.quarkus.security.jpa
-
Indicates that this field or property should be used as a source of roles for security when you store roles in a separate table from your user entity.
T
- trusted(TrustedAuthenticationRequest) - Static method in class io.quarkus.security.jpa.common.runtime.JpaIdentityProviderUtil
U
- UserDefinition - Annotation Interface in io.quarkus.security.jpa
-
Indicates that this entity class should be used as a source of identity information.
- Username - Annotation Interface in io.quarkus.security.jpa
-
Indicates that this field or property should be used as a source of username for security.
V
- value() - Element in annotation interface io.quarkus.security.jpa.Password
-
Sets the password storage type. defaults to
PasswordType.MCF. - valueOf(String) - Static method in enum class io.quarkus.security.jpa.PasswordType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkus.security.jpa.PasswordType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages