Uses of Enum
org.keycloak.partialimport.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in org.keycloak.partialimport
Methods in org.keycloak.partialimport that return ResourceTypeModifier and TypeMethodDescriptionPartialImportResult.getResourceType()static ResourceTypeReturns 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.Methods in org.keycloak.partialimport with parameters of type ResourceTypeModifier and TypeMethodDescriptionstatic PartialImportResultPartialImportResult.added(ResourceType resourceType, String resourceName, String id, Object representation) static PartialImportResultPartialImportResult.overwritten(ResourceType resourceType, String resourceName, String id, Object representation) voidPartialImportResult.setResourceType(ResourceType resourceType) static PartialImportResultPartialImportResult.skipped(ResourceType resourceType, String resourceName, String id, Object representation)