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)
          Web service operation.
 TokenResponseTO IRppsService.getTokenByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 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)
          Web service operation.
 

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)
          Web service operation.
 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.