A B C D E F G I L M N O P R S T U V 
All Classes All Packages

A

AbstractUsersRolesSecurityDomainSetup - Class in org.jboss.resteasy.setup
This abstract class implements steps needed to create Elytron security domain.
AbstractUsersRolesSecurityDomainSetup(URL, URL) - Constructor for class org.jboss.resteasy.setup.AbstractUsersRolesSecurityDomainSetup
 
add(Permission) - Method in class org.jboss.resteasy.utils.PermissionUtil.Builder
Adds the permission to the generated asset.
add(Permission...) - Method in class org.jboss.resteasy.utils.PermissionUtil.Builder
Adds the permissions to the generated asset.
add(Collection<? extends Permission>) - Method in class org.jboss.resteasy.utils.PermissionUtil.Builder
Adds the permissions to the generated asset.
addModuleFilePermission(String...) - Static method in class org.jboss.resteasy.utils.PermissionUtil
This should only be used as a workaround for issues with API's outside RESTEasy where something like a ServiceLoader needs access to an implementation.
addOtherLibrary(WebArchive, String) - Static method in class org.jboss.resteasy.utils.TestUtil
Adds additional dependency needed for the deployment tests.
addPackageInfo(WebArchive, Class<?>) - Method in class org.jboss.resteasy.utils.TestUtil
Add package info to deployment.
adjust(int) - Static method in class org.jboss.resteasy.utils.TimeoutUtil
Adjusts timeout for operations.
ArchiveAppender - Class in org.jboss.resteasy.extension.systemproperties.client
ArchiveAppender
ArchiveAppender() - Constructor for class org.jboss.resteasy.extension.systemproperties.client.ArchiveAppender
 
ArchiveProcessor - Class in org.jboss.resteasy.extension.systemproperties.client
ArchiveProcessor
ArchiveProcessor() - Constructor for class org.jboss.resteasy.extension.systemproperties.client.ArchiveProcessor
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.jboss.resteasy.test.providers.custom.resource.DuplicateProviderRegistrationInterceptor
 
assumeSecurityManagerDisabled(String) - Static method in class org.jboss.resteasy.utils.AssumeUtils
Checks if the security.manager system property has been set.
AssumeUtils - Class in org.jboss.resteasy.utils
Utilities for test assumptions.
AssumeUtils() - Constructor for class org.jboss.resteasy.utils.AssumeUtils
 
ASYNC_JOB_SERVICE_CONTEXT_KEY - Static variable in class org.jboss.resteasy.utils.PortProviderUtil
 
AwaitingUpgradeInWildFly - Interface in org.jboss.resteasy.category
Used as a JUnit category indicating the test will fail when running on WildFly until an upgrade is merged.

B

build() - Method in class org.jboss.resteasy.utils.PermissionUtil.Builder
Creates the asset XML for the permissions.
Builder() - Constructor for class org.jboss.resteasy.utils.PermissionUtil.Builder
Creates a new builder

C

canDisableFeatureSecureProcessing() - Static method in class org.jboss.resteasy.utils.AssumeUtils
Checks to see if the XMLConstants.FEATURE_SECURE_PROCESSING can be set to false.
classes - Static variable in class org.jboss.resteasy.utils.TestApplication
 
clientInit() - Static method in class org.jboss.resteasy.utils.TestUtil
 
clientInit(int) - Static method in class org.jboss.resteasy.utils.TestUtil
 
CONFIG_PREFIX - Static variable in class org.jboss.resteasy.extension.systemproperties.SystemProperties
 
configure(FeatureContext) - Method in class org.jboss.resteasy.test.providers.custom.resource.DuplicateProviderRegistrationFeature
 
CookieUtil - Class in org.jboss.resteasy.utils
 
CookieUtil() - Constructor for class org.jboss.resteasy.utils.CookieUtil
 
count() - Method in class org.jboss.resteasy.utils.LogCounter
Get count of examined log message, logged after creation of this LogCounter
countViolations(ResteasyViolationException, int, int, int, int, int) - Static method in class org.jboss.resteasy.utils.TestUtil
Check count of violations in ResteasyViolationException.
countViolations(ViolationReport, int, int, int, int) - Static method in class org.jboss.resteasy.utils.TestUtil
 
