Uses of Package
io.quarkus.elytron.security.runtime
-
Classes in io.quarkus.elytron.security.runtime used by io.quarkus.elytron.security.runtime Class Description DigestAlgorithm MPRealmConfig Configuration information used to populate a SimpleMapBackedSecurityRealm }MPRealmRuntimeConfig Configuration information used to populate a SimpleMapBackedSecurityRealm }PropertiesRealmConfig 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