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
IndexOutOfBoundsExceptionpublic void addDoNotOverride(int index,
                             String doNotOverride)
                      throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic Enumeration<String> enumerateDoNotOverride()
public String getDoNotOverride(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic 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.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void removeAllDoNotOverride()
public boolean removeDoNotOverride(String doNotOverride)
public String removeDoNotOverrideAt(int index)
public void setDoNotOverride(int index,
                             String doNotOverride)
                      throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic 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.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
              throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionpublic boolean isSecureTag(String tag)
Copyright © 2017. All rights reserved.