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

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

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

Methods in org.wso2.solutions.identity.admin that return ClaimValueDO
 ClaimValueDO[] ClaimValueAdmin.getClaimValuesForUser(java.lang.String username)
           
 

Methods in org.wso2.solutions.identity.admin with parameters of type ClaimValueDO
 void ClaimValueAdmin.createClaimValues(ClaimValueDO value)
           
 void ClaimValueAdmin.deleteClaimValue(ClaimValueDO value)
           
 

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

Methods in org.wso2.solutions.identity.persistence that return ClaimValueDO
 ClaimValueDO[] IPPersistenceManager.getClaimValuesForUser(java.lang.String username)
          Provides all claim values for a given user.
 

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

Methods in org.wso2.solutions.identity.persistence.dao that return ClaimValueDO
 ClaimValueDO[] ClaimValueDAO.getClaimValuesForUser(java.lang.String username)
           
 

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

Methods in org.wso2.solutions.identity.persistence.dataobject with parameters of type ClaimValueDO
 void ClaimDO.addClaimValue(ClaimValueDO value)