Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface UserRoles


public interface UserRoles

Represents the roles element that defined in RFC4575.

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

 <complexType name="user_roles_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entry" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 List<String> getEntry()
          Gets the value of the entry property.

 

Method Detail

getEntry

List<String> getEntry()
Gets the value of the entry property.
Returns:
a list of entries.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.