Skip navigation links

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


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

All Known Implementing Classes:
TokenExchangeRequestImpl

public interface TokenExchangeRequest

Interface for Java representation of JSON payload on a create token request. This request includes credentials which include a token so in a sense does token exchange.


Method Summary
 java.lang.String getContext()
          Get the context for the token to create.
 java.lang.String getResource()
          Get the resource for the token to create.
 java.lang.String getSubjectType()
          Get the subject type associated with the existing token.
 java.lang.String getSubjectValue()
          Get the subject value associated with the existing token.
 java.lang.String getTokenTypeToCreate()
          Get the type of the new token to create.
 void setContext(java.lang.String context)
          Set the context for the token to create.
 void setResource(java.lang.String resource)
          Set the resource for the token to create.
 void setSubjectType(java.lang.String subjectType)
          Set the subject type associated with the existing token.
 void setSubjectValue(java.lang.String subjectValue)
          Set the subject value associated with the existing token.
 void setTokenTypeToCreate(java.lang.String tokenTypeToCreate)
          Set the type of the new token to create.

 

Method Detail

setSubjectType

void setSubjectType(java.lang.String subjectType)
Set the subject type associated with the existing token.

getSubjectType

java.lang.String getSubjectType()
Get the subject type associated with the existing token.

setSubjectValue

void setSubjectValue(java.lang.String subjectValue)
Set the subject value associated with the existing token.

getSubjectValue

java.lang.String getSubjectValue()
Get the subject value associated with the existing token.

setContext

void setContext(java.lang.String context)
Set the context for the token to create.

getContext

java.lang.String getContext()
Get the context for the token to create.

setResource

void setResource(java.lang.String resource)
Set the resource for the token to create.

getResource

java.lang.String getResource()
Get the resource for the token to create.

setTokenTypeToCreate

void setTokenTypeToCreate(java.lang.String tokenTypeToCreate)
Set the type of the new token to create.

getTokenTypeToCreate

java.lang.String getTokenTypeToCreate()
Get the type of the new token to create.

Skip navigation links

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