Package com.atlassian.jira.security.properties


package com.atlassian.jira.security.properties
  • Class
    Description
    DefaultSecurityPropertiesService provides cached access to persistent properties backed by SecurityPropertiesDao, Notes: - a simple cache implementation here supersedes more complex CacheManager - this is to allow SecurityPropertiesService to be used in course of CacheManager's implementation initialisation (e.g.
     
    SecurityPropertiesService provides cached access to persistent properties, which are supposed to serve security related aspects.