This service types provides data about entities in a domain. It may be used to get data about users, resources or services.
urn:icsy:venice:wsdl:information
basic:
http://www.v-grid.info/types/basic.xsd
domain:
http://www.v-grid.info/types/domain.xsd
basic:PreferencePropertyArray getProperties (domain:SSOInformation sso)
throws faults:AuthorizationFault
Returns an array of all properties currently stored in the service.
basic:String getProperty (domain:SSOInformation sso, basic:String propertyName)
throws faults:AuthorizationFault
Returns the value for a property.
xsd:boolean setProperty (domain:SSOInformation sso, basic:String propertyName, basic:String propertyValue)
throws faults:AuthorizationFault
Sets the value of a property.
xsd:boolean setUserProperty (domain:SSOInformation sso, domain:UserName userName, basic:String propertyName, basic:String propertyValue)
throws faults:AuthorizationFault
Sets the value of a property for another user.
basic:String getUserProperty (domain:SSOInformation sso, domain:UserName userName, basic:String propertyName)
throws faults:AuthorizationFault
Returns the value for a property of another user.
basic:PreferencePropertyArray getUserProperties (domain:SSOInformation sso, domain:UserName userName)
throws faults:AuthorizationFault
Returns all values for the properties of another user.
basic:StringArray getAllProperties (domain:SSOInformation sso, basic:String propertyName)
throws faults:AuthorizationFault
Returns the values of all users for one specified property name .
basic:StringArray search (domain:SSOInformation sso, basic:String searchPattern)
throws faults:AuthorizationFault
Searches within the service for the pattern. The result is an array of user ids that match the search pattern.
void setOnline (domain:SSOInformation sso, xsd:boolean onlineStatus)
throws faults:AuthorizationFault
Tells the service that the user is now online. If set, this will be propagated to the user domain and/or other domains.
xsd:boolean isOnline (domain:SSOInformation sso, domain:UserName userName)
throws faults:AuthorizationFault
Ask the service whether a user is online. Will only return true if the users is currently online and has allowed other users to see his online status.
xsd:int countOnlineUsers (domain:SSOInformation sso)
throws faults:AuthorizationFault
Returns the number of users currently reported as online. The value might not be correct if clients fail to report their online status.
domain:UserNameArray getOnlineUsers (domain:SSOInformation sso)
throws faults:AuthorizationFault
Returns the user names of users currently reported as online. Only the names of users who have allowed others to see their online status will be returned.
Generated by the Venice Service Compiler on Thu May 10 14:12:55 CEST 2012