Uses of Class
eu.semiramis.identityaggregator.IdentityAggregator_Config

Uses of IdentityAggregator_Config in eu.semiramis.identityaggregator
 

Fields in eu.semiramis.identityaggregator declared as IdentityAggregator_Config
protected  IdentityAggregator_Config AttributeRequestProcessor.config
           
protected  IdentityAggregator_Config AuthzProvider.config
           
protected  IdentityAggregator_Config IAConsumerService.config
           
protected  IdentityAggregator_Config IARequestProcessor.config
           
protected  IdentityAggregator_Config IAWAYF.config
           
protected  IdentityAggregator_Config InternalPDP.config
           
protected  IdentityAggregator_Config TrustManager.config
           
 

Methods in eu.semiramis.identityaggregator that return IdentityAggregator_Config
 IdentityAggregator_Config IAConsumerService.getConfig()
           
 IdentityAggregator_Config IARequestProcessor.getConfig()
           
 

Methods in eu.semiramis.identityaggregator with parameters of type IdentityAggregator_Config
static void Audit.initAudit(IdentityAggregator_Config config)
           
static PDP PDPFactory.newPDPInstance(IdentityAggregator_Config config)
           
 

Constructors in eu.semiramis.identityaggregator with parameters of type IdentityAggregator_Config
AttributeRequestProcessor(eu.semiramis.identityaggregator.client.IAClient iaClient, AuthzProvider authzProvider, ID_Discovery idDiscovery, AttributeTranslator attributeTranslator, ID_Translator idTranslator, IdentityAggregator_Config config)
           
AttributeTranslator(IdentityAggregator_Config config)
           
AuthzProvider(IdentityAggregator_Config config, eu.semiramis.commons.audit.Transaction transaction)
           
ID_Translator(IdentityAggregator_Config config)
           
PolicyMgmtPDP(IdentityAggregator_Config config)
           
TrustManager(IdentityAggregator_Config config)