public class SAML1ScopedStringAttributeEncoder extends AbstractScopedAttributeEncoder<org.opensaml.saml1.core.Attribute> implements SAML1AttributeEncoder
| Constructor and Description |
|---|
SAML1ScopedStringAttributeEncoder()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml1.core.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 in interface SAML1AttributeEncoderpublic void setNamespace(String newNamespace)
setNamespace in interface SAML1AttributeEncodernewNamespace - attribute namespacepublic org.opensaml.saml1.core.Attribute encode(BaseAttribute attribute) throws AttributeEncodingException
encode in interface AttributeEncoder<org.opensaml.saml1.core.Attribute>attribute - the attribute to encodeAttributeEncodingException - if unable to successfully encode attributeCopyright © 1999–2014. All rights reserved.