Menu
- General Information
- Architecture :
- Services & Processes
- CookBooks
- Deployment
- Bundled Applications
- Source Code :
- Third-Party Setup :
- Polytech Staff Area :
This service provides two services, related to the same concepts : user management. The AccountManager service deals with authentication, and the SettingsManager stores parameters for service calls (each user can use its own parameters).
This service isn't THE solution to the “how to handle user profiles ?” question, it's just a naive solution which basically do what it's supposed to do.
xsd:string & xsd:intxsd:boolean isAuthorized(xsd:strong user, xsd:string password)xsd:int[] getCallIdentifiers(xsd:string service, xsd:string operation, xsd:string login)xsd:string getParameterValue(xsd:string service, xsd:string operation, xsd:string login,xsd:string param, xsd:string call)getCallIdentifier).