public class OAUTHClientCacheImpl extends java.lang.Object implements MaximoCache
| Constructor and Description |
|---|
OAUTHClientCacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getAllClients()
Get all the defined endpoints.
|
OAUTHClientInfo |
getClientInfo(java.lang.String clientName)
Get the EndPointInfo object
|
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
void |
init()
Initialize the EndPointCache
|
void |
reload()
Refresh the EndPointCache
|
void |
reload(java.lang.String key)
Reload a paricular key in memory.
|
public void init()
throws MXException
init in interface MaximoCacheMXException - Maximo Exceptionpublic void reload()
throws MXException
reload in interface MaximoCacheMXException - Maximo Exceptionpublic void reload(java.lang.String key)
throws MXException
reload in interface MaximoCachekey - to reloadMXException - Maximo Exceptionpublic java.lang.String getName()
getName in interface MaximoCachepublic java.util.Map getAllClients()
public OAUTHClientInfo getClientInfo(java.lang.String clientName)
endPointName - endpoint name