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 AuthenticationResult

All Known Implementing Classes:
TokenResultDefaultImpl

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

setType

void setType(java.lang.String type)
Set the type of the token.

getType

java.lang.String getType()
Get the type of the token

setValue

void setValue(java.lang.String value)
Set the value of the token.

getValue

java.lang.String getValue()
Get the value of the token.

setPrincipal

void setPrincipal(java.lang.String principal)
Set the user principal.

getPrincipal

java.lang.String getPrincipal()
Get the user principal.

setProviderType

void setProviderType(java.lang.String providerType)
Set the provider type.

getProviderType

java.lang.String getProviderType()
Get the provider type.

Skip navigation links

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