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 booleanHierarchicalConfigProvider. checkEvent(CfgEvent cfgEvent)Checks that the event applies to this component.protected booleanTypedProvider. checkEvent(CfgEvent cfgEvent)ObjectCfgEventListener. componentFound(CfgEvent configurationEvent)ObjectMultiTypeProvider. componentFound(CfgEvent configurationEvent)protected THierarchicalConfigProvider. 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 ObjectFSProvider. 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 ObjectSQLInitializerProvider. componentFound(CfgEvent configurationEvent)ObjectSQLStoreProvider. 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 booleanDerbyConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)ObjectDerbyConnectionPoolProvider. 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 booleanH2ConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)ObjectH2ConnectionPoolProvider. 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 booleanMariaDBConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)ObjectMariaDBConnectionPoolProvider. 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 booleanMySQLConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)ObjectMySQLConnectionPoolProvider. 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 booleanPGConnectionPoolProvider. checkEvent(CfgEvent cfgEvent)ObjectPGConnectionPoolProvider. 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 booleanMailUtilProvider. checkEvent(CfgEvent cfgEvent)ObjectMailUtilProvider. componentFound(CfgEvent configurationEvent)
-