@FunctionalInterface
public interface CasProtocolAttributesRenderer
CasProtocolAttributesRenderer
that decides how cas protocol attributes
should be rendered in the final validation response. Implementations are free to choice the proper format
in the way that multi-valued attributes or prefixes are defined.Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
render(java.util.Map<java.lang.String,java.lang.Object> attributes)
Render attributes.
|