Uses of Interface
edu.internet2.middleware.shibboleth.common.attribute.encoding.AttributeEncoder

Packages that use AttributeEncoder
edu.internet2.middleware.shibboleth.common.attribute   
edu.internet2.middleware.shibboleth.common.attribute.encoding   
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider   
edu.internet2.middleware.shibboleth.common.attribute.provider   
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition   
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition   
 

Uses of AttributeEncoder in edu.internet2.middleware.shibboleth.common.attribute
 

Methods in edu.internet2.middleware.shibboleth.common.attribute that return types with arguments of type AttributeEncoder
abstract  List<AttributeEncoder> BaseAttribute.getEncoders()
          Gets the list of attribute encoders usable with this attribute.
 

Uses of AttributeEncoder in edu.internet2.middleware.shibboleth.common.attribute.encoding
 

Subinterfaces of AttributeEncoder in edu.internet2.middleware.shibboleth.common.attribute.encoding
 interface SAML1AttributeEncoder
          SAML 1.X attribute encoder.
 interface SAML1NameIdentifierEncoder
          SAML 1.X NameIdentifier encoder for attributes.
 interface SAML2AttributeEncoder
          SAML 2.0 attribute encoder.
 interface SAML2NameIDEncoder
          SAML 2.0 NameID attribute encoder.
 interface SAMLNameIdentifierEncoder<NameIDType extends XMLObject>
          Base interface for encoders that generate SAML name identifiers.
 interface XMLObjectAttributeEncoder<XMLObjectType extends XMLObject>
          Attribute encoder that encodes attributes into XMLObjects.
 

Uses of AttributeEncoder in edu.internet2.middleware.shibboleth.common.attribute.encoding.provider
 

Classes in edu.internet2.middleware.shibboleth.common.attribute.encoding.provider that implement AttributeEncoder
 class AbstractAttributeEncoder<EncodedType>
          Base class for AttributeEncoders.
 class AbstractSAML1AttributeEncoder
          Base for encoders that produce Attributes.
 class AbstractSAML2AttributeEncoder
          Base for encoders that produce Attributes.
 class AbstractScopedAttributeEncoder<EncodedType>
          Base class for scoped attribute encoders.
 class SAML1Base64AttributeEncoder
          Implementation of SAML 1.X attribute encoder.
 class SAML1ScopedStringAttributeEncoder
          Implementation of SAML 1.X scoped attribute encoder.
 class SAML1StringAttributeEncoder
          Implementation of SAML 1.X attribute encoder.
 class SAML1StringNameIdentifierEncoder
          An attribute encoder that takes the first value of an attribute and creates a NameIdentifier of it.
 class SAML1XMLObjectAttributeEncoder
          A SAML 1 encoder that uses XMLObject as the value for attribute values.
 class SAML2Base64AttributeEncoder
          Implementation of SAML 2.0 attribute encoder.
 class SAML2ScopedStringAttributeEncoder
          Implementation of SAML 2.0 scoped attribute encoder.
 class SAML2StringAttributeEncoder
          Implementation of SAML 2.0 attribute encoder.
 class SAML2StringNameIDEncoder
          An attribute encoder that takes the first value of an attribute and creates a NameID of it.
 class SAML2XMLObjectAttributeEncoder
          A SAML 2 encoder that uses XMLObject as the value for attribute values.
 

Uses of AttributeEncoder in edu.internet2.middleware.shibboleth.common.attribute.provider
 

Fields in edu.internet2.middleware.shibboleth.common.attribute.provider with type parameters of type AttributeEncoder
private  ArrayList<AttributeEncoder> BasicAttribute.encoders
          Map of attribute encoders for this attribute, keyed off of category.
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.provider that return types with arguments of type AttributeEncoder
 List<AttributeEncoder> BasicAttribute.getEncoders()
          Gets the list of attribute encoders usable with this attribute.
 

Uses of AttributeEncoder 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 AttributeEncoder
private  ArrayList<AttributeEncoder> BaseAttributeDefinition.encoders
          Attribute encoders associated with this definition.
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition that return types with arguments of type AttributeEncoder
 List<AttributeEncoder> ContextualAttributeDefinition.getAttributeEncoders()
          Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
 List<AttributeEncoder> BaseAttributeDefinition.getAttributeEncoders()
          Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
 List<AttributeEncoder> AttributeDefinition.getAttributeEncoders()
          Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
 

Uses of AttributeEncoder 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 AttributeEncoder
private  List<AttributeEncoder> BaseAttributeDefinitionFactoryBean.attributeEncoders
          Encoders for the attributes.
 

Methods in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition that return types with arguments of type AttributeEncoder
 List<AttributeEncoder> BaseAttributeDefinitionFactoryBean.getAttributeEncoders()
          Gets the encoders for the attributes.
 

Method parameters in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition with type arguments of type AttributeEncoder
 void BaseAttributeDefinitionFactoryBean.setAttributeEncoders(List<AttributeEncoder> encoders)
          Sets the encoders for the attributes.
 



Copyright © 1999-2012. All Rights Reserved.