Uses of Class
org.keycloak.exportimport.UsersExportStrategy
-
Packages that use UsersExportStrategy Package Description org.keycloak.exportimport -
-
Uses of UsersExportStrategy in org.keycloak.exportimport
Fields in org.keycloak.exportimport declared as UsersExportStrategy Modifier and Type Field Description static UsersExportStrategy
ExportImportConfig. DEFAULT_USERS_EXPORT_STRATEGY
Methods in org.keycloak.exportimport that return UsersExportStrategy Modifier and Type Method Description static UsersExportStrategy
ExportImportConfig. getUsersExportStrategy()
static UsersExportStrategy
UsersExportStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static UsersExportStrategy[]
UsersExportStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.exportimport with parameters of type UsersExportStrategy Modifier and Type Method Description static void
ExportImportConfig. setUsersExportStrategy(UsersExportStrategy usersExportStrategy)
-