Package | Description |
---|---|
org.wso2.carbon.identity.core.dao | |
org.wso2.carbon.identity.core.persistence |
Modifier and Type | Method and Description |
---|---|
ParameterDO |
ParameterDAO.getParameter(String paramName) |
protected ParameterDO |
ParameterDAO.resourceToObject(org.wso2.carbon.registry.core.Resource resource)
Converts a registry resource to an object.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterDAO.createOrUpdateParameter(ParameterDO parameterDO) |
void |
ParameterDAO.removeParameter(ParameterDO parameterDO) |
Modifier and Type | Method and Description |
---|---|
ParameterDO |
IdentityPersistenceManager.getParameter(org.wso2.carbon.registry.core.Registry registry,
String paramName) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityPersistenceManager.removeParameter(org.wso2.carbon.registry.core.Registry registry,
ParameterDO parameterDO) |
Copyright © 2019 WSO2. All rights reserved.