static AbstractPrioritizedPropertyLoader |
EsapiPropertyLoaderFactory.createPropertyLoader(EsapiConfiguration cfg) |
|
java.lang.Boolean |
EsapiPropertyLoader.getBooleanProp(java.lang.String propertyName) |
Get any Boolean type property from security configuration.
|
java.lang.Boolean |
EsapiPropertyManager.getBooleanProp(java.lang.String propertyName) |
Get any Boolean type property from security configuration.
|
java.lang.Boolean |
StandardEsapiPropertyLoader.getBooleanProp(java.lang.String propertyName) |
Get any Boolean type property from security configuration.
|
java.lang.Boolean |
XmlEsapiPropertyLoader.getBooleanProp(java.lang.String propertyName) |
Get any Boolean type property from security configuration.
|
byte[] |
EsapiPropertyLoader.getByteArrayProp(java.lang.String propertyName) |
Get any byte array type property from security configuration.
|
byte[] |
EsapiPropertyManager.getByteArrayProp(java.lang.String propertyName) |
Get any byte array type property from security configuration.
|
byte[] |
StandardEsapiPropertyLoader.getByteArrayProp(java.lang.String propertyName) |
Get any byte array type property from security configuration.
|
byte[] |
XmlEsapiPropertyLoader.getByteArrayProp(java.lang.String propertyName) |
Get any byte array type property from security configuration.
|
int |
EsapiPropertyLoader.getIntProp(java.lang.String propertyName) |
Get any int type property from security configuration.
|
int |
EsapiPropertyManager.getIntProp(java.lang.String propertyName) |
Get any int type property from security configuration.
|
int |
StandardEsapiPropertyLoader.getIntProp(java.lang.String propertyName) |
Get any int type property from security configuration.
|
int |
XmlEsapiPropertyLoader.getIntProp(java.lang.String propertyName) |
Get any int type property from security configuration.
|
java.lang.String |
EsapiPropertyLoader.getStringProp(java.lang.String propertyName) |
Get any property from security configuration.
|
java.lang.String |
EsapiPropertyManager.getStringProp(java.lang.String propertyName) |
Get any property from security configuration.
|
java.lang.String |
StandardEsapiPropertyLoader.getStringProp(java.lang.String propertyName) |
Get any property from security configuration.
|
java.lang.String |
XmlEsapiPropertyLoader.getStringProp(java.lang.String propertyName) |
Get any property from security configuration.
|
protected void |
XmlEsapiPropertyLoader.loadPropertiesFromFile(java.io.File file) |
Methods loads configuration from .xml file.
|