public class DefaultCas30ProtocolAttributesRenderer
extends java.lang.Object
implements org.apereo.cas.validation.CasProtocolAttributesRenderer
| Constructor and Description |
|---|
DefaultCas30ProtocolAttributesRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
buildSingleAttributeDefinitionLine(java.lang.String attributeName,
java.lang.Object value)
Build single attribute definition line.
|
protected java.lang.String |
encodeAttributeValue(java.lang.Object value)
Encode attribute value.
|
java.util.Collection<java.lang.String> |
render(java.util.Map<java.lang.String,java.lang.Object> attributes) |
public DefaultCas30ProtocolAttributesRenderer()
public java.util.Collection<java.lang.String> render(java.util.Map<java.lang.String,java.lang.Object> attributes)
render in interface org.apereo.cas.validation.CasProtocolAttributesRendererprotected java.lang.String buildSingleAttributeDefinitionLine(java.lang.String attributeName,
java.lang.Object value)
attributeName - the attribute namevalue - the valueprotected java.lang.String encodeAttributeValue(java.lang.Object value)
value - the value