org.wso2.solutions.identity.admin
Class RelyingPartyAdmin
java.lang.Object
org.wso2.solutions.identity.admin.RelyingPartyAdmin
public class RelyingPartyAdmin
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelyingPartyAdmin
public RelyingPartyAdmin()
throws IdentityProviderException
- Throws:
IdentityProviderException
create
public void create(RelyingPartyDO rp)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
create
public void create(UserPersonalRelyingPartyDO rp)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getAllRelyingPartyList
public RelyingPartyDO[] getAllRelyingPartyList()
getRelyingParty
public RelyingPartyDO getRelyingParty(java.lang.String url)
deleteRelyingParty
public void deleteRelyingParty(RelyingPartyDO rp)
findRelyingParty
public RelyingPartyDO findRelyingParty(java.lang.Long id)
getAllPersonalRelyingParties
public UserPersonalRelyingPartyDO[] getAllPersonalRelyingParties(java.lang.String userId)