public interface ProxyGrantingTicketStorage
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
Called on a regular basis by an external timer,
giving implementations a chance to remove stale data.
|
String |
retrieve(String proxyGrantingTicketIou)
Method to retrieve a ProxyGrantingTicket based on the
ProxyGrantingTicketIou.
|
void |
save(String proxyGrantingTicketIou,
String proxyGrantingTicket)
Method to save the ProxyGrantingTicket to the backing storage facility.
|
void save(String proxyGrantingTicketIou, String proxyGrantingTicket)
proxyGrantingTicketIou
- used as the keyproxyGrantingTicket
- used as the valueString retrieve(String proxyGrantingTicketIou)
proxyGrantingTicketIou
- used as the keyvoid cleanUp()
Copyright © 2006–2018 Jasig. All rights reserved.