|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractAttributeEncoder<org.opensaml.saml1.core.Attribute>
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractSAML1AttributeEncoder
public abstract class AbstractSAML1AttributeEncoder
Base for encoders that produce Attribute
s.
Field Summary | |
---|---|
protected org.opensaml.common.SAMLObjectBuilder<org.opensaml.saml1.core.Attribute> |
attributeBuilder
Attribute factory. |
private String |
namespace
Namespace of attribute. |
Constructor Summary | |
---|---|
protected |
AbstractSAML1AttributeEncoder()
Constructor. |
Method Summary | |
---|---|
String |
getNamespace()
Gets the attribute namespace. |
protected void |
populateAttribute(org.opensaml.saml1.core.Attribute attribute)
Populates the attribute with attribute name and namespace. |
void |
setNamespace(String newNamespace)
Sets the attribute namespace. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractAttributeEncoder |
---|
getAttributeName, setAttributeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.internet2.middleware.shibboleth.common.attribute.encoding.AttributeEncoder |
---|
encode, getAttributeName, setAttributeName |
Field Detail |
---|
protected final org.opensaml.common.SAMLObjectBuilder<org.opensaml.saml1.core.Attribute> attributeBuilder
private String namespace
Constructor Detail |
---|
protected AbstractSAML1AttributeEncoder()
Method Detail |
---|
public String getNamespace()
getNamespace
in interface SAML1AttributeEncoder
public void setNamespace(String newNamespace)
setNamespace
in interface SAML1AttributeEncoder
newNamespace
- attribute namespaceprotected void populateAttribute(org.opensaml.saml1.core.Attribute attribute)
attribute
- to populate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |