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   
 

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)