Package org.jboss.arquillian.test.api
Annotation Type Secured
-
@Documented @Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface 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
-
-
Element Detail
-
scheme
String scheme
Defines the name of the protocol to use.- Returns:
- The scheme name or
httpsif the scheme is undefined
- Default:
- "https"
-
-