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, setScopeType
getAttributeName, setAttributeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeName, setAttributeName
public SAML1ScopedStringAttributeEncoder()
public String getNamespace()
getNamespace
インタフェース内 SAML1AttributeEncoder
public void setNamespace(String newNamespace)
setNamespace
インタフェース内 SAML1AttributeEncoder
newNamespace
- 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.