create() - Static method in class org.jboss.resteasy.utils.PermissionUtil.Builder
Creates a new builder.
create() - Static method in class org.jboss.resteasy.utils.TestManagementClient
Creates a new management client with the default host and port.
create(boolean) - Static method in class org.jboss.resteasy.utils.maven.MavenUtil
 
create(String, int) - Static method in class org.jboss.resteasy.utils.TestManagementClient
Creates a new management client with the host and port provided.
createAuxiliaryArchive() - Method in class org.jboss.resteasy.extension.systemproperties.client.ArchiveAppender
 
createBeansXml() - Static method in class org.jboss.resteasy.utils.TestUtil
Creates a beans.xml file which uses a bean-discovery-mode of "all".
createMavenGavFile(String) - Method in class org.jboss.resteasy.utils.maven.MavenUtil
 
createMavenGavRecursiveFiles(String, String...) - Method in class org.jboss.resteasy.utils.maven.MavenUtil
 
createPermissionsXml(Iterable<? extends Permission>, Permission...) - Static method in class org.jboss.resteasy.utils.PermissionUtil
 
createPermissionsXml(Permission...) - Static method in class org.jboss.resteasy.utils.PermissionUtil
 
createPermissionsXmlAsset(Iterable<? extends Permission>) - Static method in class org.jboss.resteasy.utils.PermissionUtil
 
createPermissionsXmlAsset(Iterable<? extends Permission>, Permission...) - Static method in class org.jboss.resteasy.utils.PermissionUtil
 
createPermissionsXmlAsset(Permission...) - Static method in class org.jboss.resteasy.utils.PermissionUtil
 
createProxy(Class<T>, String) - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Create a Resteasy client proxy with an empty base request path.
createProxy(Class<T>, String, String) - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Create a Resteasy client proxy.
createTempDirPermission(String) - Static method in class org.jboss.resteasy.utils.PermissionUtil
Creates the permissions required for the java.io.tmpdir.
createURI(String, String) - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Create a URI for the provided path, using the configured port
createURL(String, String) - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Create a URL for the provided path, using the configured port
createWebXml(Class<? extends Application>, Map<String, String>) - Static method in class org.jboss.resteasy.utils.TestUtil
Creates a web.xml file.

D

DisableDefaultExceptionMapperSetupTask - Class in org.jboss.resteasy.setup
Disables the default exception mapper.
DisableDefaultExceptionMapperSetupTask() - Constructor for class org.jboss.resteasy.setup.DisableDefaultExceptionMapperSetupTask
 
doSetup(ManagementClient, String) - Method in class org.jboss.resteasy.setup.LoggingSetupTask
 
doSetup(ManagementClient, String) - Method in class org.jboss.resteasy.setup.SnapshotServerSetupTask
 
DuplicateDeploymentReader - Class in org.jboss.resteasy.test.core.basic.resource
 
DuplicateDeploymentReader() - Constructor for class org.jboss.resteasy.test.core.basic.resource.DuplicateDeploymentReader
 
DuplicateDeploymentResource - Class in org.jboss.resteasy.test.core.basic.resource
 
DuplicateDeploymentResource() - Constructor for class org.jboss.resteasy.test.core.basic.resource.DuplicateDeploymentResource
 
DuplicateProviderRegistrationFeature - Class in org.jboss.resteasy.test.providers.custom.resource
 
DuplicateProviderRegistrationFeature() - Constructor for class org.jboss.resteasy.test.providers.custom.resource.DuplicateProviderRegistrationFeature
 
DuplicateProviderRegistrationFilter - Class in org.jboss.resteasy.test.providers.custom.resource
 
DuplicateProviderRegistrationFilter() - Constructor for class org.jboss.resteasy.test.providers.custom.resource.DuplicateProviderRegistrationFilter
 
DuplicateProviderRegistrationInterceptor - Class in org.jboss.resteasy.test.providers.custom.resource
 
