|
I have a filter that sits "in
front of" CAS. The purpose of this filter isn't important, but in
certain conditions it needs to invalidate a TGT. The filter does not
have access to the CASTGC cookie,but it does have the TGT ID. I can use (and have proven that it works) TicketRegistry to get me a TicketGrantingTicket, but that has no obvious invalidate() method. I don't think that expire() and deleteTicket() is the way to go. Should I instead get CentralAuthenticationService and call its destroyTicketGrantingTicket() method? I think that this would probably work, but is it the "right way" to do it? Thanks, Adam |
begin:vcard fn:Adam Rybicki n:Rybicki;Adam org:Unicon, Inc.;Professional Services adr:Suite 113;;3140 North Arizona Avenue;Chandler;AZ;85225;United States email;internet:[EMAIL PROTECTED] tel;work:+1-480-558-2400 tel;home:+1-310-265-8286 tel;cell:+1-310-980-2758 x-mozilla-html:FALSE url:http://www.unicon.net/ version:2.1 end:vcard
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
