Skip navigation links

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


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) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT