Uses of Class
edu.internet2.middleware.grouper.shibboleth.util.AttributeIdentifier

Packages that use AttributeIdentifier
edu.internet2.middleware.grouper.shibboleth.attributeDefinition   
edu.internet2.middleware.grouper.shibboleth.attributeDefinition.config   
edu.internet2.middleware.grouper.shibboleth.dataConnector   
edu.internet2.middleware.grouper.shibboleth.dataConnector.config   
 

Uses of AttributeIdentifier in edu.internet2.middleware.grouper.shibboleth.attributeDefinition
 

Method parameters in edu.internet2.middleware.grouper.shibboleth.attributeDefinition with type arguments of type AttributeIdentifier
 void GroupAttributeDefinition.setAttributes(List<AttributeIdentifier> attributes)
           
 void SubjectAttributeDefinition.setAttributes(List<AttributeIdentifier> attributes)
           
 void MemberAttributeDefinition.setAttributes(List<AttributeIdentifier> attributes)
           
 

Uses of AttributeIdentifier in edu.internet2.middleware.grouper.shibboleth.attributeDefinition.config
 

Methods in edu.internet2.middleware.grouper.shibboleth.attributeDefinition.config that return types with arguments of type AttributeIdentifier
 List<AttributeIdentifier> SubjectAttributeDefinitionFactoryBean.getAttributes()
           
 List<AttributeIdentifier> GroupAttributeDefinitionFactoryBean.getAttributes()
           
 List<AttributeIdentifier> MemberAttributeDefinitionFactoryBean.getAttributes()
           
 

Method parameters in edu.internet2.middleware.grouper.shibboleth.attributeDefinition.config with type arguments of type AttributeIdentifier
 void SubjectAttributeDefinitionFactoryBean.setAttributes(List<AttributeIdentifier> attributes)
           
 void GroupAttributeDefinitionFactoryBean.setAttributes(List<AttributeIdentifier> attributes)
           
 void MemberAttributeDefinitionFactoryBean.setAttributes(List<AttributeIdentifier> attributes)
           
 

Uses of AttributeIdentifier in edu.internet2.middleware.grouper.shibboleth.dataConnector
 

Methods in edu.internet2.middleware.grouper.shibboleth.dataConnector that return AttributeIdentifier
 AttributeIdentifier BaseGrouperDataConnector.getSubjectIdentifier()
          Get the subject and source identifier used to start GrouperSessions.
 

Methods in edu.internet2.middleware.grouper.shibboleth.dataConnector that return types with arguments of type AttributeIdentifier
 List<AttributeIdentifier> BaseGrouperDataConnector.getSubjectAttributeIdentifiers()
          The AttributeIdentifiers for subject attributes.
 

Methods in edu.internet2.middleware.grouper.shibboleth.dataConnector with parameters of type AttributeIdentifier
 void BaseGrouperDataConnector.setSubjectIdentifier(AttributeIdentifier subjectIdentifier)
          Set the subject and source identifier used to start GrouperSessions.
 

Method parameters in edu.internet2.middleware.grouper.shibboleth.dataConnector with type arguments of type AttributeIdentifier
 void BaseGrouperDataConnector.setFieldIdentifiers(List<AttributeIdentifier> fieldIdentifiers)
          Set the identifiers of the attributes to return.
 

Uses of AttributeIdentifier in edu.internet2.middleware.grouper.shibboleth.dataConnector.config
 

Methods in edu.internet2.middleware.grouper.shibboleth.dataConnector.config that return AttributeIdentifier
 AttributeIdentifier BaseGrouperDataConnectorFactoryBean.getSubjectIdentifier()
           
 

Methods in edu.internet2.middleware.grouper.shibboleth.dataConnector.config that return types with arguments of type AttributeIdentifier
 List<AttributeIdentifier> BaseGrouperDataConnectorFactoryBean.getFieldIdentifiers()
           
 

Methods in edu.internet2.middleware.grouper.shibboleth.dataConnector.config with parameters of type AttributeIdentifier
 void BaseGrouperDataConnectorFactoryBean.setSubjectIdentifier(AttributeIdentifier subjectIdentifier)
           
 

Method parameters in edu.internet2.middleware.grouper.shibboleth.dataConnector.config with type arguments of type AttributeIdentifier
 void BaseGrouperDataConnectorFactoryBean.setFieldIdentifiers(List<AttributeIdentifier> fieldIdentifiers)
           
 



Copyright © 2012 Internet2. All Rights Reserved.