|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.idaas.rest.jaxrs.client.sdk.authentication.TokenExchangeRequestImpl
public class TokenExchangeRequestImpl
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.
| Constructor Summary | |
|---|---|
TokenExchangeRequestImpl()No arg constructor to create an instance of the request data. |
|
TokenExchangeRequestImpl(java.lang.String subjectType, java.lang.String subjectValue, java.lang.String resource, java.lang.String context, java.lang.String tokenTypeToCreate)Constructor to create an instance of the request data. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TokenExchangeRequestImpl()
public TokenExchangeRequestImpl(java.lang.String subjectType,
java.lang.String subjectValue,
java.lang.String resource,
java.lang.String context,
java.lang.String tokenTypeToCreate)
subjectType - subject type associated with the existing token.subjectValue - subject value associated with the existing token.resource - for the token to create.context - for the token to create.tokenTypeToCreate - for the new token to create.| Method Detail |
|---|
public void setSubjectType(java.lang.String subjectType)
setSubjectType in interface TokenExchangeRequestpublic java.lang.String getSubjectType()
getSubjectType in interface TokenExchangeRequestpublic void setSubjectValue(java.lang.String subjectValue)
setSubjectValue in interface TokenExchangeRequestpublic java.lang.String getSubjectValue()
getSubjectValue in interface TokenExchangeRequestpublic void setContext(java.lang.String context)
setContext in interface TokenExchangeRequestpublic java.lang.String getContext()
getContext in interface TokenExchangeRequestpublic void setResource(java.lang.String resource)
setResource in interface TokenExchangeRequestpublic java.lang.String getResource()
getResource in interface TokenExchangeRequestpublic void setTokenTypeToCreate(java.lang.String tokenTypeToCreate)
setTokenTypeToCreate in interface TokenExchangeRequestpublic java.lang.String getTokenTypeToCreate()
getTokenTypeToCreate in interface TokenExchangeRequest
|
Copyright (c) 2012, Oracle All Rights Reserved. Built 06/05/2012 17:18:07 PDT |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||