DuplicateProviderRegistrationInterceptor() - Constructor for class org.jboss.resteasy.test.providers.custom.resource.DuplicateProviderRegistrationInterceptor
 

E

executeReload(ModelControllerClient) - Static method in class org.jboss.resteasy.utils.ServerReload
Reloads the server and returns immediately.
executeReload(ModelControllerClient, ModelNode) - Static method in class org.jboss.resteasy.utils.ServerReload
Reloads the server and returns immediately.
executeReloadAndWaitForCompletion(ModelControllerClient) - Static method in class org.jboss.resteasy.utils.ServerReload
Executes a reload operation and waits the default timeout for the reload to complete.
executeReloadAndWaitForCompletion(ModelControllerClient, int) - Static method in class org.jboss.resteasy.utils.ServerReload
Executes a reload operation and waits a configurable maximum time for the reload to complete.
executeReloadAndWaitForCompletion(ModelControllerClient, ModelNode) - Static method in class org.jboss.resteasy.utils.ServerReload
Executes a reload operation and waits the default timeout for the reload to complete.
executeReloadAndWaitForCompletion(ModelControllerClient, ModelNode, int) - Static method in class org.jboss.resteasy.utils.ServerReload
Executes a reload operation and waits a configurable maximum time for the reload to complete.
ExpectedFailing - Interface in org.jboss.resteasy.category
Marker interface for tests which are expected to fail
ExpectedFailingOnWildFly18 - Interface in org.jboss.resteasy.category
Marker interface for tests which are expected to fail on WildFly 18.0.0.Final
ExpectedFailingOnWildFly19 - Interface in org.jboss.resteasy.category
Marker interface for tests which are expected to fail on WildFly 19
ExpectedFailingOnWildFly20 - Interface in org.jboss.resteasy.category
Marker interface for tests which are expected to fail on WildFly 20
ExpectedFailingOnWildFly21 - Class in org.jboss.resteasy.category
 
ExpectedFailingOnWildFly21() - Constructor for class org.jboss.resteasy.category.ExpectedFailingOnWildFly21
 
EXTENSION_NAME - Static variable in class org.jboss.resteasy.extension.systemproperties.SystemProperties
 

F

FACTOR_SYS_PROP - Static variable in class org.jboss.resteasy.utils.TimeoutUtil
 
FILE_NAME - Static variable in class org.jboss.resteasy.extension.systemproperties.SystemProperties
 
filter(ClientRequestContext) - Method in class org.jboss.resteasy.test.providers.custom.resource.DuplicateProviderRegistrationFilter
 
finishContainerPrepare(WebArchive, Map<String, String>, Class<?>...) - Static method in class org.jboss.resteasy.utils.TestUtil
Finish preparing war deployment and deploy it.
finishContainerPrepare(WebArchive, Map<String, String>, List<Class<?>>, Class<?>...) - Static method in class org.jboss.resteasy.utils.TestUtil
Finish preparing war deployment and deploy it.

G

generateBaseUrl(String) - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Generate a base URL incorporating the configured port.
generateUri(URI, String) - Static method in class org.jboss.resteasy.utils.TestUtil
Generate a URI based on the URL passed appending the path if its value is not null.
generateUri(URL, String) - Static method in class org.jboss.resteasy.utils.TestUtil
Generate a URI based on the URL passed appending the path if its value is not null.
generateURL(String, String) - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Generate a URL incorporating the configured port.
generateURL(String, String, String, int) - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Generate a URL with port, hostname
get() - Method in class org.jboss.resteasy.test.core.basic.resource.DuplicateDeploymentResource
 
getClasses() - Method in class org.jboss.resteasy.utils.TestApplication
 
getClassesFromDeployment(String) - Static method in class org.jboss.resteasy.utils.TestApplication
Load resources from classes.txt file from deployment
getConfiguration() - Method in class org.jboss.resteasy.utils.TestManagementClient
Gets the configuration used to create the client.
getConsoleHandlerName() - Method in class org.jboss.resteasy.setup.LoggingSetupTask
Determines the name of the console handler.
getContainerRunningState(ModelControllerClient) - Static method in class org.jboss.resteasy.utils.ServerReload
Returns the current running state, server-state, of the server.
getErrorMessageForKnownIssue(String) - Static method in class org.jboss.resteasy.utils.TestUtil
 
