Class CasProxyGrantingTicketManager
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.plugins.extrausermgt.authentication.cas.CasProxyGrantingTicketManager
-
- All Implemented Interfaces:
LogEnabled
,Component
,org.jasig.cas.client.proxy.ProxyGrantingTicketStorage
public class CasProxyGrantingTicketManager extends AbstractLogEnabled implements org.jasig.cas.client.proxy.ProxyGrantingTicketStorage, Component
CAS Proxy Granting Ticket manager, correlating PGTIOU with PGT
-
-
Constructor Summary
Constructors Constructor Description CasProxyGrantingTicketManager()
Constructor for the instance not created by Avalon, but by AmetysCas20ProxyReceivingTicketValidationFilter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanUp()
String
retrieve(String proxyGrantingTicketIou)
void
save(String proxyGrantingTicketIou, String proxyGrantingTicket)
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
CasProxyGrantingTicketManager
public CasProxyGrantingTicketManager()
Constructor for the instance not created by Avalon, but by AmetysCas20ProxyReceivingTicketValidationFilter
-
-
Method Detail
-
save
public void save(String proxyGrantingTicketIou, String proxyGrantingTicket)
- Specified by:
save
in interfaceorg.jasig.cas.client.proxy.ProxyGrantingTicketStorage
-
retrieve
public String retrieve(String proxyGrantingTicketIou)
- Specified by:
retrieve
in interfaceorg.jasig.cas.client.proxy.ProxyGrantingTicketStorage
-
cleanUp
public void cleanUp()
- Specified by:
cleanUp
in interfaceorg.jasig.cas.client.proxy.ProxyGrantingTicketStorage
-
-