Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.security.policy.schema
Class KerberosSecurityJaxbElem

java.lang.Object
  extended by oracle.wsm.security.policy.schema.ScenarioAssertionType
      extended by oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem

All Implemented Interfaces:
Serializable

public class KerberosSecurityJaxbElem
extends ScenarioAssertionType
implements Serializable

Java class for wss11-kerberos-security-type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="wss11_kerberos_security_type">
   <complexContent>
     <extension base="{http://schemas.oracle.com/ws/2006/01/securitypolicy}scenario-assertion-type">
       <sequence>
         <element name="kerberos_token" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}kerberos-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>
 
See Also:
Serialized Form

Field Summary
protected  List<Element> anies
           
protected  KerberosTokenType kerberosToken
           
protected  Wss11MsgSecurityType msgSecurity
           

 

Fields inherited from class oracle.wsm.security.policy.schema.ScenarioAssertionType
description

 

Constructor Summary
KerberosSecurityJaxbElem()
           

 

Method Summary
 List<Element> getAnies()
          Gets the value of the anies property.
 KerberosTokenType getKerberosToken()
          Gets the value of the kerberosToken property.
 Wss11MsgSecurityType getMsgSecurity()
          Gets the value of the msgSecurity property.
 void setKerberosToken(KerberosTokenType value)
          Sets the value of the kerberosToken property.
 void setMsgSecurity(Wss11MsgSecurityType value)
          Sets the value of the msgSecurity 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

kerberosToken

protected KerberosTokenType kerberosToken

msgSecurity

protected Wss11MsgSecurityType msgSecurity

anies

protected List<Element> anies

Constructor Detail

KerberosSecurityJaxbElem

public KerberosSecurityJaxbElem()

Method Detail

getKerberosToken

public KerberosTokenType getKerberosToken()
Gets the value of the kerberosToken property.
Returns:
possible object is KerberosTokenType

setKerberosToken

public void setKerberosToken(KerberosTokenType value)
Sets the value of the kerberosToken property.
Parameters:
value - allowed object is KerberosTokenType

getMsgSecurity

public Wss11MsgSecurityType getMsgSecurity()
Gets the value of the msgSecurity property.
Returns:
possible object is Wss11MsgSecurityType

setMsgSecurity

public void setMsgSecurity(Wss11MsgSecurityType value)
Sets the value of the msgSecurity property.
Parameters:
value - allowed object is Wss11MsgSecurityType

getAnies

public List<Element> getAnies()
Gets the value of the anies property.

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


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.