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 DataMap

All Superinterfaces:
java.util.Map<java.lang.String,java.lang.Object>
All Known Subinterfaces:
ChallengeAnswer, ChallengeQuestion, DeviceNetworkProfile, DeviceProfile, HandlerResult

public interface DataMap
extends java.util.Map<java.lang.String,java.lang.Object>

This base interface allow dynamically adding attributes to data exchange without changing the core Plugin interface Some attribute values may be highly plug-in implementation specific.


Nested Class Summary

  Nested classes/interfaces inherited from interface java.util.Map

java.util.Map.Entry<K,V>

  Method Summary

<T> T
getAttrValue(DataMapAttrKeyConst<T> attrConst)
           
<T> void
setAttrValue(DataMapAttrKeyConst<T> attrConst, T val)
          This set method may throw an UnsupportedOperationException, if the underlying data is read-only.

  Methods inherited from interface java.util.Map

clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values

 

Method Detail

getAttrValue

<T> T getAttrValue(DataMapAttrKeyConst<T> attrConst)

setAttrValue

<T> void setAttrValue(DataMapAttrKeyConst<T> attrConst,
                      T val)
This set method may throw an UnsupportedOperationException, if the underlying data is read-only.
Type Parameters:
T -
Parameters:
attrConst -
val -

Skip navigation links

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