@Exported public class SecurityConfig extends Object
Java class for securityConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="securityConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="action" type="{http://www.fatwire.com/schema/rest/1.0}actionEnum" minOccurs="0"/>
<element name="groups" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="object" type="{http://www.fatwire.com/schema/rest/1.0}csObject" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActionEnum |
action |
protected List<String> |
groups |
protected CsObject |
object |
| Constructor and Description |
|---|
SecurityConfig() |
| Modifier and Type | Method and Description |
|---|---|
ActionEnum |
getAction()
Gets the value of the action property.
|
List<String> |
getGroups()
Gets the value of the groups property.
|
CsObject |
getObject()
Gets the value of the object property.
|
void |
setAction(ActionEnum value)
Sets the value of the action property.
|
void |
setObject(CsObject value)
Sets the value of the object property.
|
protected ActionEnum action
protected CsObject object
public ActionEnum getAction()
ActionEnumpublic void setAction(ActionEnum value)
value - allowed object is
ActionEnumpublic List<String> getGroups()
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 groups property.
For example, to add a new item, do as follows:
getGroups().add(newItem);
Objects of the following type(s) are allowed in the list
String
public CsObject getObject()
CsObject