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

Packages that use TokenResponseTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
 

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

Methods in org.eclipse.higgins.rpps.core that return TokenResponseTO
 TokenResponseTO IRppsService.getTokenByClaims(String sslCert, String[] claimName, String[] claimValue)
          Makes xmlToken usage claim list.
 TokenResponseTO IRppsService.getTokenByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Makes security token usage saved users information.
 TokenResponseTO IRppsService.getTokenByUrl(String policy, String policytype, String sslCert, String url)
          Deprecated.  
 TokenResponseTO IRppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Deprecated.  
 TokenResponseTO IRppsService.getTokenObject(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).
 

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

Methods in org.eclipse.higgins.rpps.core.impl that return TokenResponseTO
static TokenResponseTO ConvertHelper.createTokenResponse(String token)
          Gets userProfile trasfer object
 TokenResponseTO RppsService.getTokenByClaims(String sslCert, String[] claimName, String[] claimValue)
          Makes xmlToken usage claim list.
 TokenResponseTO RppsService.getTokenByUrl(String policy, String policytype, String sslCert, String url)
          Deprecated.  
 TokenResponseTO RppsService.getTokenByRPEndPoint(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.
 TokenResponseTO RppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Deprecated.