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 TokenDeleteRequestImpl

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

All Implemented Interfaces:
TokenDeleteRequest

public class TokenDeleteRequestImpl
extends java.lang.Object
implements TokenDeleteRequest

Default Java representation of the JSON payload send in the request entity of a token delete request.


Constructor Summary
TokenDeleteRequestImpl()
          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 of the token.
 java.lang.String getSubjectValue()
          Get the subject value for the token.
 void setSubjectType(java.lang.String subjectType)
          Set the subject type of 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

TokenDeleteRequestImpl

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

Method Detail

getSubjectValue

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

setSubjectValue

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

getSubjectType

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

setSubjectType

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

Skip navigation links

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