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
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConstructor for the instance not created by Avalon, but by AmetysCas20ProxyReceivingTicketValidationFilter -
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon role
-
-
Constructor Details
-
CasProxyGrantingTicketManager
public CasProxyGrantingTicketManager()Constructor for the instance not created by Avalon, but by AmetysCas20ProxyReceivingTicketValidationFilter
-
-
Method Details
-
save
- Specified by:
save
in interfaceorg.jasig.cas.client.proxy.ProxyGrantingTicketStorage
-
retrieve
- Specified by:
retrieve
in interfaceorg.jasig.cas.client.proxy.ProxyGrantingTicketStorage
-
cleanUp
- Specified by:
cleanUp
in interfaceorg.jasig.cas.client.proxy.ProxyGrantingTicketStorage
-