edu.internet2.middleware.shibboleth.common.attribute.encoding.provider
Class SAML1StringAttributeEncoder
java.lang.Object
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractAttributeEncoder<org.opensaml.saml1.core.Attribute>
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractSAML1AttributeEncoder
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider.SAML1StringAttributeEncoder
- All Implemented Interfaces:
- AttributeEncoder<org.opensaml.saml1.core.Attribute>, SAML1AttributeEncoder, XMLObjectAttributeEncoder<org.opensaml.saml1.core.Attribute>
public class SAML1StringAttributeEncoder
- extends AbstractSAML1AttributeEncoder
Implementation of SAML 1.X attribute encoder.
Method Summary |
org.opensaml.saml1.core.Attribute |
encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAML1StringAttributeEncoder
public SAML1StringAttributeEncoder()
- Constructor.
encode
public org.opensaml.saml1.core.Attribute encode(BaseAttribute attribute)
- Enocdes the attribute into a protocol specific representations.
- Parameters:
attribute
- the attribute to encode
- Returns:
- the Object the attribute was encoded into
Copyright © 2006-2011 Internet2. All Rights Reserved.