|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyHandler
Abstraction for what needs to be done to handle proxies. Useful because the generic flow for all authentication is similar the actions taken for proxying are different. One can swap in/out implementations but keep the flow of events the same.
This is a published and supported CAS Server 3 API.
| Method Summary | |
|---|---|
java.lang.String |
handle(Credentials credentials,
java.lang.String proxyGrantingTicketId)
Method to actually process the proxy request. |
| Method Detail |
|---|
java.lang.String handle(Credentials credentials,
java.lang.String proxyGrantingTicketId)
credentials - The credentials of the item that will be proxying.proxyGrantingTicketId - The ticketId for the ProxyGrantingTicket (in
CAS 3 this is a TicketGrantingTicket)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||