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
 

Fields in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition with type parameters of type TransientIdEntry
private  org.opensaml.util.storage.StorageService<String,TransientIdEntry> TransientIdAttributeDefinition.idStore
          Store used to map tokens to principals.
 

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
 

Fields in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector with type parameters of type TransientIdEntry
private  org.opensaml.util.storage.StorageService<String,TransientIdEntry> TransientPrincipalConnector.identifierStore
          Store used to map transient identifier tokens to principal names.
 

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
 

Fields in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition with type parameters of type TransientIdEntry
private  org.opensaml.util.storage.StorageService<String,TransientIdEntry> TransientIdAttributeDefinitionFactoryBean.identifierStore
          Store used to map transient identifier tokens to principal names.
 

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
 

Fields in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector with type parameters of type TransientIdEntry
private  org.opensaml.util.storage.StorageService<String,TransientIdEntry> TransientPrincipalConnectorFactoryBean.identifierStore
          Store used to map transient identifier tokens to principal names.
 

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 © 1999-2012. All Rights Reserved.