|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.security.policy.schema.ScenarioAssertionType
oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
public class HttpSecurityJaxbElem
Java class for http-security-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="http_security_type"> <complexContent> <extension base="{http://schemas.oracle.com/ws/2006/01/securitypolicy}scenario-assertion-type"> <sequence> <element name="auth_header" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}http-header-type" minOccurs="0"/> <element name="require_tls" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}require-tls-type" minOccurs="0"/> <any/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Element> |
anies |
protected HttpHeaderType |
authHeader |
protected RequireTlsType |
requireTls |
Fields inherited from class oracle.wsm.security.policy.schema.ScenarioAssertionType |
---|
description |
Constructor Summary | |
---|---|
HttpSecurityJaxbElem() |
Method Summary | |
---|---|
List<Element> |
getAnies() Gets the value of the anies property. |
HttpHeaderType |
getAuthHeader() Gets the value of the authHeader property. |
RequireTlsType |
getRequireTls() Gets the value of the requireTls property. |
void |
setAuthHeader(HttpHeaderType value) Sets the value of the authHeader property. |
void |
setRequireTls(RequireTlsType value) Sets the value of the requireTls property. |
Methods inherited from class oracle.wsm.security.policy.schema.ScenarioAssertionType |
---|
getDescription, getOtherAttributes, setDescription |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HttpHeaderType authHeader
protected RequireTlsType requireTls
protected List<Element> anies
Constructor Detail |
---|
public HttpSecurityJaxbElem()
Method Detail |
---|
public HttpHeaderType getAuthHeader()
HttpHeaderType
public void setAuthHeader(HttpHeaderType value)
value
- allowed object is HttpHeaderType
public RequireTlsType getRequireTls()
RequireTlsType
public void setRequireTls(RequireTlsType value)
value
- allowed object is RequireTlsType
public List<Element> getAnies()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list Element
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |