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, setScopeType
getAttributeName, setAttributeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeName, setAttributeName
public SAML1ScopedStringAttributeEncoder()
public String getNamespace()
getNamespace
in interface SAML1AttributeEncoder
public void setNamespace(String newNamespace)
setNamespace
in interface SAML1AttributeEncoder
newNamespace
- 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.