|
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 | |||||||||
public interface AuthenticationResult
Interface of Java object to use for JSON response when token operations return an authentication result such as a token.
| 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. |
| Method Detail |
|---|
void setType(java.lang.String type)
java.lang.String getType()
void setValue(java.lang.String value)
java.lang.String getValue()
void setPrincipal(java.lang.String principal)
java.lang.String getPrincipal()
void setProviderType(java.lang.String providerType)
java.lang.String getProviderType()
|
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 | |||||||||