|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.idaas.rest.jaxrs.client.sdk.authentication.TokenCreateRequestImpl
public class TokenCreateRequestImpl
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.
| Constructor Summary | |
|---|---|
TokenCreateRequestImpl()No arg constructor for the payload of a create token request for authentication. |
|
TokenCreateRequestImpl(java.lang.String subjectType, java.lang.String username, java.lang.String password, java.lang.String tokenTypeToCreate)Constructor for the payload of a create token request for authentication. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TokenCreateRequestImpl()
public TokenCreateRequestImpl(java.lang.String subjectType,
java.lang.String username,
java.lang.String password,
java.lang.String tokenTypeToCreate)
subjectType - subject type of the token to create.username - the username of the subject of the token to create.password - the password of the subject of the token to create.tokenTypeToCreate - the token type of the new token to create.| Method Detail |
|---|
public void setSubjectType(java.lang.String subjectType)
setSubjectType in interface TokenCreateRequestpublic java.lang.String getSubjectType()
getSubjectType in interface TokenCreateRequestpublic void setUsername(java.lang.String username)
setUsername in interface TokenCreateRequestpublic java.lang.String getUsername()
getUsername in interface TokenCreateRequestpublic void setPassword(java.lang.String password)
setPassword in interface TokenCreateRequestpublic java.lang.String getPassword()
getPassword in interface TokenCreateRequestpublic void setTokenTypeToCreate(java.lang.String tokenTypeToCreate)
setTokenTypeToCreate in interface TokenCreateRequestpublic java.lang.String getTokenTypeToCreate()
getTokenTypeToCreate in interface TokenCreateRequest
|
Copyright (c) 2012, Oracle All Rights Reserved. Built 06/05/2012 17:18:07 PDT |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||