org.wso2.solutions.identity.persistence.dao
Class RelyingPartyDAO
java.lang.Object
org.wso2.solutions.identity.persistence.dao.BaseDAO
org.wso2.solutions.identity.persistence.dao.RelyingPartyDAO
public class RelyingPartyDAO
- extends BaseDAO
Field Summary |
protected org.apache.commons.logging.Log |
log
|
Fields inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO |
messages |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.apache.commons.logging.Log log
RelyingPartyDAO
public RelyingPartyDAO(HibernateConfig config)
getRelyingPartyDO
public RelyingPartyDO getRelyingPartyDO(java.lang.String url)
getAllRelyingParties
public RelyingPartyDO[] getAllRelyingParties()
getPPIDValues
public PPIDValueDO[] getPPIDValues(java.lang.String url)
getRelyingPartyDO
public RelyingPartyDO getRelyingPartyDO(java.lang.String rpURL,
org.hibernate.Session session)