You'd have to query the ServiceManager ( https://www.ja-sig.org/svn/cas3/trunk/cas-server-core/src/main/java/org/jasig/cas/services/ServicesManager.java) for the service. The manager is available as Spring bean so it can be wired into things like custom actions, etc.
Cheers, Scott On Wed, Aug 19, 2009 at 2:35 PM, Paul Vitty <[email protected]> wrote: > Hi, > > I was wondering if it is at all possible to access the service description > and name specified for a service in the attributes manager from the initial > login page. > > IE, I have a service http://test.school.ac.uk added with a description > “This is the description”, and I’d like to display it when the user goes to > https://cas.school.ac.uk/cas/login?service=http://test.school.ac.uk > > Is this even possible? > > Thanks > Paul > > -- > You are currently subscribed to [email protected] as: > [email protected] > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
