Uses of Class
io.quarkus.oidc.deployment.devservices.keycloak.DevServicesConfig.Grant.Type
-
Packages that use DevServicesConfig.Grant.Type Package Description io.quarkus.oidc.deployment.devservices.keycloak -
-
Uses of DevServicesConfig.Grant.Type in io.quarkus.oidc.deployment.devservices.keycloak
Fields in io.quarkus.oidc.deployment.devservices.keycloak declared as DevServicesConfig.Grant.Type Modifier and Type Field Description DevServicesConfig.Grant.TypeDevServicesConfig.Grant. typeGrant type which will be used to acquire a token to test the OIDC 'service' applicationsMethods in io.quarkus.oidc.deployment.devservices.keycloak that return DevServicesConfig.Grant.Type Modifier and Type Method Description static DevServicesConfig.Grant.TypeDevServicesConfig.Grant.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DevServicesConfig.Grant.Type[]DevServicesConfig.Grant.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-