|
||||||||||
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<EncodedType>
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractScopedAttributeEncoder<EncodedType>
EncodedType
- the type of object created by encoding the attributepublic abstract class AbstractScopedAttributeEncoder<EncodedType>
Base class for scoped attribute encoders.
Constructor Summary | |
---|---|
AbstractScopedAttributeEncoder()
|
Method Summary | |
---|---|
protected List<org.opensaml.xml.XMLObject> |
encodeAttributeValues(QName objectName,
BaseAttribute<ScopedAttributeValue> attribute)
Encodes attributes whose values are scoped. |
String |
getScopeAttribute()
Get the scope attribute. |
String |
getScopeDelimiter()
Get the scope delimiter. |
String |
getScopeType()
Get the scope type. |
void |
setScopeAttribute(String newScopeAttribute)
Set the scope attribute. |
void |
setScopeDelimiter(String newScopeDelimiter)
Set the scope delimiter. |
void |
setScopeType(String newScopeType)
Set the scope type. |
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 |
Constructor Detail |
---|
public AbstractScopedAttributeEncoder()
Method Detail |
---|
public String getScopeAttribute()
public String getScopeDelimiter()
public String getScopeType()
public void setScopeAttribute(String newScopeAttribute)
newScopeAttribute
- The scopeAttribute to set.public void setScopeDelimiter(String newScopeDelimiter)
newScopeDelimiter
- The scopeDelimiter to set.public void setScopeType(String newScopeType)
newScopeType
- The scopeType to set.protected List<org.opensaml.xml.XMLObject> encodeAttributeValues(QName objectName, BaseAttribute<ScopedAttributeValue> attribute)
objectName
- name of the attribute value element to create for each valueattribute
- the attribute whose values will be encoded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |