|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ASelectStorageException in org.aselect.agent.session |
---|
Methods in org.aselect.agent.session that throw ASelectStorageException | |
---|---|
long |
SessionManager.getSessionTimeout(java.lang.String sSessionId)
Returns then session timeout. |
Uses of ASelectStorageException in org.aselect.agent.ticket |
---|
Methods in org.aselect.agent.ticket that throw ASelectStorageException | |
---|---|
long |
TicketManager.getTicketStartTime(java.lang.String sTicket)
Returns the ticket start time. |
long |
TicketManager.getTicketTimeout(java.lang.String sTicket)
Returns the ticket timeout. |
Uses of ASelectStorageException in org.aselect.server.elo |
---|
Methods in org.aselect.server.elo that throw ASelectStorageException | |
---|---|
ELO |
IELOStorage.getEloByID(java.lang.String sId)
Returns an Elo object from the store, using its ID. |
ELO |
IELOStorage.getEloByURL(java.lang.String sURL)
Returns an Elo object from the store, using the URL. |
Uses of ASelectStorageException in org.aselect.server.elo.handler |
---|
Methods in org.aselect.server.elo.handler that throw ASelectStorageException | |
---|---|
ELO |
ConfigStorage.getEloByID(java.lang.String sId)
returns an Elo object associated with the given ID. |
ELO |
ConfigStorage.getEloByURL(java.lang.String sURL)
returns an Elo object associated with the given URL. |
Uses of ASelectStorageException in org.aselect.server.request.handler.saml11.common |
---|
Methods in org.aselect.server.request.handler.saml11.common that throw ASelectStorageException | |
---|---|
void |
AssertionSessionManager.init(java.lang.Object oConfig)
Initialization of the Assertion session manager. |
Uses of ASelectStorageException in org.aselect.system.storagemanager |
---|
Methods in org.aselect.system.storagemanager that throw ASelectStorageException | |
---|---|
void |
IStorageHandler.cleanup(java.lang.Long lTimestamp)
Removes expired objects from the storage. |
boolean |
IStorageHandler.containsKey(java.lang.Object oKey)
Checks if the the supplied key object exists in the physical storage. |
boolean |
StorageManager.containsKey(java.lang.Object oKey)
Checks if the supplied key already exists in the physical storage |
java.lang.Object |
IStorageHandler.get(java.lang.Object oKey)
Get a object from storage. |
java.lang.Object |
StorageManager.get(java.lang.Object oKey)
Retrieve object from storage. |
java.util.Hashtable |
IStorageHandler.getAll()
Return stored objects. |
java.util.Hashtable |
StorageManager.getAll()
Retrieve all stored objects. |
long |
IStorageHandler.getCount()
Return stored object count. |
long |
StorageManager.getCount()
Retrieve the number of stored objects. |
long |
StorageManager.getExpirationTime(java.lang.Object oKey)
Retrieve an object its expiration time from storage. |
long |
IStorageHandler.getTimestamp(java.lang.Object oKey)
Retrieve an object its timestamp from storage. |
long |
StorageManager.getTimestamp(java.lang.Object oKey)
Retrieve an object its timestamp from storage. |
void |
IStorageHandler.init(java.lang.Object oConfigSection,
ConfigManager oConfigManager,
SystemLogger systemLogger,
SAMAgent oSAMAgent)
Initialize the handler. |
void |
StorageManager.init(java.lang.Object oConfigSection,
ConfigManager oConfigManager,
SystemLogger systemLogger,
SAMAgent oSAMAgent)
(Re)initialize the storage. |
boolean |
IStorageHandler.isMaximum(long lItemCount)
Checks if the maximum available storage items is reached. |
void |
StorageManager.put(java.lang.Object oKey,
java.lang.Object oValue)
Insert an object in storage. |
void |
IStorageHandler.put(java.lang.Object oKey,
java.lang.Object oValue,
java.lang.Long lTimestamp)
insert object into storage. |
void |
IStorageHandler.remove(java.lang.Object oKey)
Removes object from storage. |
void |
StorageManager.remove(java.lang.Object oKey)
Remove a storage object. |
void |
IStorageHandler.removeAll()
Removes all objects from storage. |
void |
StorageManager.removeAll()
Remove all stored objects. |
void |
StorageManager.update(java.lang.Object oKey,
java.lang.Object oValue)
Updates an object in storage. |
Uses of ASelectStorageException in org.aselect.system.storagemanager.handler |
---|
Methods in org.aselect.system.storagemanager.handler that throw ASelectStorageException | |
---|---|
void |
JDBCStorageHandler.cleanup(java.lang.Long lTimestamp)
Removes the objects from the database that have expired. |
void |
MemoryStorageHandler.cleanup(java.lang.Long lTimestamp)
Removes the objects from memory table that have been expired. |
boolean |
JDBCStorageHandler.containsKey(java.lang.Object oKey)
Checks if the supplied key already exists in the database |
boolean |
MemoryStorageHandler.containsKey(java.lang.Object oKey)
Checks if the supplied key already exists in the Hashtable
|
java.lang.Object |
JDBCStorageHandler.get(java.lang.Object oKey)
Returns a particular object from the database. |
java.lang.Object |
MemoryStorageHandler.get(java.lang.Object oKey)
Get a object from memory. |
java.util.Hashtable |
JDBCStorageHandler.getAll()
Returns all the objects stored in the table. |
java.util.Hashtable |
MemoryStorageHandler.getAll()
Get all objects from memory table. |
long |
JDBCStorageHandler.getCount()
Returns the number of objects stored in the table. |
long |
MemoryStorageHandler.getCount()
Returns the number of objects stored in memory. |
long |
JDBCStorageHandler.getTimestamp(java.lang.Object oKey)
Retrieve an object its timestamp from storage. |
long |
MemoryStorageHandler.getTimestamp(java.lang.Object oKey)
Retrieve an object its timestamp from storage. |
void |
JDBCStorageHandler.init(java.lang.Object oConfigSection,
ConfigManager oConfigManager,
SystemLogger systemLogger,
SAMAgent oSAMAgent)
Initialize the JDBCStorageHandler . |
void |
MemoryStorageHandler.init(java.lang.Object oConfigSection,
ConfigManager oConfigManager,
SystemLogger systemLogger,
SAMAgent oSAMAgent)
Initialize the MemoryStorageHandler . |
boolean |
JDBCStorageHandler.isMaximum(long lItemCount)
Checks if the maximum items is reached. |
boolean |
MemoryStorageHandler.isMaximum(long lItemCount)
Checks if the configured maximum items is reached. |
void |
JDBCStorageHandler.put(java.lang.Object oKey,
java.lang.Object oValue,
java.lang.Long lTimestamp)
Inserts a particular object into the database. |
void |
MemoryStorageHandler.put(java.lang.Object oKey,
java.lang.Object oValue,
java.lang.Long lTimestamp)
Put object in memory. |
void |
JDBCStorageHandler.remove(java.lang.Object oKey)
Removes a particular object from the database. |
void |
MemoryStorageHandler.remove(java.lang.Object oKey)
Remove an object from memory storage. |
void |
JDBCStorageHandler.removeAll()
Removes all the stored objects from the database. |
void |
MemoryStorageHandler.removeAll()
Remove all objects from memmory table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |