@Retention(value=RUNTIME) @Target(value=TYPE) public @interface WebContext
Modifier and Type | Optional Element and Description |
---|---|
String |
authMethod
The authMethod is used to configure the authentication mechanism for the web service.
|
String |
contextRoot
The contextRoot element specifies the context root that the web service endpoint is deployed to.
|
String |
realmName
Description of the resource being accessed
|
boolean |
secureWSDLAccess
A secure endpoint does not secure wsdl access by default.
|
String |
transportGuarantee
The transportGuarantee specifies that the communication
between client and server should be NONE, INTEGRAL, or
CONFIDENTIAL.
|
String |
urlPattern
Relative path that is appended to the contextRoot to form fully qualified
endpoint address for the web service endpoint.
|
String |
virtualHost
The virtual host that the web service endpoint is deployed to.
|
public abstract String contextRoot
public abstract String virtualHost
public abstract String urlPattern
public abstract String authMethod
AuthMethod
public abstract String transportGuarantee
TransportGuarantee
public abstract boolean secureWSDLAccess
public abstract String realmName
Copyright © 2019 JBoss by Red Hat. All rights reserved.