Uses of Class
io.quarkus.elytron.security.runtime.MPRealmConfig
-
-
Uses of MPRealmConfig in io.quarkus.elytron.security.runtime
Fields in io.quarkus.elytron.security.runtime declared as MPRealmConfig Modifier and Type Field Description MPRealmConfigSecurityUsersConfig. embeddedEmbedded Realm ConfigurationMethods in io.quarkus.elytron.security.runtime with parameters of type MPRealmConfig Modifier and Type Method Description RuntimeValue<org.wildfly.security.auth.server.SecurityRealm>ElytronPropertiesFileRecorder. createRealm(MPRealmConfig config)Create a runtime value for a SimpleMapBackedSecurityRealmRunnableElytronPropertiesFileRecorder. loadRealm(RuntimeValue<org.wildfly.security.auth.server.SecurityRealm> realm, MPRealmConfig config, MPRealmRuntimeConfig runtimeConfig)Load the embedded user and role information into the SecurityRealm
-