org.wso2.solutions.identity.persistence.dao
Class RealmConfigurationDAO

java.lang.Object
  extended by org.wso2.solutions.identity.persistence.dao.BaseDAO
      extended by org.wso2.solutions.identity.persistence.dao.RealmConfigurationDAO

public class RealmConfigurationDAO
extends BaseDAO


Field Summary
 
Fields inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
log, messages
 
Constructor Summary
RealmConfigurationDAO(HibernateConfig config)
           
 
Method Summary
 RealmConfigurationDO[] getAllRealmConfigurations()
           
 RealmConfigurationDO getEffectiveRealmConfiguration()
          Provides the selected realm for the identity provider.
 RealmConfigurationDO getRealmConfiguration(java.lang.String name)
          Returns the realm configuration identified by the given name.
 
Methods inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
create, createOrUpdate, delete, executeSingleDMLStatement, getDataObject, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealmConfigurationDAO

public RealmConfigurationDAO(HibernateConfig config)
Method Detail

getAllRealmConfigurations

public RealmConfigurationDO[] getAllRealmConfigurations()

getEffectiveRealmConfiguration

public RealmConfigurationDO getEffectiveRealmConfiguration()
Provides the selected realm for the identity provider.

Returns:
Returns the selected realm for the identity provider.

getRealmConfiguration

public RealmConfigurationDO getRealmConfiguration(java.lang.String name)
Returns the realm configuration identified by the given name.

Parameters:
name - Name of the required realm configuration.
Returns:
Returns the realm configuration identified by the given name.