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 MaximoCache
MXException
- Maximo Exceptionpublic void reload() throws MXException
reload
in interface MaximoCache
MXException
- Maximo Exceptionpublic void reload(java.lang.String key) throws MXException
reload
in interface MaximoCache
key
- to reloadMXException
- Maximo Exceptionpublic java.lang.String getName()
getName
in interface MaximoCache
public java.util.Map getAllClients()
public OAUTHClientInfo getClientInfo(java.lang.String clientName)
endPointName
- endpoint name