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

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

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

Methods in org.wso2.solutions.identity.admin that return VerifierServiceIdpDO
 VerifierServiceIdpDO[] TokenVerifierServiceAdmin.getGlobalIDPs()
           
 VerifierServiceIdpDO TokenVerifierServiceAdmin.getVerifierServiceIdpDO(java.lang.Long longId)
           
 

Methods in org.wso2.solutions.identity.admin with parameters of type VerifierServiceIdpDO
 void TokenVerifierServiceAdmin.addVerifierServiceIdpDO(VerifierServiceIdpDO idp)
           
 void TokenVerifierServiceAdmin.editVerifierServiceIdpDO(VerifierServiceIdpDO idp)
           
 

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

Methods in org.wso2.solutions.identity.persistence that return VerifierServiceIdpDO
 VerifierServiceIdpDO[] IPPersistenceManager.getAllVerifierServiceIdpDO()
           
 

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

Methods in org.wso2.solutions.identity.persistence.dao that return VerifierServiceIdpDO
 VerifierServiceIdpDO[] VerifierServiceDAO.getAllVerifierServiceIdpDO()
           
 

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

Methods in org.wso2.solutions.identity.persistence.dataobject that return VerifierServiceIdpDO
 VerifierServiceIdpDO VerifierServiceTokenDO.getIssuedBy()
           
 

Methods in org.wso2.solutions.identity.persistence.dataobject with parameters of type VerifierServiceIdpDO
 void VerifierServiceTokenDO.setIssuedBy(VerifierServiceIdpDO issuedBy)