Uses of Class
org.wso2.solutions.identity.persistence.dataobject.PPIDValueDO

Packages that use PPIDValueDO
org.wso2.solutions.identity.admin   
org.wso2.solutions.identity.persistence   
org.wso2.solutions.identity.persistence.dao   
org.wso2.solutions.identity.persistence.dataobject   
 

Uses of PPIDValueDO in org.wso2.solutions.identity.admin
 

Methods in org.wso2.solutions.identity.admin that return PPIDValueDO
 PPIDValueDO[] PPIDValueAdmin.getAllPPIDs()
          TODO: Remove this - no meaning ...... get batch by batch or something Do not use in production.
 PPIDValueDO[] PPIDValueAdmin.getPPIDValuesForUser(java.lang.String userid)
           
 

Uses of PPIDValueDO in org.wso2.solutions.identity.persistence
 

Methods in org.wso2.solutions.identity.persistence that return PPIDValueDO
 PPIDValueDO[] IPPersistenceManager.getAllPPIDs()
           
 PPIDValueDO[] IPPersistenceManager.getPPIDValuesForUser(java.lang.String userid)
          Provides all PPID values in tokens issued for a given user.
 

Uses of PPIDValueDO in org.wso2.solutions.identity.persistence.dao
 

Methods in org.wso2.solutions.identity.persistence.dao that return PPIDValueDO
 PPIDValueDO[] PPIDValueDAO.getAllPPIDs()
           
 PPIDValueDO[] RelyingPartyDAO.getPPIDValues(java.lang.String url)
           
 PPIDValueDO[] PPIDValueDAO.getPPIDValuesForUser(java.lang.String userId)
           
 

Uses of PPIDValueDO in org.wso2.solutions.identity.persistence.dataobject
 

Methods in org.wso2.solutions.identity.persistence.dataobject with parameters of type PPIDValueDO
 void RelyingPartyDO.addPPIDValue(PPIDValueDO ppid)