getErrorMessageForKnownIssue(String, String) - Static method in class org.jboss.resteasy.utils.TestUtil
 
getFactor() - Static method in class org.jboss.resteasy.utils.TimeoutUtil
Get timeout factor to multiply by.
getHost() - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Get host IP.
getJbossHome() - Static method in class org.jboss.resteasy.utils.TestUtil
 
getJbossHome(boolean) - Static method in class org.jboss.resteasy.utils.TestUtil
 
getLogLevels() - Method in class org.jboss.resteasy.setup.LoggingSetupTask
A map where the key is the log level and the value is a collection of logger names.
getManagementHost() - Static method in class org.jboss.resteasy.utils.TestUtil
Returns the host name defined by the wildfly.management.host system property, node system property or localhost by default.
getManagementPort() - Static method in class org.jboss.resteasy.utils.TestUtil
Returns the management port defined by the wildfly.management.port or 9990 by default.
getManagementPort(int) - Static method in class org.jboss.resteasy.utils.TestUtil
Returns the management port by the wildfly.management.port or 9990 by default plus the offset.
getPort() - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Get port.
getRawFactor() - Static method in class org.jboss.resteasy.utils.TimeoutUtil
Get raw timeout factor.
getResourcePath(Class<?>, String) - Static method in class org.jboss.resteasy.utils.TestUtil
Get resource in test scope for some class.
getSecurityDomainConfig() - Method in class org.jboss.resteasy.setup.AbstractUsersRolesSecurityDomainSetup
A map of the security domain configuration.
getSingletons() - Method in class org.jboss.resteasy.utils.TestApplication
 
getStandaloneDir(boolean, String) - Static method in class org.jboss.resteasy.utils.TestUtil
Get the path to the containers base dir for standalone mode (configuration, logs, etc..).
getStandaloneDir(String) - Static method in class org.jboss.resteasy.utils.TestUtil
Get the path to the containers base dir for standalone mode (configuration, logs, etc..).
getViolationByMessage(List<ResteasyConstraintViolation>, String) - Static method in class org.jboss.resteasy.utils.TestUtil
 
getViolationByMessageAndValue(List<ResteasyConstraintViolation>, String, Object) - Static method in class org.jboss.resteasy.utils.TestUtil
 
getViolationByPath(List<ResteasyConstraintViolation>, String) - Static method in class org.jboss.resteasy.utils.TestUtil
 
getWarningCount(String, boolean) - Static method in class org.jboss.resteasy.utils.TestUtil
Get count of lines with specific string in log
getWarningCount(String, boolean, String) - Static method in class org.jboss.resteasy.utils.TestUtil
Get count of lines with specific string in log
getWarningCount(String, boolean, String, boolean) - Static method in class org.jboss.resteasy.utils.TestUtil
Get count of lines with specific string or regexp in log

I

isIbmJdk() - Static method in class org.jboss.resteasy.utils.TestUtil
 
isIpv6() - Static method in class org.jboss.resteasy.utils.PortProviderUtil
Get information about IPv6 connectivity.
isModularJvm() - Static method in class org.jboss.resteasy.utils.TestUtil
Indicates whether or not the current JVM is a modular (Java 9+) JVM.
isOpenJDK() - Static method in class org.jboss.resteasy.utils.TestUtil
 
isOracleJDK() - Static method in class org.jboss.resteasy.utils.TestUtil
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.test.core.basic.resource.DuplicateDeploymentReader
 
isWildFly9x() - Static method in class org.jboss.resteasy.utils.TestUtil
 
isWindows() - Static method in class org.jboss.resteasy.utils.TestUtil
 

L

LogCounter - Class in org.jboss.resteasy.utils
Counter for log messages in log file.
LogCounter(String, boolean) - Constructor for class org.jboss.resteasy.utils.LogCounter
 
