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

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

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

Methods in org.wso2.solutions.identity.admin that return InfoCardDO
 InfoCardDO[] InfoCardTokenAdmin.getAllInfoCards()
          Obtain all the issued information cards.
 InfoCardDO[] InfoCardTokenAdmin.getCardIdsForUser(java.lang.String username)
           
 

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

Methods in org.wso2.solutions.identity.persistence that return InfoCardDO
 InfoCardDO[] IPPersistenceManager.getAllInfoCards()
           
 InfoCardDO[] IPPersistenceManager.getCardIdsForUser(java.lang.String username)
           
 InfoCardDO IPPersistenceManager.getInfoCard(java.lang.String cardId)
           
 

Methods in org.wso2.solutions.identity.persistence with parameters of type InfoCardDO
 void IPPersistenceManager.revokeInfoCard(InfoCardDO infoCard)
           
 

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

Methods in org.wso2.solutions.identity.persistence.dao that return InfoCardDO
 InfoCardDO[] InfoCardDAO.getAllIssuedCards()
           
 InfoCardDO[] InfoCardDAO.getCardIdsForUser(java.lang.String username)
           
 InfoCardDO InfoCardDAO.getInfoCard(java.lang.String cardId)
           
 

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

Methods in org.wso2.solutions.identity.persistence.dataobject that return InfoCardDO
 InfoCardDO IssuedTokensDO.getCard()
           
 

Methods in org.wso2.solutions.identity.persistence.dataobject with parameters of type InfoCardDO
 void IssuedTokensDO.setCard(InfoCardDO card)
           
 

Uses of InfoCardDO in org.wso2.solutions.identity.report
 

Methods in org.wso2.solutions.identity.report with parameters of type InfoCardDO
static java.util.List ReportUtil.convertToICReportData(InfoCardDO[] cards)