Interface SamlMessageFactory


public interface SamlMessageFactory
Factory which can create all kind of SAML message objects.

One such factory is used by the Auth class to orchestrate login and logout operations.

Default implementations for all creation methods are provided: they create instances of the standard classes provided by the library. Any extension class may simply override the desired creation methods in order to return instances of custom extensions of those standard classes.