Modifier and Type | Method and Description |
---|---|
EncodedType |
AttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Modifier and Type | Method and Description |
---|---|
org.opensaml.saml1.core.NameIdentifier |
SAML1StringNameIdentifierEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
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 |
SAML1ScopedStringAttributeEncoder.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.
|
Modifier and Type | Method and Description |
---|---|
org.opensaml.saml1.core.AttributeStatement |
ShibbolethSAML1AttributeAuthority.buildAttributeStatement(org.opensaml.saml1.core.AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 1 attribute statement 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 statement from a collection of
BaseAttribute . |
org.opensaml.saml2.core.AttributeStatement |
ShibbolethSAML2AttributeAuthority.buildAttributeStatement(org.opensaml.saml2.core.AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 2 attribute statement 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 statement from a collection of
BaseAttribute . |
protected Collection<org.opensaml.saml2.core.Attribute> |
ShibbolethSAML2AttributeAuthority.encodeAttributes(org.opensaml.saml2.core.AttributeQuery query,
Collection<BaseAttribute> attributes)
This encodes the supplied attributes with that attribute's SAML2 encoder.
|
Copyright © 1999–2014. All rights reserved.