|
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 | |||||||||
java.lang.Object
oracle.security.idaas.rest.jaxrs.client.sdk.authorization.AuthorizationDecisionImpl
public class AuthorizationDecisionImpl
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 |
|---|
public AuthorizationDecisionImpl()
| Method Detail |
|---|
public java.lang.String getAllowed()
AuthorizationDecisiongetAllowed in interface AuthorizationDecisionpublic void setAllowed(java.lang.String allowed)
setAllowed in interface AuthorizationDecisionallowed - is the result of the decison.public java.lang.String toString()
toString in class java.lang.Object
|
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 | |||||||||