|
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 TokenReadRequest
Interface for getting/reading/verifying an existing token, there is no json payload and more importantly there is no uri identifier segment like /{token-id} at the end of the request URI (like .../people/{person-id} so this is a special class. You wouldn't need a class of other read operations, but this class encapsulated the data that is used to identify which token the client is getting/reading/verifying. This data can be transported in the request in query params or header. This is NOT converted to JSON.
| Method Summary | |
|---|---|
java.lang.String |
getSubjectType()Get the subject type for the token. |
java.lang.String |
getSubjectValue()Get the subject value for the token. |
void |
setSubjectType(java.lang.String subjectType)Set the subject type for the token. |
void |
setSubjectValue(java.lang.String subjectValue)Set the subject value for the token. |
| Method Detail |
|---|
void setSubjectValue(java.lang.String subjectValue)
java.lang.String getSubjectValue()
void setSubjectType(java.lang.String subjectType)
java.lang.String getSubjectType()
|
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 | |||||||||