[java-identity-provider COMMIT] in /trunk: idp-cas-impl/src/main/java/net/shibboleth/idp/cas/ticket/impl/EncodingTick...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Aug 23 11:55:19 EDT 2016
Author: serac
Date: Tue Aug 23 11:55:18 2016
New Revision: 8346
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8346&view=rev
Log:
IDP-1018 Wire up EncodingTicketService.
https://issues.shibboleth.net/jira/browse/IDP-1018
Default to new component that doesn't require server-side storage.
Modified:
trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/ticket/impl/EncodingTicketService.java
trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml
Modified: trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/ticket/impl/EncodingTicketService.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/ticket/impl/EncodingTicketService.java?rev=8346&r1=8345&r2=8346&view=diff
==============================================================================
--- trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/ticket/impl/EncodingTicketService.java (original)
+++ trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/ticket/impl/EncodingTicketService.java Tue Aug 23 11:55:18 2016
@@ -17,7 +17,6 @@
package net.shibboleth.idp.cas.ticket.impl;
-import java.io.IOException;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
Modified: trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml?rev=8346&r1=8345&r2=8346&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml Tue Aug 23 11:55:18 2016
@@ -12,8 +12,9 @@
<import resource="../../conf/cas-protocol.xml" />
- <bean id="cas.TicketService" class="net.shibboleth.idp.cas.ticket.impl.SimpleTicketService"
- c:service-ref="#{'%{idp.cas.StorageService:shibboleth.StorageService}'.trim()}" />
+ <bean id="cas.TicketService" class="net.shibboleth.idp.cas.ticket.impl.EncodingTicketService"
+ c:service-ref="#{'%{idp.cas.StorageService:shibboleth.StorageService}'.trim()}"
+ c:sealer-ref="shibboleth.DataSealer"/>
<bean id="cas.ProxyAuthenticator" class="net.shibboleth.idp.cas.proxy.impl.HttpClientProxyAuthenticator" />
More information about the commits
mailing list