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   
org.eclipse.higgins.rpps.core.tobj   
 

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.getTokenByUrl(String policy, String policytype, String sslCert, String url)
          Web service operation.
 TokenResponseTO IRppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Web service operation.
 

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

Methods in org.eclipse.higgins.rpps.core.impl that return TokenResponseTO
 TokenResponseTO RppsService.getTokenByClaims(String sslCert, String[] claimName, String[] claimValue)
          Web service operation.
 TokenResponseTO RppsService.getTokenByUrl(String policy, String policytype, String sslCert, String url)
          Web service operation.
 TokenResponseTO RppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Web service operation.
static TokenResponseTO ConvertHelper.createTokenResponse(String token)
          Gets userProfile trasfer object
 

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

Subclasses of TokenResponseTO in org.eclipse.higgins.rpps.core.tobj
 class ExtraTokenResponseTO
          The transfer object for the token response.