Uses of Class
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.TransientIdEntry

Packages that use TransientIdEntry
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition   
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector   
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition   
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector   
 

Uses of TransientIdEntry in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition
 

Constructor parameters in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition with type arguments of type TransientIdEntry
TransientIdAttributeDefinition(org.opensaml.util.storage.StorageService<String,TransientIdEntry> store)
          Constructor.
 

Uses of TransientIdEntry in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector
 

Constructor parameters in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector with type arguments of type TransientIdEntry
TransientPrincipalConnector(org.opensaml.util.storage.StorageService<String,TransientIdEntry> store)
          Constructor.
 

Uses of TransientIdEntry in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition
 

Methods in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition that return types with arguments of type TransientIdEntry
 org.opensaml.util.storage.StorageService<String,TransientIdEntry> TransientIdAttributeDefinitionFactoryBean.getIdentifierStore()
          Gets the store used to map transient identifier tokens to principal names.
 

Method parameters in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition with type arguments of type TransientIdEntry
 void TransientIdAttributeDefinitionFactoryBean.setIdentifierStore(org.opensaml.util.storage.StorageService<String,TransientIdEntry> store)
          Sets the store used to map transient identifier tokens to principal names.
 

Uses of TransientIdEntry in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector
 

Methods in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector that return types with arguments of type TransientIdEntry
 org.opensaml.util.storage.StorageService<String,TransientIdEntry> TransientPrincipalConnectorFactoryBean.getIdentifierStore()
          Gets the store used to map transient identifier tokens to principal names.
 

Method parameters in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector with type arguments of type TransientIdEntry
 void TransientPrincipalConnectorFactoryBean.setIdentifierStore(org.opensaml.util.storage.StorageService<String,TransientIdEntry> store)
          Sets the store used to map transient identifier tokens to principal names.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.