public class

JiraJdbcPropertySet

extends AbstractPropertySet
java.lang.Object
   ↳ com.opensymphony.module.propertyset.AbstractPropertySet
     ↳ com.atlassian.confluence.user.providers.jira.JiraJdbcPropertySet

Class Overview

Responsible for reading the propertyset associated with an external JIRA user. Because this propertyset is read-only (as the user itself is), we do not have write access. All attempts to write to this propertyset should just be ignored. Confluence prevents users from attempting this using the "external user management" setting that disables typical user management links that could invoke these write methods

Summary

[Expand]
Inherited Constants
From interface com.opensymphony.module.propertyset.PropertySet
[Expand]
Inherited Fields
From class com.opensymphony.module.propertyset.AbstractPropertySet
Public Constructors
JiraJdbcPropertySet()
Public Methods
boolean exists(String key)
Collection getKeys(String prefix, int type)
int getType(String key)
void init(Map config, Map args)
void remove(String key)
Protected Methods
Object get(int type, String key)
void setImpl(int type, String key, Object value)
[Expand]
Inherited Methods
From class com.opensymphony.module.propertyset.AbstractPropertySet
From class java.lang.Object
From interface com.opensymphony.module.propertyset.PropertySet

Public Constructors

public JiraJdbcPropertySet ()

Public Methods

public boolean exists (String key)

public Collection getKeys (String prefix, int type)

public int getType (String key)

public void init (Map config, Map args)

public void remove (String key)

Protected Methods

protected Object get (int type, String key)

protected void setImpl (int type, String key, Object value)