All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.myproxy.server-api.5.3.5.source-code.server-test.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE config SYSTEM "service.dtd">
<!-- User in unit tests -->
<config>
    <service name="postgresql config"
             version="1.0"
             address="https://research.bigstate.edu/oauth">
        <myproxy host="myproxy.bigstate.edu"
                 port="7512"/>
        <postgresql username="foo" password="bar" schema="oauth">
            <transactions/>
            <clients/>
            <clientApprovals/>
        </postgresql>

        <fileStore path="/tmp/oa4mp">
            <transactions/>
        </fileStore>

        <memoryStore>
            <clientApprovals/>
        </memoryStore>

    </service>

    <service name="mysql config"
             version="1.0"
             address="https://research.bigstate.edu/oauth">
        <myproxy host="myproxy.bigstate.edu"
                 port="7512"/>
        <mysql username="foo" password="bar" schema="oauth">
            <transactions/>
            <clients/>
            <clientApprovals/>
        </mysql>
    </service>

    <service name="file config"
             version="1.0"
             address="https://research.bigstate.edu/oauth">
        <myproxy host="myproxy.bigstate.edu"
                 port="7512"/>
        <fileStore path="/tmp">
            <transactions/>
            <clients/>
            <clientApprovals/>
        </fileStore>
    </service>

    <service name="minimum config"
             address="https://research.bigstate.edu/oauth"/>
    <service name="mixed config"
             version="1.0"
             address="https://research.bigstate.edu/oauth">
        <fileStore path="/tmp">
            <transactions/>
        </fileStore>
        <mysql username="foo" password="bar" schema="oauth">
            <clients/>
        </mysql>
        <postgresql username="foo" password="bar" schema="oauth">
            <clientApprovals/>
        </postgresql>
        <mail enabled="true"
              useSSL="true"
              username="qqq"
              password="www"
              server="fnord.foo.baz"
              port="3321"
              recipents="tom;dick;harry">
            <messageTemplate>/var/www/config/message.txt</messageTemplate>
            <subjectTemplate>/var/www/config/subject.txt</subjectTemplate>
        </mail>
    </service>


</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy