Subversion Repositories bacoAlunos

Rev

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

Rev 1699 Rev 1704
Line 19... Line 19...
19
        <filterChains>
19
        <filterChains>
20
            <chain name="Logger"/>
20
            <chain name="Logger"/>
21
            <chain name="Session"/>
21
            <chain name="Session"/>
22
        </filterChains>
22
        </filterChains>
23
    </service>
23
    </service>
-
 
24
 
-
 
25
    <service>
-
 
26
        <name>GenerateChaveApps</name>
-
 
27
        <implementationClass>pt.estgp.estgweb.services.authenticate.AuthenticateService</implementationClass>
-
 
28
        <description>Create a key for mobile Apps in PAE for a Authenticated User</description>
-
 
29
        <isTransactional>true</isTransactional>
-
 
30
        <defaultMethod>generateChaveApps</defaultMethod>
-
 
31
        <filterChains>
-
 
32
            <chain name="Logger"/>
-
 
33
            <chain name="Session"/>
-
 
34
            <chain name="AuthenticatedUsers"/>
-
 
35
        </filterChains>
-
 
36
    </service>
-
 
37
 
-
 
38
 
-
 
39
 
-
 
40
    <!--WS SERVICES ONLY FOR MOBILE APPS NEED API KEY AUTHNETICATION AND CERTIFICATE-->
-
 
41
    <service>
-
 
42
        <name>WSAPILoginChallenge</name>
-
 
43
        <implementationClass>pt.estgp.estgweb.services.authenticate.AuthenticateService</implementationClass>
-
 
44
        <description>Authenticates a User</description>
-
 
45
        <isTransactional>true</isTransactional>
-
 
46
        <defaultMethod>loginChallengeWs</defaultMethod>
-
 
47
        <filterChains>
-
 
48
            <chain name="Logger"/>
-
 
49
            <chain name="Session"/>
-
 
50
            <chain name="MobileApps"/>
-
 
51
        </filterChains>
-
 
52
    </service>
-
 
53
    <service>
-
 
54
        <name>WSAPIListStudents</name>
-
 
55
        <implementationClass>pt.estgp.estgweb.services.profile.ListUsersService</implementationClass>
-
 
56
        <description>Authenticates a User</description>
-
 
57
        <isTransactional>true</isTransactional>
-
 
58
        <defaultMethod>listStudentsService</defaultMethod>
-
 
59
        <filterChains>
-
 
60
            <chain name="Logger"/>
-
 
61
            <chain name="Session"/>
-
 
62
            <chain name="MobileApps"/>
-
 
63
        </filterChains>
-
 
64
    </service>
-
 
65
    <service>
-
 
66
        <name>WSAPIListTeachers</name>
-
 
67
        <implementationClass>pt.estgp.estgweb.services.profile.ListUsersService</implementationClass>
-
 
68
        <description>Authenticates a User</description>
-
 
69
        <isTransactional>true</isTransactional>
-
 
70
        <defaultMethod>listTeachersService</defaultMethod>
-
 
71
        <filterChains>
-
 
72
            <chain name="Logger"/>
-
 
73
            <chain name="Session"/>
-
 
74
            <chain name="MobileApps"/>
-
 
75
        </filterChains>
-
 
76
    </service>
-
 
77
 
-
 
78
    <service>
-
 
79
        <name>AuthenticateApp</name>
-
 
80
        <implementationClass>pt.estgp.estgweb.services.authenticate.AuthenticateService</implementationClass>
-
 
81
        <description>Authenticates a User</description>
-
 
82
        <isTransactional>true</isTransactional>
-
 
83
        <defaultMethod>authenticateApp</defaultMethod>
-
 
84
        <filterChains>
-
 
85
            <chain name="Logger"/>
-
 
86
            <chain name="Session"/>
-
 
87
        </filterChains>
-
 
88
    </service>
-
 
89
 
24
    <service>
90
    <service>
25
        <name>AuthenticateCertificate</name>
91
        <name>AuthenticateCertificate</name>
26
        <implementationClass>pt.estgp.estgweb.services.authenticate.AuthenticateService</implementationClass>
92
        <implementationClass>pt.estgp.estgweb.services.authenticate.AuthenticateService</implementationClass>
27
        <description>Authenticates a User</description>
93
        <description>Authenticates a User</description>
28
        <isTransactional>true</isTransactional>
94
        <isTransactional>true</isTransactional>