Class TestIdentityProvider


  • public class TestIdentityProvider
    extends Object
    Provides a symphony identity either from a system property or a file on the filesystem. System property must consist of a JSON-serialized SingleSymphonyIdentity, with the name "symphony-test-identity". File must be called "symphony-test-identity.json" and be either in the current working directory or any ancestor.
    Author:
    Rob Moffat
    • Constructor Detail

      • TestIdentityProvider

        public TestIdentityProvider()