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 TokenReadRequest

All Known Implementing Classes:
TokenReadRequestImpl

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

setSubjectValue

void setSubjectValue(java.lang.String subjectValue)
Set the subject value for the token.

getSubjectValue

java.lang.String getSubjectValue()
Get the subject value for the token.

setSubjectType

void setSubjectType(java.lang.String subjectType)
Set the subject type for the token.

getSubjectType

java.lang.String getSubjectType()
Get the subject type for the token.

Skip navigation links

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