|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.module.propertyset.AbstractPropertySet
com.atlassian.confluence.user.providers.jira.JiraJdbcPropertySet
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
Field Summary |
Fields inherited from class com.opensymphony.module.propertyset.AbstractPropertySet |
schema |
Fields inherited from interface com.opensymphony.module.propertyset.PropertySet |
BOOLEAN, DATA, DATE, DOUBLE, INT, LONG, OBJECT, PROPERTIES, STRING, TEXT, XML |
Constructor Summary | |
JiraJdbcPropertySet()
|
Method Summary | |
boolean |
exists(String key)
|
protected Object |
get(int type,
String key)
|
Collection |
getKeys(String prefix,
int type)
|
int |
getType(String key)
|
void |
init(Map config,
Map args)
|
void |
remove(String key)
|
protected void |
setImpl(int type,
String key,
Object value)
|
Methods inherited from class com.opensymphony.module.propertyset.AbstractPropertySet |
getAsActualType, getBoolean, getData, getDate, getDouble, getInt, getKeys, getKeys, getKeys, getLong, getObject, getProperties, getSchema, getString, getText, getXML, isSettable, setAsActualType, setBoolean, setData, setDate, setDouble, setInt, setLong, setObject, setProperties, setSchema, setString, setText, setXML, supportsType, supportsTypes, toString, type, type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JiraJdbcPropertySet()
Method Detail |
public void init(Map config, Map args)
public Collection getKeys(String prefix, int type) throws com.opensymphony.module.propertyset.PropertyException
com.opensymphony.module.propertyset.PropertyException
public int getType(String key) throws com.opensymphony.module.propertyset.PropertyException
com.opensymphony.module.propertyset.PropertyException
public boolean exists(String key) throws com.opensymphony.module.propertyset.PropertyException
com.opensymphony.module.propertyset.PropertyException
protected Object get(int type, String key) throws com.opensymphony.module.propertyset.PropertyException
com.opensymphony.module.propertyset.PropertyException
public void remove(String key) throws com.opensymphony.module.propertyset.PropertyException
com.opensymphony.module.propertyset.PropertyException
protected void setImpl(int type, String key, Object value) throws com.opensymphony.module.propertyset.PropertyException
com.opensymphony.module.propertyset.PropertyException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |