|
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.TokenResultDefaultImpl
public class TokenResultDefaultImpl
Default Java representation of the json response on token requests. Bean to use for JSON response.
| Constructor Summary | |
|---|---|
TokenResultDefaultImpl()Default constructor used by underlying helpers when creating this Java respresentation from the JSON response. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPrincipal()Get the user principal. |
java.lang.String |
getProviderType()Get the provider type. |
java.lang.String |
getType()Get the type of the token |
java.lang.String |
getValue()Get the value of the token. |
void |
setPrincipal(java.lang.String principal)Set the user principal. |
void |
setProviderType(java.lang.String providerType)Set the provider type. |
void |
setType(java.lang.String type)Set the type of the token. |
void |
setValue(java.lang.String value)Set the value of the token. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TokenResultDefaultImpl()
| Method Detail |
|---|
public void setType(java.lang.String type)
setType in interface AuthenticationResultpublic java.lang.String getType()
getType in interface AuthenticationResultpublic void setValue(java.lang.String value)
setValue in interface AuthenticationResultpublic java.lang.String getValue()
getValue in interface AuthenticationResultpublic void setPrincipal(java.lang.String principal)
AuthenticationResultsetPrincipal in interface AuthenticationResultpublic java.lang.String getPrincipal()
AuthenticationResultgetPrincipal in interface AuthenticationResultpublic void setProviderType(java.lang.String providerType)
AuthenticationResultsetProviderType in interface AuthenticationResultpublic java.lang.String getProviderType()
AuthenticationResultgetProviderType in interface AuthenticationResultpublic java.lang.String toString()
toString in class java.lang.Object
|
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 | |||||||||