Uses of Class
org.eclipse.higgins.rpps.core.tobj.RPEndPointTO

Packages that use RPEndPointTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
org.eclipse.higgins.rpps.core.tobj   
 

Uses of RPEndPointTO in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core with parameters of type RPEndPointTO
 boolean IRppsService.addRPEndPointCardRelation(String cuid, RPEndPointTO rpEndPointTO)
          Create relation between card and url
 boolean IRppsService.deleteCardHistoryRecord(String cuid, RPEndPointTO rpEndPointTO)
          Delete specified record of card history.
 boolean IRppsService.deleteRPEndPointCardRelation(String cuid, RPEndPointTO rpEndPointTO)
           
 UIResponseCardTO IRppsService.getICardClaims(String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
           
 TokenResponseTO IRppsService.getTokenByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 ExtraTokenResponseTO IRppsService.getTokenExtraByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 TokenResponseTO IRppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Web service operation.
 UIResponseTO IRppsService.getUserInterface(RPEndPointTO rpEndPointTO, String target, String sslCert, String policytype, String policy)
          This method takes as input a policy---for example, one that has been retrieved from the Relying Party Agent (called here the 'Requester')---as well as a description of the Requester.
 

Uses of RPEndPointTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type RPEndPointTO
 boolean RppsService.addRPEndPointCardRelation(String cuid, RPEndPointTO rpEndPointTO)
          Methods of storage relation between card and url
 boolean RppsService.deleteCardHistoryRecord(String cuid, RPEndPointTO rpEndPointTO)
          Delete specified record of card history.
 boolean RppsService.deleteRPEndPointCardRelation(String cuid, RPEndPointTO rpEndPointTO)
           
 UIResponseCardTO RppsService.getICardClaims(String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
           
 TokenResponseTO RppsService.getTokenByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 ExtraTokenResponseTO RppsService.getTokenExtraByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 TokenResponseTO RppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Web service operation.
 UIResponseTO RppsService.getUserInterface(RPEndPointTO rpEndPointTO, String target, String sslCert, String policytype, String policy)
          This method takes as input a policy---for example, one that has been retrieved from the Relying Party Agent (called here the 'Requester')---as well as a description of the Requester.
 

Uses of RPEndPointTO in org.eclipse.higgins.rpps.core.tobj
 

Methods in org.eclipse.higgins.rpps.core.tobj that return RPEndPointTO
 RPEndPointTO CardUsageTO.getRpEndPointTO()
           
 

Methods in org.eclipse.higgins.rpps.core.tobj with parameters of type RPEndPointTO
 void CardUsageTO.setRpEndPointTO(RPEndPointTO rpEndPointTO)