edu.internet2.middleware.shibboleth.common.attribute.encoding
Interface XMLObjectAttributeEncoder<XMLObjectType extends org.opensaml.xml.XMLObject>

Type Parameters:
XMLObjectType - type of XMLObject the encoder produces
All Superinterfaces:
AttributeEncoder<XMLObjectType>
All Known Subinterfaces:
SAML1AttributeEncoder, SAML1NameIdentifierEncoder, SAML2AttributeEncoder, SAML2NameIDEncoder, SAMLNameIdentifierEncoder<NameIDType>
All Known Implementing Classes:
AbstractSAML1AttributeEncoder, AbstractSAML2AttributeEncoder, SAML1Base64AttributeEncoder, SAML1ScopedStringAttributeEncoder, SAML1StringAttributeEncoder, SAML1StringNameIdentifierEncoder, SAML1XMLObjectAttributeEncoder, SAML2Base64AttributeEncoder, SAML2ScopedStringAttributeEncoder, SAML2StringAttributeEncoder, SAML2StringNameIDEncoder, SAML2XMLObjectAttributeEncoder

public interface XMLObjectAttributeEncoder<XMLObjectType extends org.opensaml.xml.XMLObject>
extends AttributeEncoder<XMLObjectType>

Attribute encoder that encodes attributes into XMLObjects.


Method Summary
 
Methods inherited from interface edu.internet2.middleware.shibboleth.common.attribute.encoding.AttributeEncoder
encode, getAttributeName, setAttributeName
 



Copyright © 2006-2011 Internet2. All Rights Reserved.