LogCounter(String, boolean, String) - Constructor for class org.jboss.resteasy.utils.LogCounter
 
LogCounter(String, boolean, String, boolean) - Constructor for class org.jboss.resteasy.utils.LogCounter
 
logger - Static variable in class org.jboss.resteasy.utils.maven.MavenUtil
 
logger - Static variable in class org.jboss.resteasy.utils.TestUtil
 
LoggingSetupTask - Class in org.jboss.resteasy.setup
A setup task for configuring loggers for tests.
LoggingSetupTask() - Constructor for class org.jboss.resteasy.setup.LoggingSetupTask
 

M

MavenUtil - Class in org.jboss.resteasy.utils.maven
This class was originally written by Kabir Khan to download old maven artifact in wildfly-core.

N

newRepositorySystem() - Static method in class org.jboss.resteasy.utils.maven.MavenUtil
 
nonManagementCleanUp() - Method in class org.jboss.resteasy.setup.SnapshotServerSetupTask
 

O

org.jboss.resteasy.category - package org.jboss.resteasy.category
 
org.jboss.resteasy.extension.systemproperties - package org.jboss.resteasy.extension.systemproperties
 
org.jboss.resteasy.extension.systemproperties.client - package org.jboss.resteasy.extension.systemproperties.client
 
org.jboss.resteasy.extension.systemproperties.container - package org.jboss.resteasy.extension.systemproperties.container
 
org.jboss.resteasy.setup - package org.jboss.resteasy.setup
 
org.jboss.resteasy.test.core.basic.resource - package org.jboss.resteasy.test.core.basic.resource
 
org.jboss.resteasy.test.providers.custom.resource - package org.jboss.resteasy.test.providers.custom.resource
 
org.jboss.resteasy.utils - package org.jboss.resteasy.utils
 
org.jboss.resteasy.utils.maven - package org.jboss.resteasy.utils.maven
 

P

PermissionUtil - Class in org.jboss.resteasy.utils
 
PermissionUtil() - Constructor for class org.jboss.resteasy.utils.PermissionUtil
 
PermissionUtil.Builder - Class in org.jboss.resteasy.utils
A builder for creating a permission file.
PortProviderUtil - Class in org.jboss.resteasy.utils
Utility class that provides a port number for the Resteasy embedded container.
PortProviderUtil() - Constructor for class org.jboss.resteasy.utils.PortProviderUtil
 
prepareArchive(String) - Static method in class org.jboss.resteasy.utils.TestUtil
Initialize deployment.
prepareArchiveWithApplication(String, Class<? extends Application>) - Static method in class org.jboss.resteasy.utils.TestUtil
 
process(Archive<?>, TestClass) - Method in class org.jboss.resteasy.extension.systemproperties.client.ArchiveProcessor
 

R

readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.test.core.basic.resource.DuplicateDeploymentReader
 
readServerLogLines() - Static method in class org.jboss.resteasy.utils.TestUtil
Read server log file from standalone/log/server.log
readServerLogLines(boolean) - Static method in class org.jboss.resteasy.utils.TestUtil
 
readServerLogLines(boolean, String) - Static method in class org.jboss.resteasy.utils.TestUtil
 
readString(InputStream) - Static method in class org.jboss.resteasy.utils.TestUtil
Convert input stream to String.
register(LoadableExtension.ExtensionBuilder) - Method in class org.jboss.resteasy.extension.systemproperties.client.SystemPropertiesExtension
 
register(LoadableExtension.ExtensionBuilder) - Method in class org.jboss.resteasy.extension.systemproperties.container.SystemPropertiesRemoteExtension
 
reloadIfRequired(ModelControllerClient) - Static method in class org.jboss.resteasy.utils.ServerReload
Checks if the container status is "reload-required" and if it's the case executes reload and waits for completion.
resolveDependency(String) - Static method in class org.jboss.resteasy.utils.TestUtil
Get specified single dependency
runCmd(OnlineManagementClient, String) - Static method in class org.jboss.resteasy.utils.TestUtil
 

S

ServerReload - Class in org.jboss.resteasy.utils
Utilities for handling server reloads.
ServerReload() - Constructor for class org.jboss.resteasy.utils.ServerReload
 
