修飾子とタイプ | メソッドと説明 |
---|---|
EncodedType |
AttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
修飾子とタイプ | メソッドと説明 |
---|---|
NameID |
SAML2StringNameIDEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML1XMLObjectAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML1ScopedStringAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML2XMLObjectAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
NameIdentifier |
SAML1StringNameIdentifierEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML2ScopedStringAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AttributeStatement |
ShibbolethSAML2AttributeAuthority.buildAttributeStatement(AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 2 attribute statement from a collection of
BaseAttribute . |
AttributeStatement |
ShibbolethSAML1AttributeAuthority.buildAttributeStatement(AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 1 attribute statement from a collection of
BaseAttribute . |
AttributeStatement |
SAML2AttributeAuthority.buildAttributeStatement(AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 2 attribute statement from a collection of
BaseAttribute . |
AttributeStatement |
SAML1AttributeAuthority.buildAttributeStatement(AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 1 attribute statement from a collection of
BaseAttribute . |
protected Collection<Attribute> |
ShibbolethSAML2AttributeAuthority.encodeAttributes(AttributeQuery query,
Collection<BaseAttribute> attributes)
This encodes the supplied attributes with that attribute's SAML2 encoder.
|
Copyright © 2012. All Rights Reserved.