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(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, RPEndPointTO rpEndPointTO)
          Create relation between card and relying party.
 boolean IRppsService.deleteCardHistoryRecord(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, RPEndPointTO rpEndPointTO)
          Delete specified record of card history.
 boolean IRppsService.deleteRPEndPointCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, RPEndPointTO rpEndPointTO)
          Delete relation between card and relying party.
 UIResponseCardTO IRppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Created for some demo.
 TokenResponseTO IRppsService.getTokenByRPEndPoint(org.eclipse.higgins.user.login.UserAccount userAccount, String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Makes security token usage saved users information.
 ExtraTokenResponseTO IRppsService.getTokenExtraByRPEndPoint(org.eclipse.higgins.user.login.UserAccount userAccount, String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Makes security token with extra card's information usage saved users information.
 TokenResponseTO IRppsService.getTokenObject(org.eclipse.higgins.user.login.UserAccount userAccount, String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Given the Relying Party Agent (aka 'Requester')'s policy, identity information about the requester, and the set of one or more selections that the user has just made in the ISS Web UI (see userInterfaceRequest), AND presuming that the protocol involved in interacting with the RPA requires a security token, request the token that corresponds to the user's selection(s).
 UIResponseTO IRppsService.getUserInterface(org.eclipse.higgins.user.login.UserAccount userAccount, 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(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, RPEndPointTO rpEndPointTO)
          Create relation between card and relying party.
static org.eclipse.higgins.user.profile.entity.WebForm ConvertHelper.convertRPEndPointTOToWebForm(RPEndPointTO rpEndPointTO)
           
 boolean RppsService.deleteCardHistoryRecord(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, RPEndPointTO rpEndPointTO)
          Delete specified record of card history.
 boolean RppsService.deleteRPEndPointCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, RPEndPointTO rpEndPointTO)
          Delete relation between card and relying party.
 UIResponseCardTO RppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Created for some demo.
 TokenResponseTO RppsService.getTokenByRPEndPoint(org.eclipse.higgins.user.login.UserAccount userAccount, String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 ExtraTokenResponseTO RppsService.getTokenExtraByRPEndPoint(org.eclipse.higgins.user.login.UserAccount userAccount, String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 TokenResponseTO RppsService.getTokenObject(org.eclipse.higgins.user.login.UserAccount userAccount, String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Web service operation.
 UIResponseTO RppsService.getUserInterface(org.eclipse.higgins.user.login.UserAccount userAccount, 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()
           
 RPEndPointTO RPEndPointTO.setFormAction(String formAction)
           
 RPEndPointTO RPEndPointTO.setFormId(String formId)
           
 RPEndPointTO RPEndPointTO.setFormName(String formName)
           
 RPEndPointTO RPEndPointTO.setUrl(String url)
           
 

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