Skip navigation links

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


oracle.security.idaas.rest.jaxrs.client.sdk.authorization
Class AuthorizationDecisionImpl

java.lang.Object
  extended by oracle.security.idaas.rest.jaxrs.client.sdk.authorization.AuthorizationDecisionImpl

All Implemented Interfaces:
AuthorizationDecision

public class AuthorizationDecisionImpl
extends java.lang.Object
implements AuthorizationDecision

Java representation of the JSON response from the authorization REST service.


Constructor Summary
AuthorizationDecisionImpl()
          No arg constructor used to create an instance of this object.

 

Method Summary
 java.lang.String getAllowed()
          Get the result of the decision of whether access is allowed or not.
 void setAllowed(java.lang.String allowed)
          Get the result of the decision of whether access is allowed or not.
 java.lang.String toString()
          Get a string value for this Java object.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AuthorizationDecisionImpl

public AuthorizationDecisionImpl()
No arg constructor used to create an instance of this object.

Method Detail

getAllowed

public java.lang.String getAllowed()
Description copied from interface: AuthorizationDecision
Get the result of the decision of whether access is allowed or not.
Specified by:
getAllowed in interface AuthorizationDecision

setAllowed

public void setAllowed(java.lang.String allowed)
Get the result of the decision of whether access is allowed or not.
Specified by:
setAllowed in interface AuthorizationDecision
Parameters:
allowed - is the result of the decison.

toString

public java.lang.String toString()
Get a string value for this Java object.
Overrides:
toString in class java.lang.Object
Returns:
a String of the values of this instance.

Skip navigation links

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