Package org.keycloak.it
Interface TestProvider
public interface TestProvider
A base interface for defining a provider so that its corresponding JAR file can be installed before executing tests.
-
Method Summary
Modifier and TypeMethodDescriptionClass[]The classes that should be added to the provider JAR file.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.
-
Method Details
-
getName
The provider name.- Returns:
- the name
-
getClasses
Class[] getClasses()The classes that should be added to the provider JAR file.- Returns:
- the classes
-
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.- Returns:
-