|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Authentication
The Authentication
can be used within a
annotation
to send authentication information within an outgoing http request. Currently only BASIC and
DIGEST authentication are supported.HttpTest
AuthenticationType
Required Element Summary | |
---|---|
java.lang.String |
password
|
AuthenticationType |
type
The type attribute specifies the type of the authentication method. |
java.lang.String |
user
|
Element Detail |
---|
public abstract java.lang.String password
public abstract AuthenticationType type
The type
attribute specifies the type of the authentication method. Currently
only BASIC and DIGEST authentication are supported. This may change in future.
AuthenticationType
public abstract java.lang.String user
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |