nyla.solutions.commas.CommasBridge Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nyla.solutions.commas Show documentation
Show all versions of nyla.solutions.commas Show documentation
Command pattern implementation for building services.
The newest version!
package nyla.solutions.commas;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import nyla.solutions.core.data.Envelope;
public abstract class CommasBridge
{
/**
* Assert that the PROGRAM_NAME_HEADER header is added to the header
* @param env the envelope
*/
protected static final void constructAuthIdentity(Envelope env, String actor)
{
//construct header
Map