A C G I J M P R T U V
All Classes All Packages
All Classes All Packages
All Classes 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 - io.quarkus.security.jpa.PasswordType
-
The password is stored in clear text.
- CUSTOM - 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
- 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 - io.quarkus.security.jpa.PasswordType
-
The password is stored hashed using bcrypt in the Modular Crypt Format.
P
- Password - Annotation Type in io.quarkus.security.jpa
-
Indicates that this field or property should be used as a source of password for security.
- PasswordProvider - Interface in io.quarkus.security.jpa
-
Provides the
Passwordaccording to how the password is hashed in the database. - PasswordType - Enum in io.quarkus.security.jpa
-
Describes how the password is hashed in the database.
- provider() - Method in annotation type io.quarkus.security.jpa.Password
-
Sets a custom password provider when the type is
PasswordType.CUSTOM
R
- Roles - Annotation Type in io.quarkus.security.jpa
-
Indicates that this field or property should be used as a source of roles for security.
- RolesValue - Annotation Type 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 Type in io.quarkus.security.jpa
-
Indicates that this entity class should be used as a source of identity information.
- Username - Annotation Type in io.quarkus.security.jpa
-
Indicates that this field or property should be used as a source of username for security.
V
- value() - Method in annotation type io.quarkus.security.jpa.Password
-
Sets the password storage type.
- valueOf(String) - Static method in enum io.quarkus.security.jpa.PasswordType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkus.security.jpa.PasswordType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages