Uses of Class
uk.org.ogsadai.common.MissingSystemPropertyException

Packages that use MissingSystemPropertyException
uk.org.ogsadai.common.rolemap This package provides a set of classes to support the mapping of security credentials to usernames and passwords - role mapping. 
 

Uses of MissingSystemPropertyException in uk.org.ogsadai.common.rolemap
 

Methods in uk.org.ogsadai.common.rolemap that throw MissingSystemPropertyException
static java.lang.String Cryptography.getPassword()
          Returns the value of the ogsadai.password system property.
static java.lang.String Cryptography.unscramble(java.lang.String scrambled)
          Unencrypts a Base64 encoded string, using the value of the ogsadai.password system property as a password, and returns the unencrypted string.