org.rhq.enterprise.server.auth.prefs
Class SubjectPreferencesCache

java.lang.Object
  extended by org.rhq.enterprise.server.auth.prefs.SubjectPreferencesCache

public class SubjectPreferencesCache
extends Object


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Method Summary
 void clearConfiguration(int subjectId)
           
static SubjectPreferencesCache getInstance()
           
 org.rhq.core.domain.configuration.PropertySimple getUserProperty(int subjectId, String propertyName)
           
 void setUserProperty(int subjectId, String propertyName, String value)
           
 void unsetUserProperty(int subjectId, String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Method Detail

getInstance

public static SubjectPreferencesCache getInstance()

getUserProperty

public org.rhq.core.domain.configuration.PropertySimple getUserProperty(int subjectId,
                                                                        String propertyName)

setUserProperty

public void setUserProperty(int subjectId,
                            String propertyName,
                            String value)

unsetUserProperty

public void unsetUserProperty(int subjectId,
                              String propertyName)

clearConfiguration

public void clearConfiguration(int subjectId)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.