[cas-dev] Feature Request: Mark RegisteredService Serializable

Scott Battaglia scott.battaglia at gmail.com
Thu Jan 11 12:12:44 EST 2007


Feel free to create a JIRA issue and attach the patch for the next CAS
release.

For the 3.1 release we are looking at adding a more robust Registered
Services implementation with an administrative piece.   If you have any
specific needs pleasediscuss them on the list or in our Wiki.

Thanks
-Scott

On 1/11/07, Marvin Addison <serac at vt.edu> wrote:
>
> We recently had the need to subclass RegisteredService to add additional
> properties.  Since we wanted to expose the subclass to the login view,
> it was necessary to add it to the flow context of the login webflow.
> This, however, required the class to be serializable.  Since this
> required all ancestors to be serializable as well, we edited
> RegisteredService.java thus:
>
> public class RegisteredService implements Serializable {
>     static final long serialVersionUID = 1168532137393325000L;
>
> I imagine this use case might be common enough that the change would
> benefit the community.  I would be happy to provide a patch.
>
> Regards,
> Marvin Addison
> Application Programming Analyst
> Collaborative Technologies Unit
> Virginia Tech
> _______________________________________________
> cas-dev mailing list
> cas-dev at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas-dev/attachments/20070111/5d539164/attachment.html


More information about the cas-dev mailing list