Package org.jboss.arquillian.test.api
Annotation Type Secured
Uses the secured protocol for URL and URI injection.
Usage example of field injection:
@ArquillianResource
@Secured
private URL url;
- Version:
- $Revision: $
- Author:
- Samuel Santos
-
Optional Element Summary
Optional Elements
-
Element Details
-
scheme
String schemeDefines the name of the protocol to use.- Returns:
- The scheme name or
httpsif the scheme is undefined
- Default:
"https"
-
port
int portDefines the port number on the host.- Returns:
- The port number or
-1if the port is undefined
- Default:
-1
-