Package | Description |
---|---|
org.keycloak.partialimport |
Modifier and Type | Method and Description |
---|---|
ResourceType |
UsersPartialImport.getResourceType() |
ResourceType |
RealmRolesPartialImport.getResourceType() |
ResourceType |
PartialImportResult.getResourceType() |
ResourceType |
IdentityProvidersPartialImport.getResourceType() |
ResourceType |
GroupsPartialImport.getResourceType() |
ResourceType |
ClientsPartialImport.getResourceType() |
ResourceType |
ClientRolesPartialImport.getResourceType() |
abstract ResourceType |
AbstractPartialImport.getResourceType() |
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PartialImportResult |
PartialImportResult.added(ResourceType resourceType,
String resourceName,
String id,
Object representation) |
static PartialImportResult |
PartialImportResult.overwritten(ResourceType resourceType,
String resourceName,
String id,
Object representation) |
void |
PartialImportResult.setResourceType(ResourceType resourceType) |
static PartialImportResult |
PartialImportResult.skipped(ResourceType resourceType,
String resourceName,
String id,
Object representation) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.