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 UsersExportStrategyExportImportConfig. DEFAULT_USERS_EXPORT_STRATEGYMethods in org.keycloak.exportimport that return UsersExportStrategy Modifier and Type Method Description static UsersExportStrategyExportImportConfig. getUsersExportStrategy()static UsersExportStrategyUsersExportStrategy. 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 voidExportImportConfig. setUsersExportStrategy(UsersExportStrategy usersExportStrategy)
-