Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


oracle.security.idaas.rest.jaxrs.client.sdk.authentication
Class TokenReadRequestImpl

java.lang.Object
  extended by oracle.security.idaas.rest.jaxrs.client.sdk.authentication.TokenReadRequestImpl

All Implemented Interfaces:
TokenReadRequest

public class TokenReadRequestImpl
extends java.lang.Object
implements TokenReadRequest

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

TokenReadRequestImpl

public TokenReadRequestImpl()
Constructor used by underlying helpers when creating an instance of one of these Java objects.

Method Detail

setSubjectValue

public void setSubjectValue(java.lang.String subjectValue)
Set the subject value for the token.
Specified by:
setSubjectValue in interface TokenReadRequest

getSubjectValue

public java.lang.String getSubjectValue()
Get the subject value for the token.
Specified by:
getSubjectValue in interface TokenReadRequest

setSubjectType

public void setSubjectType(java.lang.String subjectType)
Set the subject type for the token.
Specified by:
setSubjectType in interface TokenReadRequest

getSubjectType

public java.lang.String getSubjectType()
Get the subject type for the token.
Specified by:
getSubjectType in interface TokenReadRequest

Skip navigation links

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