Index
All Classes and Interfaces|All Packages
A
- algorithm() - Method in interface io.quarkus.elytron.security.runtime.MPRealmRuntimeConfig
-
Determine which algorithm to use.
C
- createEmbeddedRealm(SecurityUsersConfig) - Method in class io.quarkus.elytron.security.runtime.ElytronPropertiesFileRecorder
-
Create a runtime value for a SimpleMapBackedSecurityRealm
- createRealm(SecurityUsersConfig) - Method in class io.quarkus.elytron.security.runtime.ElytronPropertiesFileRecorder
-
Create a runtime value for a LegacyPropertiesSecurityRealm
D
- DIGEST_MD5 - Enum constant in enum class io.quarkus.elytron.security.runtime.DigestAlgorithm
- DIGEST_SHA - Enum constant in enum class io.quarkus.elytron.security.runtime.DigestAlgorithm
- DIGEST_SHA_256 - Enum constant in enum class io.quarkus.elytron.security.runtime.DigestAlgorithm
- DIGEST_SHA_384 - Enum constant in enum class io.quarkus.elytron.security.runtime.DigestAlgorithm
- DIGEST_SHA_512 - Enum constant in enum class io.quarkus.elytron.security.runtime.DigestAlgorithm
- DIGEST_SHA_512_256 - Enum constant in enum class io.quarkus.elytron.security.runtime.DigestAlgorithm
- DigestAlgorithm - Enum Class in io.quarkus.elytron.security.runtime
E
- ElytronPropertiesFileRecorder - Class in io.quarkus.elytron.security.runtime
-
The runtime security recorder class that provides methods for creating RuntimeValues for the deployment security objects.
- ElytronPropertiesFileRecorder() - Constructor for class io.quarkus.elytron.security.runtime.ElytronPropertiesFileRecorder
- embedded() - Method in interface io.quarkus.elytron.security.runtime.SecurityUsersConfig
-
Embedded Realm Configuration
- enabled() - Method in interface io.quarkus.elytron.security.runtime.MPRealmConfig
-
Determine whether security via the embedded realm is enabled.
- enabled() - Method in interface io.quarkus.elytron.security.runtime.PropertiesRealmConfig
-
Determine whether security via the file realm is enabled.
F
- file() - Method in interface io.quarkus.elytron.security.runtime.SecurityUsersConfig
-
Property Files Realm Configuration
G
- getName() - Method in enum class io.quarkus.elytron.security.runtime.DigestAlgorithm
H
- help() - Static method in interface io.quarkus.elytron.security.runtime.PropertiesRealmConfig
I
- io.quarkus.elytron.security.runtime - package io.quarkus.elytron.security.runtime
L
- loadEmbeddedRealm(RuntimeValue<SecurityRealm>, SecurityUsersConfig, MPRealmRuntimeConfig) - Method in class io.quarkus.elytron.security.runtime.ElytronPropertiesFileRecorder
-
Load the embedded user and role information into the SecurityRealm
- loadRealm(RuntimeValue<SecurityRealm>, SecurityUsersConfig) - Method in class io.quarkus.elytron.security.runtime.ElytronPropertiesFileRecorder
-
Load the user.properties and roles.properties files into the SecurityRealm
- log - Static variable in class io.quarkus.elytron.security.runtime.ElytronPropertiesFileRecorder
M
- MPRealmConfig - Interface in io.quarkus.elytron.security.runtime
-
Configuration information used to populate a SimpleMapBackedSecurityRealm }
- MPRealmRuntimeConfig - Interface in io.quarkus.elytron.security.runtime
-
Configuration information used to populate a SimpleMapBackedSecurityRealm }
P
- plainText() - Method in interface io.quarkus.elytron.security.runtime.MPRealmRuntimeConfig
-
If the properties are stored in plain text.
- plainText() - Method in interface io.quarkus.elytron.security.runtime.PropertiesRealmConfig
-
If the properties are stored in plain text.
- PropertiesRealmConfig - Interface in io.quarkus.elytron.security.runtime
-
A configuration object for a properties resource based realm configuration, LegacyPropertiesSecurityRealm It consists of a users.properties that has the format: user1=password1 user2=password2 and a roles.properties that has the format: user1=role1,role2,...,roleN1 user2=role21,role2,...,roleN2
R
- realmName() - Method in interface io.quarkus.elytron.security.runtime.MPRealmConfig
-
The realm name.
- realmName() - Method in interface io.quarkus.elytron.security.runtime.PropertiesRealmConfig
-
The realm name.
- roles() - Method in interface io.quarkus.elytron.security.runtime.MPRealmRuntimeConfig
-
The realm roles user1=role1,role2,...\nuser2=role1,role2,...
- roles() - Method in interface io.quarkus.elytron.security.runtime.PropertiesRealmConfig
-
Classpath resource name of properties file containing user to role mappings.
S
- SecurityUsersConfig - Interface in io.quarkus.elytron.security.runtime
T
- toString() - Method in interface io.quarkus.elytron.security.runtime.MPRealmConfig
- toString() - Method in interface io.quarkus.elytron.security.runtime.PropertiesRealmConfig
U
- users() - Method in interface io.quarkus.elytron.security.runtime.MPRealmRuntimeConfig
-
The realm users user1=password\nuser2=password2...
- users() - Method in interface io.quarkus.elytron.security.runtime.PropertiesRealmConfig
-
Classpath resource name of properties file containing user to password mappings.
V
- valueOf(String) - Static method in enum class io.quarkus.elytron.security.runtime.DigestAlgorithm
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkus.elytron.security.runtime.DigestAlgorithm
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages