| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.utils |
| Modifier and Type | Method and Description |
|---|---|
static XMLSecurityPropertyManager.State |
XMLSecurityPropertyManager.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityPropertyManager.State[] |
XMLSecurityPropertyManager.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSecurityPropertyManager.setValue(int index,
XMLSecurityPropertyManager.State state,
String value)
Set the value of a property by its index
|
boolean |
XMLSecurityPropertyManager.setValue(String propertyName,
XMLSecurityPropertyManager.State state,
Object value)
Set limit by property name and state
|
void |
XMLSecurityPropertyManager.setValue(XMLSecurityPropertyManager.Property property,
XMLSecurityPropertyManager.State state,
String value)
Set the value for a specific property.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.