Spnego and Cas configuration

vincent.jaulin@keyphrene.com vincent.jaulin at keyphrene.com
Mon Oct 2 07:12:44 EDT 2006


> Hi Vincent,
>
> Sorry for the mistakes in the tutorial. I wrote it for CAS 3.0.x and there
> have been few updates in CAS 3.1.x
> (http://www.ja-sig.org/issues/browse/CAS-403)
>
> I suggest you to remove beans abstractLoginAction and
> abstractCasLoginAction.
>
> And you should instead of what is written in the tutorial add the
> following beans :
>
> <bean id="negociateSpnego"
> class="org.jasig.cas.adaptors.spnego.web.flow.SpnegoNegociateCredentialsAction">
> <property
>         name="centralAuthenticationService"
>         ref="centralAuthenticationService" />
> <property
>         name="casArgumentExtractor"
>         ref="casArgumentExtractor" />
> </bean>
>
> <bean id="spnego"
> class="org.jasig.cas.adaptors.spnego.web.flow.SpnegoCredentialsAction">
> <property
>         name="centralAuthenticationService"
>         ref="centralAuthenticationService" />
> <property
>         name="casArgumentExtractor"
>         ref="casArgumentExtractor" />
> </bean>
>
>
> Tell me, if this solves the problem. I will update the tutorial with those
> remarks.
>

The problem is not solve, the following errors are:
Bean property 'centralAuthenticationService' is not writable or has an
invalid setter method
Bean property 'casArgumentExtractor' is not writable or has an invalid
setter method.


Vincent Jaulin




More information about the cas mailing list