public class Security extends Object implements Serializable
Constructor and Description |
---|
Security() |
Modifier and Type | Method and Description |
---|---|
void |
addDoNotOverride(int index,
String doNotOverride) |
void |
addDoNotOverride(String doNotOverride) |
Enumeration<String> |
enumerateDoNotOverride() |
boolean |
equals(Object obj) |
String[] |
getDoNotOverride() |
String |
getDoNotOverride(int index) |
List<String> |
getDoNotOverrideCollection() |
int |
getDoNotOverrideCount() |
int |
hashCode() |
boolean |
isSecureTag(String tag) |
boolean |
isValid() |
Iterator<String> |
iterateDoNotOverride() |
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
removeAllDoNotOverride() |
boolean |
removeDoNotOverride(String doNotOverride) |
String |
removeDoNotOverrideAt(int index) |
void |
setDoNotOverride(int index,
String doNotOverride) |
void |
setDoNotOverride(List<String> doNotOverride) |
void |
setDoNotOverride(String[] doNotOverride) |
void |
setDoNotOverrideCollection(List<String> doNotOverride) |
static Security |
unmarshal(Reader reader) |
void |
validate() |
public void addDoNotOverride(String doNotOverride) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void addDoNotOverride(int index, String doNotOverride) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public Enumeration<String> enumerateDoNotOverride()
public String getDoNotOverride(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public String[] getDoNotOverride()
public int getDoNotOverrideCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllDoNotOverride()
public boolean removeDoNotOverride(String doNotOverride)
public String removeDoNotOverrideAt(int index)
public void setDoNotOverride(int index, String doNotOverride) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void setDoNotOverride(String[] doNotOverride)
public static Security unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
public boolean isSecureTag(String tag)
Copyright © 2017. All rights reserved.