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 TokenDeleteRequest

All Known Implementing Classes:
TokenDeleteRequestImpl

public interface TokenDeleteRequest

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


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.

 

Method Detail

getSubjectValue

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

setSubjectValue

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

getSubjectType

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

setSubjectType

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

Skip navigation links

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