Uses of Class
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractAttributeEncoder

Packages that use AbstractAttributeEncoder
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider   
 

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

Subclasses of AbstractAttributeEncoder in edu.internet2.middleware.shibboleth.common.attribute.encoding.provider
 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.
 



Copyright © 2006-2008 Internet2. All Rights Reserved.