|
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.Wss10SamlWithCertificatesJaxbElem
public class Wss10SamlWithCertificatesJaxbElem
Java class for wss10-saml-with-certificates-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wss10_saml_with_certificates_type"> <complexContent> <extension base="{http://schemas.oracle.com/ws/2006/01/securitypolicy}scenario-assertion-type"> <sequence> <element name="saml_token" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://schemas.oracle.com/ws/2006/01/securitypolicy}saml-token-type"> <attribute name="version" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}saml-version-enum-type" fixed="1.1" /> <attribute name="confirmation_type" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}saml-confirmation-enum-type" /> </restriction> </complexContent> </complexType> </element> <element name="x509_token" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}wss10-x509-token-type" minOccurs="0"/> <element name="msg_security" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}wss10-msg-security-type" minOccurs="0"/> <any/> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
Wss10SamlWithCertificatesJaxbElem.SamlToken Java class for anonymous complex type. |
Field Summary | |
---|---|
protected List<Element> |
anies |
protected Wss10MsgSecurityType |
msgSecurity |
protected Wss10SamlWithCertificatesJaxbElem.SamlToken |
samlToken |
protected Wss10X509TokenType |
x509Token |
Fields inherited from class oracle.wsm.security.policy.schema.ScenarioAssertionType |
---|
description |
Constructor Summary | |
---|---|
Wss10SamlWithCertificatesJaxbElem() |
Method Summary | |
---|---|
List<Element> |
getAnies() Gets the value of the anies property. |
Wss10MsgSecurityType |
getMsgSecurity() Gets the value of the msgSecurity property. |
Wss10SamlWithCertificatesJaxbElem.SamlToken |
getSamlToken() Gets the value of the samlToken property. |
Wss10X509TokenType |
getX509Token() Gets the value of the x509Token property. |
void |
setMsgSecurity(Wss10MsgSecurityType value) Sets the value of the msgSecurity property. |
void |
setSamlToken(Wss10SamlWithCertificatesJaxbElem.SamlToken value) Sets the value of the samlToken property. |
void |
setX509Token(Wss10X509TokenType 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 Wss10SamlWithCertificatesJaxbElem.SamlToken samlToken
protected Wss10X509TokenType x509Token
protected Wss10MsgSecurityType msgSecurity
protected List<Element> anies
Constructor Detail |
---|
public Wss10SamlWithCertificatesJaxbElem()
Method Detail |
---|
public Wss10SamlWithCertificatesJaxbElem.SamlToken getSamlToken()
Wss10SamlWithCertificatesJaxbElem.SamlToken
public void setSamlToken(Wss10SamlWithCertificatesJaxbElem.SamlToken value)
value
- allowed object is Wss10SamlWithCertificatesJaxbElem.SamlToken
public Wss10X509TokenType getX509Token()
Wss10X509TokenType
public void setX509Token(Wss10X509TokenType value)
value
- allowed object is Wss10X509TokenType
public Wss10MsgSecurityType getMsgSecurity()
Wss10MsgSecurityType
public void setMsgSecurity(Wss10MsgSecurityType value)
value
- allowed object is Wss10MsgSecurityType
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 |