Subversion Repositories bacoAlunos

Rev

Rev 1830 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1830 Rev 1847
Line 72... Line 72...
72
            <chain name="Logger"/>
72
            <chain name="Logger"/>
73
            <chain name="Session"/>
73
            <chain name="Session"/>
74
            <chain name="MobileApps"/>
74
            <chain name="MobileApps"/>
75
        </filterChains>
75
        </filterChains>
76
    </service>
76
    </service>
-
 
77
    <service>
-
 
78
        <name>WSAPIListCoordinators</name>
-
 
79
        <implementationClass>pt.estgp.estgweb.services.profile.ListUsersService</implementationClass>
-
 
80
        <description>Authenticates a User</description>
-
 
81
        <isTransactional>true</isTransactional>
-
 
82
        <defaultMethod>listCoordinatorTeachersService</defaultMethod>
-
 
83
        <filterChains>
-
 
84
            <chain name="Logger"/>
-
 
85
            <chain name="Session"/>
-
 
86
            <chain name="MobileApps"/>
-
 
87
        </filterChains>
-
 
88
    </service>
77
 
89
 
78
    <service>
90
    <service>
79
        <name>AuthenticateApp</name>
91
        <name>AuthenticateApp</name>
80
        <implementationClass>pt.estgp.estgweb.services.authenticate.AuthenticateService</implementationClass>
92
        <implementationClass>pt.estgp.estgweb.services.authenticate.AuthenticateService</implementationClass>
81
        <description>Authenticates a User</description>
93
        <description>Authenticates a User</description>