Uses of Class
de.smartics.properties.api.core.security.SecurityException

Packages that use SecurityException
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.api.core.security Provides security mechanisms to protect property values. 
de.smartics.properties.impl.config.cache Provides a ConfigurationPropertiesManagement implementation that provides a cache. 
de.smartics.properties.security.esapi Provides a security implementation to en- and decrypt property values based on OWASP ESAPI
de.smartics.properties.spi.config.domain Provides domain objects for configuration. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

Uses of SecurityException in de.smartics.properties.api.config.domain
 

Methods in de.smartics.properties.api.config.domain that throw SecurityException
 Object ConfigurationProperties.getPropertyAsType(PropertyDescriptor descriptor)
          Returns the yet not validated property for the given descriptor's key.
 ValidatedProperty ConfigurationProperties.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue)
          Returns the validated property for the given descriptor's key, allowing to transparently provide a default value to be returned in case the property has not been set.
 ValidatedProperty ConfigurationProperties.getValidatedProperty(PropertyKey key, Object defaultValue)
          Returns the validated property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
 ValidatedProperty ConfigurationProperties.getValidatedProperty(String key, Object defaultValue)
          Returns the validated property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
 

Uses of SecurityException in de.smartics.properties.api.core.security
 

Methods in de.smartics.properties.api.core.security that throw SecurityException
protected  Cipher SystemPropertyBasedPropertyValueSecurity.createCipher(PropertyDescriptor descriptor)
          Creates the cipher instance.
protected  SecretKey SystemPropertyBasedPropertyValueSecurity.createKey(PropertyDescriptor descriptor)
          Creates the symmetric key instance.
 String SystemPropertyBasedPropertyValueSecurity.decrypt(PropertyDescriptor descriptor, String encryptedValue)
           
 String PropertyValueSecurity.decrypt(PropertyDescriptor descriptor, String encryptedValue)
          Decrypts the given property value.
 String PropertiesBasedPropertyValueSecurity.decrypt(PropertyDescriptor descriptor, String encryptedValue)
           
protected  String AbstractPropertyValueSecurity.decrypt(PropertyDescriptor descriptor, String encryptedValue, SecretKey key, Cipher cipher)
          Decrypts the given property value.
 String SystemPropertyBasedPropertyValueSecurity.encrypt(PropertyDescriptor descriptor, String plainValue)
           
 String PropertyValueSecurity.encrypt(PropertyDescriptor descriptor, String plainValue)
          Encrypts the given property value.
 String PropertiesBasedPropertyValueSecurity.encrypt(PropertyDescriptor descriptor, String plainValue)
           
protected  String AbstractPropertyValueSecurity.encrypt(PropertyDescriptor descriptor, String plainValue, SecretKey key, Cipher cipher)
          Encrypts the given property value.
 

Uses of SecurityException in de.smartics.properties.impl.config.cache
 

Methods in de.smartics.properties.impl.config.cache that throw SecurityException
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyAsType(PropertyDescriptor descriptor)
           
 

Uses of SecurityException in de.smartics.properties.security.esapi
 

Methods in de.smartics.properties.security.esapi that throw SecurityException
 String AbstractEsapiPropertyValueSecurity.decrypt(PropertyDescriptor descriptor, String encryptedValue)
           
 String AbstractEsapiPropertyValueSecurity.encrypt(PropertyDescriptor descriptor, String plainValue)
           
 

Uses of SecurityException in de.smartics.properties.spi.config.domain
 

Methods in de.smartics.properties.spi.config.domain that throw SecurityException
 Object ConfigurationPropertiesProxy.getPropertyAsType(PropertyDescriptor descriptor)
           
 

Uses of SecurityException in de.smartics.properties.spi.config.support
 

Methods in de.smartics.properties.spi.config.support that throw SecurityException
 Object ConfigurationPropertiesManagementWithDefaults.getPropertyAsType(PropertyDescriptor descriptor)
           
 Object AbstractConfigurationPropertiesManagement.getPropertyAsType(PropertyDescriptor descriptor)
           
 ValidatedProperty ConfigurationPropertiesManagementWithDefaults.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ValidatedProperty AbstractConfigurationPropertiesManagement.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ValidatedProperty AbstractConfigurationProperties.getValidatedProperty(PropertyKey key, Object defaultValue)
           
 ValidatedProperty AbstractConfigurationProperties.getValidatedProperty(String key, Object defaultValue)
           
protected  Object AbstractConfigurationProperties.resolveAndConvert(PropertyDescriptor descriptor, Object value, Object defaultValue)
          Resolves and converts the given value.
protected  Object AbstractConfigurationProperties.resolveAndConvertAndValidate(PropertyDescriptor descriptor, Object defaultValue, Object value)
          Resolves, converts and validates the given value.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.