setProperties(BeforeSuite) - Method in class org.jboss.resteasy.extension.systemproperties.container.SystemPropertiesLoader
 
setup(ManagementClient, String) - Method in class org.jboss.resteasy.setup.AbstractUsersRolesSecurityDomainSetup
 
setup(ManagementClient, String) - Method in class org.jboss.resteasy.setup.SnapshotServerSetupTask
 
setup(ManagementClient, String) - Method in class org.jboss.resteasy.setup.SystemPropertySetupTask
 
singletons - Static variable in class org.jboss.resteasy.utils.TestApplication
 
SnapshotServerSetupTask - Class in org.jboss.resteasy.setup
 
SnapshotServerSetupTask() - Constructor for class org.jboss.resteasy.setup.SnapshotServerSetupTask
 
SystemProperties - Class in org.jboss.resteasy.extension.systemproperties
SystemProperties
SystemProperties() - Constructor for class org.jboss.resteasy.extension.systemproperties.SystemProperties
 
SystemPropertiesExtension - Class in org.jboss.resteasy.extension.systemproperties.client
SystemPropertiesExtension
SystemPropertiesExtension() - Constructor for class org.jboss.resteasy.extension.systemproperties.client.SystemPropertiesExtension
 
SystemPropertiesLoader - Class in org.jboss.resteasy.extension.systemproperties.container
SystemPropertiesLoader
SystemPropertiesLoader() - Constructor for class org.jboss.resteasy.extension.systemproperties.container.SystemPropertiesLoader
 
SystemPropertiesRemoteExtension - Class in org.jboss.resteasy.extension.systemproperties.container
SystemPropertiesRemoteExtension
SystemPropertiesRemoteExtension() - Constructor for class org.jboss.resteasy.extension.systemproperties.container.SystemPropertiesRemoteExtension
 
SystemPropertySetupTask - Class in org.jboss.resteasy.setup
A setup task for Arquillian tests which set system properties in WildFly and remove them when the test is complete.
SystemPropertySetupTask(Map<String, String>) - Constructor for class org.jboss.resteasy.setup.SystemPropertySetupTask
Creates a new setup task which defines the provided properties.

T

tearDown(ManagementClient, String) - Method in class org.jboss.resteasy.setup.AbstractUsersRolesSecurityDomainSetup
 
tearDown(ManagementClient, String) - Method in class org.jboss.resteasy.setup.SnapshotServerSetupTask
 
tearDown(ManagementClient, String) - Method in class org.jboss.resteasy.setup.SystemPropertySetupTask
 
TestApplication - Class in org.jboss.resteasy.utils
Base class used from deployment.
TestApplication() - Constructor for class org.jboss.resteasy.utils.TestApplication
 
TestManagementClient - Class in org.jboss.resteasy.utils
A simple management client which exposes the configuration used to create the client.
TestUtil - Class in org.jboss.resteasy.utils
Base util class for RESTEasy testing.
TestUtil() - Constructor for class org.jboss.resteasy.utils.TestUtil
 
TIMEOUT - Static variable in class org.jboss.resteasy.utils.ServerReload
Default time, in ms, to wait for reload to complete.
TimeoutUtil - Class in org.jboss.resteasy.utils
This class is copied from shared module of wildfly-core testsuite.
TimeoutUtil() - Constructor for class org.jboss.resteasy.utils.TimeoutUtil
 
toString(Class<S>, S) - Static method in class org.jboss.resteasy.utils.CookieUtil
Test utility to replace deprecated method Cookie.toString().
TracingRequired - Interface in org.jboss.resteasy.category
A marker for a test category that indicates the tracing API is required.

U

unsetProperties(AfterSuite) - Method in class org.jboss.resteasy.extension.systemproperties.container.SystemPropertiesLoader
 

V

valueOf(Class<S>, String) - Static method in class org.jboss.resteasy.utils.CookieUtil
Test utility to replace deprecated method Cookie.valueOf(String).
A B C D E F G I L M N O P R S T U V 
All Classes All Packages