Is it dynamic per request? Otherwise, write a custom CredentialsToPrincipalResolver to do what you need.
Cheers, Scott On Thu, Jun 10, 2010 at 1:33 AM, Mayank Mishra <[email protected]>wrote: > Yes. Basically I want to change the principle object. So it may be by means > of prefix value or something else. > > Can we do this? What would be the best way? > > Thanks, > Mayank > > On Thu, Jun 10, 2010 at 9:17 AM, Scott Battaglia < > [email protected]> wrote: > >> You mean you want to alter the principal's ID and prefix it with >> something? I.e. if my id was "battags" you want it to be "MYPREFIX-battags" >> ? >> >> >> On Wed, Jun 9, 2010 at 3:04 PM, Mayank Mishra <[email protected] >> > wrote: >> >>> Hi all, >>> >>> I'm using CAS 3.0 server. I want to modify the Principle object at >>> runtime i.e I want to attach some prefix value to the Principle object. >>> >>> Could someone please help me with this? >>> >>> >>> Thanks, >>> Mayank >>> >>> -- >>> 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 >> >> > -- > 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
