public class OpenSamlVelocityEngine extends Object implements SamlTemplateEngine
Constructor and Description |
---|
OpenSamlVelocityEngine() |
OpenSamlVelocityEngine(boolean disableVelocityLog) |
Modifier and Type | Method and Description |
---|---|
protected void |
initializeVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine) |
void |
process(HttpServletRequest request,
String templateId,
Map<String,Object> model,
Writer out)
Process a template and deliver the response
|
public OpenSamlVelocityEngine()
public OpenSamlVelocityEngine(boolean disableVelocityLog)
public void process(HttpServletRequest request, String templateId, Map<String,Object> model, Writer out)
SamlTemplateEngine
process
in interface SamlTemplateEngine
request
- the incoming HTTP requesttemplateId
- the template to usemodel
- the model with the data inputsout
- a writer where the processed template will be written toprotected void initializeVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)