org.wso2.solutions.identity.admin
Class PPIDValueAdmin

java.lang.Object
  extended by org.wso2.solutions.identity.admin.PPIDValueAdmin

public class PPIDValueAdmin
extends java.lang.Object


Constructor Summary
PPIDValueAdmin()
           
 
Method Summary
 PPIDValueDO[] getAllPPIDs()
          TODO: Remove this - no meaning ...... get batch by batch or something Do not use in production.
 PPIDValueDO[] getPPIDValuesForUser(java.lang.String userid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PPIDValueAdmin

public PPIDValueAdmin()
               throws IdentityProviderException
Throws:
IdentityProviderException
Method Detail

getPPIDValuesForUser

public PPIDValueDO[] getPPIDValuesForUser(java.lang.String userid)

getAllPPIDs

public PPIDValueDO[] getAllPPIDs()
TODO: Remove this - no meaning ...... get batch by batch or something Do not use in production. Just a test method for now This must be gone

Returns: