A C E G I J M P R T U V 
All Classes All Packages

A

AbstractJpaIdentityProvider - Class in io.quarkus.security.jpa.runtime
 
AbstractJpaIdentityProvider() - Constructor for class io.quarkus.security.jpa.runtime.AbstractJpaIdentityProvider
 
addRoles(QuarkusSecurityIdentity.Builder, String) - Method in class io.quarkus.security.jpa.runtime.AbstractJpaIdentityProvider
 
authenticate(TrustedAuthenticationRequest, AuthenticationRequestContext) - Method in class io.quarkus.security.jpa.runtime.JpaTrustedIdentityProvider
 
authenticate(UsernamePasswordAuthenticationRequest, AuthenticationRequestContext) - Method in class io.quarkus.security.jpa.runtime.JpaIdentityProvider
 
authenticate(EntityManager, TrustedAuthenticationRequest) - Method in class io.quarkus.security.jpa.runtime.JpaTrustedIdentityProvider
 
authenticate(EntityManager, UsernamePasswordAuthenticationRequest) - Method in class io.quarkus.security.jpa.runtime.JpaIdentityProvider
 

C

checkPassword(Password, UsernamePasswordAuthenticationRequest) - Method in class io.quarkus.security.jpa.runtime.AbstractJpaIdentityProvider
 
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.

E

entityManagerFactory - Variable in class io.quarkus.security.jpa.runtime.JpaIdentityProvider
 
entityManagerFactory - Variable in class io.quarkus.security.jpa.runtime.JpaTrustedIdentityProvider
 

G

getClearPassword(String) - Method in class io.quarkus.security.jpa.runtime.AbstractJpaIdentityProvider
 
getMcfPassword(String) - Method in class io.quarkus.security.jpa.runtime.AbstractJpaIdentityProvider
 
getPassword(String) - Method in interface io.quarkus.security.jpa.PasswordProvider
 
getRequestType() - Method in class io.quarkus.security.jpa.runtime.JpaIdentityProvider
 
getRequestType() - Method in class io.quarkus.security.jpa.runtime.JpaTrustedIdentityProvider
 
getSingleUser(Query) - Method in class io.quarkus.security.jpa.runtime.AbstractJpaIdentityProvider
 

I

io.quarkus.security.jpa - package io.quarkus.security.jpa
 
io.quarkus.security.jpa.runtime - package io.quarkus.security.jpa.runtime
 

J

JpaIdentityProvider - Class in io.quarkus.security.jpa.runtime
 
JpaIdentityProvider() - Constructor for class io.quarkus.security.jpa.runtime.JpaIdentityProvider
 
JpaTrustedIdentityProvider - Class in io.quarkus.security.jpa.runtime
 
JpaTrustedIdentityProvider() - Constructor for class io.quarkus.security.jpa.runtime.JpaTrustedIdentityProvider
 

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 Password according 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) - Method in class io.quarkus.security.jpa.runtime.AbstractJpaIdentityProvider
 

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 user name 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.
A C E G I J M P R T U V 
All Classes All Packages