Uses of Class
edu.uiuc.ncsa.security.core.exceptions.UnregisteredObjectException
-
Packages that use UnregisteredObjectException Package Description edu.uiuc.ncsa.security.core edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table.edu.uiuc.ncsa.security.util.json Some utilities for working with JSON. -
-
Uses of UnregisteredObjectException in edu.uiuc.ncsa.security.core
Methods in edu.uiuc.ncsa.security.core that throw UnregisteredObjectException Modifier and Type Method Description voidStore. update(List<Identifier> ids, Map<String,Object> values)Mass update. -
Uses of UnregisteredObjectException in edu.uiuc.ncsa.security.storage
Methods in edu.uiuc.ncsa.security.storage that throw UnregisteredObjectException Modifier and Type Method Description voidAggregateStore. update(List ids, Map values)voidFileStore. update(List<Identifier> ids, Map<String,Object> values)voidMemoryStore. update(List<Identifier> ids, Map<String,Object> values) -
Uses of UnregisteredObjectException in edu.uiuc.ncsa.security.storage.sql
Methods in edu.uiuc.ncsa.security.storage.sql that throw UnregisteredObjectException Modifier and Type Method Description voidSQLStore. update(List<Identifier> ids, Map<String,Object> map) -
Uses of UnregisteredObjectException in edu.uiuc.ncsa.security.util.json
Methods in edu.uiuc.ncsa.security.util.json that throw UnregisteredObjectException Modifier and Type Method Description voidTestMemStore. update(List<Identifier> ids, Map<String,Object> values)
-