Skip navigation links

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


oracle.security.idaas.rest.jaxrs.client.sdk.authorization
Interface AuthorizationDecision

All Known Implementing Classes:
AuthorizationDecisionImpl

public interface AuthorizationDecision

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


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)
          This method is usually set the the underlying client helper when transforming the JSON response from the service to this Java object.

 

Method Detail

getAllowed

java.lang.String getAllowed()
Get the result of the decision of whether access is allowed or not.

setAllowed

void setAllowed(java.lang.String allowed)
This method is usually set the the underlying client helper when transforming the JSON response from the service to this Java object. Sets the result of the decision of whether access is allowed or not.
Parameters:
allowed - is the result of the decison.

Skip navigation links

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