Uses of Class
edu.uiuc.ncsa.security.core.configuration.provider.CfgEvent
-
Packages that use CfgEvent Package Description edu.uiuc.ncsa.security.core.configuration.provider Machinery for getting a configuration.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.storage.sql.derby Connectivity for the Derby databaseedu.uiuc.ncsa.security.storage.sql.h2 Connectivity for the H2 database engine.edu.uiuc.ncsa.security.storage.sql.mariadb Connectivity for the Maria DB database server.edu.uiuc.ncsa.security.storage.sql.mysql Connectivity for the MySQL database server.edu.uiuc.ncsa.security.storage.sql.postgres Connectivity for the PostgreSQL database server.edu.uiuc.ncsa.security.util.mail A simple mail system. -
-
Uses of CfgEvent in edu.uiuc.ncsa.security.core.configuration.provider
Methods in edu.uiuc.ncsa.security.core.configuration.provider with parameters of type CfgEvent Modifier and Type Method Description protected abstract boolean
HierarchicalConfigProvider. checkEvent(CfgEvent cfgEvent)
Checks that the event applies to this component.protected boolean
TypedProvider. checkEvent(CfgEvent cfgEvent)
Object
CfgEventListener. componentFound(CfgEvent configurationEvent)
Object
MultiTypeProvider. componentFound(CfgEvent configurationEvent)
protected T
HierarchicalConfigProvider. fireComponentFound(CfgEvent cfgEvent)
-
Uses of CfgEvent in edu.uiuc.ncsa.security.storage
Methods in edu.uiuc.ncsa.security.storage with parameters of type CfgEvent Modifier and Type Method Description Object
FSProvider. componentFound(CfgEvent configurationEvent)
-
Uses of CfgEvent in edu.uiuc.ncsa.security.storage.sql
Methods in edu.uiuc.ncsa.security.storage.sql with parameters of type CfgEvent Modifier and Type Method Description Object
SQLInitializerProvider. componentFound(CfgEvent configurationEvent)
Object
SQLStoreProvider. componentFound(CfgEvent configurationEvent)
-
Uses of CfgEvent in edu.uiuc.ncsa.security.storage.sql.derby
Methods in edu.uiuc.ncsa.security.storage.sql.derby with parameters of type CfgEvent Modifier and Type Method Description protected boolean
DerbyConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)
Object
DerbyConnectionPoolProvider. componentFound(CfgEvent configurationEvent)
-
Uses of CfgEvent in edu.uiuc.ncsa.security.storage.sql.h2
Methods in edu.uiuc.ncsa.security.storage.sql.h2 with parameters of type CfgEvent Modifier and Type Method Description protected boolean
H2ConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)
Object
H2ConnectionPoolProvider. componentFound(CfgEvent configurationEvent)
-
Uses of CfgEvent in edu.uiuc.ncsa.security.storage.sql.mariadb
Methods in edu.uiuc.ncsa.security.storage.sql.mariadb with parameters of type CfgEvent Modifier and Type Method Description protected boolean
MariaDBConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)
Object
MariaDBConnectionPoolProvider. componentFound(CfgEvent configurationEvent)
-
Uses of CfgEvent in edu.uiuc.ncsa.security.storage.sql.mysql
Methods in edu.uiuc.ncsa.security.storage.sql.mysql with parameters of type CfgEvent Modifier and Type Method Description protected boolean
MySQLConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)
Object
MySQLConnectionPoolProvider. componentFound(CfgEvent configurationEvent)
-
Uses of CfgEvent in edu.uiuc.ncsa.security.storage.sql.postgres
Methods in edu.uiuc.ncsa.security.storage.sql.postgres with parameters of type CfgEvent Modifier and Type Method Description protected boolean
PGConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)
Object
PGConnectionPoolProvider. componentFound(CfgEvent configurationEvent)
-
Uses of CfgEvent in edu.uiuc.ncsa.security.util.mail
Methods in edu.uiuc.ncsa.security.util.mail with parameters of type CfgEvent Modifier and Type Method Description protected boolean
MailUtilProvider. checkEvent(CfgEvent cfgEvent)
Object
MailUtilProvider. componentFound(CfgEvent configurationEvent)
-