|
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.Wss11MutualAuthWithCertificatesJaxbElem
public class Wss11MutualAuthWithCertificatesJaxbElem
Java class for wss11-mutual-auth-with-certificates-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wss11_mutual_auth_with_certificates_type"> <complexContent> <extension base="{http://schemas.oracle.com/ws/2006/01/securitypolicy}scenario-assertion-type"> <sequence> <element name="x509_token" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}wss11-x509-token-type" minOccurs="0"/> <element name="msg_security" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}wss11-msg-security-type" minOccurs="0"/> <any/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Element> |
anies |
protected Wss11MsgSecurityType |
msgSecurity |
protected Wss11X509TokenType |
x509Token |
Fields inherited from class oracle.wsm.security.policy.schema.ScenarioAssertionType |
---|
description |
Constructor Summary | |
---|---|
Wss11MutualAuthWithCertificatesJaxbElem() |
Method Summary | |
---|---|
List<Element> |
getAnies() Gets the value of the anies property. |
Wss11MsgSecurityType |
getMsgSecurity() Gets the value of the msgSecurity property. |
Wss11X509TokenType |
getX509Token() Gets the value of the x509Token property. |
void |
setMsgSecurity(Wss11MsgSecurityType value) Sets the value of the msgSecurity property. |
void |
setX509Token(Wss11X509TokenType value) Sets the value of the x509Token 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 Wss11X509TokenType x509Token
protected Wss11MsgSecurityType msgSecurity
protected List<Element> anies
Constructor Detail |
---|
public Wss11MutualAuthWithCertificatesJaxbElem()
Method Detail |
---|
public Wss11X509TokenType getX509Token()
Wss11X509TokenType
public void setX509Token(Wss11X509TokenType value)
value
- allowed object is Wss11X509TokenType
public Wss11MsgSecurityType getMsgSecurity()
Wss11MsgSecurityType
public void setMsgSecurity(Wss11MsgSecurityType value)
value
- allowed object is Wss11MsgSecurityType
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 |