| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.utils |
| Modifier and Type | Method and Description |
|---|---|
static XMLSecurityManager.Limit |
XMLSecurityManager.Limit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityManager.Limit[] |
XMLSecurityManager.Limit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLLimitAnalyzer.addValue(XMLSecurityManager.Limit limit,
String entityName,
int value)
Add the value to the current max count for the specified property
To find the max value of all entities, set no limit
|
void |
XMLLimitAnalyzer.endEntity(XMLSecurityManager.Limit limit,
String name)
Stop tracking the entity
|
int |
XMLSecurityManager.getLimit(XMLSecurityManager.Limit limit)
Return the value of the specified property
|
String |
XMLSecurityManager.getLimitValueAsString(XMLSecurityManager.Limit limit)
Return the value of a property by its ordinal
|
XMLSecurityManager.State |
XMLSecurityManager.getState(XMLSecurityManager.Limit limit)
Return the state of the limit property
|
String |
XMLSecurityManager.getStateLiteral(XMLSecurityManager.Limit limit)
Return the state of the limit property
|
int |
XMLLimitAnalyzer.getTotalValue(XMLSecurityManager.Limit limit)
Return the total value accumulated so far
|
int |
XMLLimitAnalyzer.getValue(XMLSecurityManager.Limit limit)
Return the value of the current max count for the specified property
|
boolean |
XMLSecurityManager.isOverLimit(XMLSecurityManager.Limit limit,
String entityName,
int size,
XMLLimitAnalyzer limitAnalyzer)
Check if the size (length or count) of the specified limit property is
over the limit
|
boolean |
XMLSecurityManager.isOverLimit(XMLSecurityManager.Limit limit,
XMLLimitAnalyzer limitAnalyzer)
Check against cumulated value
|
void |
XMLSecurityManager.setLimit(XMLSecurityManager.Limit limit,
XMLSecurityManager.State state,
int value)
Set the value for a specific limit.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.