Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


oracle.security.idaas.rest.jaxrs.client.sdk.authentication
Class TokenResultDefaultImpl

java.lang.Object
  extended by oracle.security.idaas.rest.jaxrs.client.sdk.authentication.TokenResultDefaultImpl

All Implemented Interfaces:
AuthenticationResult

public class TokenResultDefaultImpl
extends java.lang.Object
implements AuthenticationResult

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

TokenResultDefaultImpl

public TokenResultDefaultImpl()
Default constructor used by underlying helpers when creating this Java respresentation from the JSON response.

Method Detail

setType

public void setType(java.lang.String type)
Set the type of the token.
Specified by:
setType in interface AuthenticationResult

getType

public java.lang.String getType()
Get the type of the token
Specified by:
getType in interface AuthenticationResult

setValue

public void setValue(java.lang.String value)
Set the value of the token.
Specified by:
setValue in interface AuthenticationResult

getValue

public java.lang.String getValue()
Get the value of the token.
Specified by:
getValue in interface AuthenticationResult

setPrincipal

public void setPrincipal(java.lang.String principal)
Description copied from interface: AuthenticationResult
Set the user principal.
Specified by:
setPrincipal in interface AuthenticationResult

getPrincipal

public java.lang.String getPrincipal()
Description copied from interface: AuthenticationResult
Get the user principal.
Specified by:
getPrincipal in interface AuthenticationResult

setProviderType

public void setProviderType(java.lang.String providerType)
Description copied from interface: AuthenticationResult
Set the provider type.
Specified by:
setProviderType in interface AuthenticationResult

getProviderType

public java.lang.String getProviderType()
Description copied from interface: AuthenticationResult
Get the provider type.
Specified by:
getProviderType in interface AuthenticationResult

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
a String of the data in this instance.

Skip navigation links

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