Package org.keycloak.it
Interface TestProvider
-
public interface TestProviderA base interface for defining a provider so that its corresponding JAR file can be installed before executing tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Class[]getClasses()The classes that should be added to the provider JAR file.Map<String,String>getManifestResources()AMapwhere the key is the name of a file at the package where this provider is located and the value is the name of the manifest resource that should be created in the provider JAR file.default StringgetName()The provider name.
-