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 TokenCreateRequest

All Known Implementing Classes:
TokenCreateRequestImpl

public interface TokenCreateRequest

Interface for Java representation of JSON payload on a create token request. This is for the use case when the subject is represented by a username and password.


Method Summary
 java.lang.String getPassword()
          Get the password of the subject of the token to create.
 java.lang.String getSubjectType()
          Get the subject type of the token to create.
 java.lang.String getTokenTypeToCreate()
          Get the token type of the new token to create.
 java.lang.String getUsername()
          Get the username of the subject of the token to create.
 void setPassword(java.lang.String password)
          Set the password of the subject of the token to create.
 void setSubjectType(java.lang.String subjectType)
          Get the subject type of the token to create.
 void setTokenTypeToCreate(java.lang.String tokenTypeToCreate)
          Set the token type of the new token to create.
 void setUsername(java.lang.String username)
          Set the username of the subject of the token to create.

 

Method Detail

setSubjectType

void setSubjectType(java.lang.String subjectType)
Get the subject type of the token to create.

getSubjectType

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

setUsername

void setUsername(java.lang.String username)
Set the username of the subject of the token to create.

getUsername

java.lang.String getUsername()
Get the username of the subject of the token to create.

setPassword

void setPassword(java.lang.String password)
Set the password of the subject of the token to create.

getPassword

java.lang.String getPassword()
Get the password of the subject of the token to create.

setTokenTypeToCreate

void setTokenTypeToCreate(java.lang.String tokenTypeToCreate)
Set the token type of the new token to create.

getTokenTypeToCreate

java.lang.String getTokenTypeToCreate()
Get the token type of the new token to create.

Skip navigation links

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