Uses of Class
edu.internet2.middleware.shibboleth.common.attribute.encoding.AttributeEncodingException

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

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

Methods in edu.internet2.middleware.shibboleth.common.attribute.encoding that throw AttributeEncodingException
 EncodedType AttributeEncoder.encode(BaseAttribute attribute)
          Enocdes the attribute into a protocol specific representations.
 

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

Methods in edu.internet2.middleware.shibboleth.common.attribute.encoding.provider that throw AttributeEncodingException
 org.opensaml.saml2.core.Attribute SAML2XMLObjectAttributeEncoder.encode(BaseAttribute attribute)
          Enocdes the attribute into a protocol specific representations.
 org.opensaml.saml2.core.NameID SAML2StringNameIDEncoder.encode(BaseAttribute attribute)
          Enocdes the attribute into a protocol specific representations.
 org.opensaml.saml2.core.Attribute SAML2ScopedStringAttributeEncoder.encode(BaseAttribute attribute)
          Enocdes the attribute into a protocol specific representations.
 org.opensaml.saml1.core.Attribute SAML1XMLObjectAttributeEncoder.encode(BaseAttribute attribute)
          Enocdes the attribute into a protocol specific representations.
 org.opensaml.saml1.core.NameIdentifier SAML1StringNameIdentifierEncoder.encode(BaseAttribute attribute)
          Enocdes the attribute into a protocol specific representations.
 org.opensaml.saml1.core.Attribute SAML1ScopedStringAttributeEncoder.encode(BaseAttribute attribute)
          Enocdes the attribute into a protocol specific representations.
 

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

Methods in edu.internet2.middleware.shibboleth.common.attribute.provider that throw AttributeEncodingException
 org.opensaml.saml2.core.AttributeStatement ShibbolethSAML2AttributeAuthority.buildAttributeStatement(org.opensaml.saml2.core.AttributeQuery query, Collection<BaseAttribute> attributes)
          Creates a SAML 2 attribute statment from a collection of BaseAttribute.
 org.opensaml.saml1.core.AttributeStatement ShibbolethSAML1AttributeAuthority.buildAttributeStatement(org.opensaml.saml1.core.AttributeQuery query, Collection<BaseAttribute> attributes)
          Creates a SAML 1 attribute statment from a collection of BaseAttribute.
 org.opensaml.saml2.core.AttributeStatement SAML2AttributeAuthority.buildAttributeStatement(org.opensaml.saml2.core.AttributeQuery query, Collection<BaseAttribute> attributes)
          Creates a SAML 2 attribute statment from a collection of BaseAttribute.
 org.opensaml.saml1.core.AttributeStatement SAML1AttributeAuthority.buildAttributeStatement(org.opensaml.saml1.core.AttributeQuery query, Collection<BaseAttribute> attributes)
          Creates a SAML 1 attribute statment from a collection of BaseAttribute.
protected  Collection<org.opensaml.saml2.core.Attribute> ShibbolethSAML2AttributeAuthority.encodeAttributes(Collection<BaseAttribute> attributes)
          This encodes the supplied attributes with that attribute's SAML2 encoder.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.