public class SAML1ScopedStringAttributeEncoder extends AbstractScopedAttributeEncoder<Attribute> implements SAML1AttributeEncoder
| コンストラクタと説明 |
|---|
SAML1ScopedStringAttributeEncoder()
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Attribute |
encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
String |
getNamespace()
Gets the attribute namespace.
|
void |
setNamespace(String newNamespace)
Sets the attribute namespace.
|
encodeAttributeValues, getScopeAttribute, getScopeDelimiter, getScopeType, setScopeAttribute, setScopeDelimiter, setScopeTypegetAttributeName, setAttributeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeName, setAttributeNamepublic SAML1ScopedStringAttributeEncoder()
public String getNamespace()
getNamespace インタフェース内 SAML1AttributeEncoderpublic void setNamespace(String newNamespace)
setNamespace インタフェース内 SAML1AttributeEncodernewNamespace - attribute namespacepublic Attribute encode(BaseAttribute attribute) throws AttributeEncodingException
encode インタフェース内 AttributeEncoder<Attribute>attribute - the attribute to encodeAttributeEncodingException - if unable to successfully encode attributeCopyright © 2012. All Rights Reserved.