Skip navigation links

Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service
11g Release 2 Patch Set 3 (11.1.2.3)

E59498-01


oracle.security.idaas.rest.provider.plugin
Interface RequestedScope


public interface RequestedScope

Note: RequestedScope object contains a Read-Only Map, which allows other extension parameters to come in. (e.g. OAM resource) This Map can be used to support future fine-grained authorization decision requirements.


Method Summary

 java.util.Map<java.lang.String,java.lang.Object> getScopeDataMap()
          Used for fine-grained scope and authorization
 java.lang.String getScopeName()
           

 

Method Detail

getScopeName

java.lang.String getScopeName()

getScopeDataMap

java.util.Map<java.lang.String,java.lang.Object> getScopeDataMap()
Used for fine-grained scope and authorization
Returns:

Skip navigation links

Copyright (c) 2014, 2015,
Oracle and/or its affiliates. All Rights Reserved.