Package | Description |
---|---|
org.wso2.carbon.identity.core.dao |
Modifier and Type | Method and Description |
---|---|
OpenIDUserRPDO[] |
OpenIDUserRPDAO.getAllOpenIDUserRP()
Returns all registered relying parties
|
OpenIDUserRPDO |
OpenIDUserRPDAO.getOpenIDUserRP(String userName,
String rpUrl,
int tenantId)
Returns relying party user settings corresponding to a given user name.
|
OpenIDUserRPDO[] |
OpenIDUserRPDAO.getOpenIDUserRPs(String userName,
int tenantId)
Returns relying party user settings corresponding to a given user name.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenIDUserRPDAO.createOrUpdate(OpenIDUserRPDO rpdo,
int tenantId)
Creates a Relying Party and associates it with the User.
|
void |
OpenIDUserRPDAO.delete(OpenIDUserRPDO opdo,
int tenantId)
Remove the entry from the database.
|
void |
OpenIDUserRPDAO.update(OpenIDUserRPDO rpdo,
int tenantId)
Updates the Relying Party if exists, if not, then creates a new Relying
Party
|
Copyright © 2019 WSO2. All rights reserved.