|
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 | |||||||||
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 |
|---|
void setSubjectType(java.lang.String subjectType)
java.lang.String getSubjectType()
void setSubjectValue(java.lang.String subjectValue)
java.lang.String getSubjectValue()
void setContext(java.lang.String context)
java.lang.String getContext()
void setResource(java.lang.String resource)
java.lang.String getResource()
void setTokenTypeToCreate(java.lang.String tokenTypeToCreate)
java.lang.String getTokenTypeToCreate()
|
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 | |||||||||