edu.internet2.middleware.shibboleth.common.attribute.encoding
Interface SAML1AttributeEncoder

All Superinterfaces:
AttributeEncoder<org.opensaml.saml1.core.Attribute>, XMLObjectAttributeEncoder<org.opensaml.saml1.core.Attribute>
All Known Implementing Classes:
AbstractSAML1AttributeEncoder, SAML1Base64AttributeEncoder, SAML1ScopedStringAttributeEncoder, SAML1StringAttributeEncoder, SAML1XMLObjectAttributeEncoder

public interface SAML1AttributeEncoder
extends XMLObjectAttributeEncoder<org.opensaml.saml1.core.Attribute>

SAML 1.X attribute encoder.


Method Summary
 String getNamespace()
          Gets the attribute namespace.
 void setNamespace(String namespace)
          Sets the attribute namespace.
 
Methods inherited from interface edu.internet2.middleware.shibboleth.common.attribute.encoding.AttributeEncoder
encode, getAttributeName, setAttributeName
 

Method Detail

getNamespace

String getNamespace()
Gets the attribute namespace.

Returns:
attribute namespace

setNamespace

void setNamespace(String namespace)
Sets the attribute namespace.

Parameters:
namespace - attribute namespace


Copyright © 2006-2008 Internet2. All Rights Reserved.