Uses of Class
org.wso2.solutions.identity.report.OpenIDSummaryReportData

Packages that use OpenIDSummaryReportData
org.wso2.solutions.identity.admin   
org.wso2.solutions.identity.persistence   
org.wso2.solutions.identity.persistence.dao   
 

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

Methods in org.wso2.solutions.identity.admin that return types with arguments of type OpenIDSummaryReportData
 java.util.List<OpenIDSummaryReportData> ReportAdmin.getOpenIDsGroupedByUser()
           
 

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

Methods in org.wso2.solutions.identity.persistence that return types with arguments of type OpenIDSummaryReportData
 java.util.List<OpenIDSummaryReportData> IPPersistenceManager.getOpenIDsGroupedByUser()
           
 

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

Methods in org.wso2.solutions.identity.persistence.dao that return types with arguments of type OpenIDSummaryReportData
 java.util.List<OpenIDSummaryReportData> OpenIDUserRPDAO.getOpenIDsGroupedByUser()
          Returns user name,number of total visits, last login time and OpenID, of all the users who at least used his OpenID once.