|
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.TokenReadRequestImpl
public class TokenReadRequestImpl
For getting/reading/verifying an existing token, there is no json payload and more importantly there is no uri identifier segemt 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 fo 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.
| Constructor Summary | |
|---|---|
TokenReadRequestImpl()Constructor used by underlying helpers when creating an instance of one of these Java objects. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TokenReadRequestImpl()
| Method Detail |
|---|
public void setSubjectValue(java.lang.String subjectValue)
setSubjectValue in interface TokenReadRequestpublic java.lang.String getSubjectValue()
getSubjectValue in interface TokenReadRequestpublic void setSubjectType(java.lang.String subjectType)
setSubjectType in interface TokenReadRequestpublic java.lang.String getSubjectType()
getSubjectType in interface TokenReadRequest
|
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 | |||||||||