Are there any plans to allow the specification of a "service priority" when looking up RegisteredService's by the service URL's? (i.e. calling ServicesManager.findServiceBy(service)) Right now, the DefaultServicesManager just returns the first service that matches from the registry. With the possibility of specifying wildcards for service URL's, there may actually be several RegisteredService's that match a given service URL.
The reason I ask is that we'd like to use the service manager to define some fairly general "catch all" service URL's that only get a very limited set of attributes, and then override these general URL's with more specific URL's that are allowed to see more attributes. For example: Catch All URL: https://*.vcu.edu/** <-- can only see userId, displayName More Specific URL: https://something.vcu.edu/** <-- can see userId, displayName, studentId, DOB, classification, etc. Thanks, Hugh Eaves Virginia Commonwealth University Technology Services / Portal Development (804) 828-2097 _______________________________________________ cas-dev mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas-dev
