Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


Uses of Interface
oracle.security.idaas.rest.jaxrs.client.sdk.authentication.TokenExchangeRequest

Packages that use TokenExchangeRequest
oracle.security.idaas.rest.jaxrs.client.sdk.authentication   

 

Uses of TokenExchangeRequest in oracle.security.idaas.rest.jaxrs.client.sdk.authentication

 

Classes in oracle.security.idaas.rest.jaxrs.client.sdk.authentication that implement TokenExchangeRequest
 class TokenExchangeRequestImpl
          Java representation of JSON payload on a create token request.

 

Methods in oracle.security.idaas.rest.jaxrs.client.sdk.authentication with parameters of type TokenExchangeRequest
 AuthenticationResult AuthenticationClient.createToken(TokenExchangeRequest tokenData, Headers headers)
          Authenticating and creating a new token based on an existing token.
 java.lang.String AuthenticationClient.createToken(TokenExchangeRequest tokenData, java.util.Map<java.lang.String,java.lang.Object> handles, java.util.Map<java.lang.String,java.lang.Object> deviceProfile, Headers headers)
          Authenticating and creating a new token based on an existing token, plus a handle and a deviceProfile.
 java.lang.String AuthenticationClient.createToken(TokenExchangeRequest tokenData, java.util.Map<java.lang.String,java.lang.Object> handles, java.util.Map<java.lang.String,java.lang.Object> deviceProfile, java.util.Map<java.lang.String,java.lang.Object> challengeAnswer, Headers headers)
          Authenticating and creating a new token based on an existing token, plus a handle and a deviceProfile.
 java.lang.String AuthenticationClient.registerApplication(TokenExchangeRequest tokenData, java.util.Map<java.lang.String,java.lang.Object> handles, java.util.Map<java.lang.String,java.lang.Object> deviceProfile, java.lang.String clientId, Headers headers)
          Registering application for obtaining Client Registration Handle given User Token through agent application, plus a handle and a deviceProfile.

 


Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT