Spnego and Cas configuration
vincent.jaulin@keyphrene.com
vincent.jaulin at keyphrene.com
Mon Oct 2 06:00:17 EDT 2006
Hi,
this code doesn't exist in cas-server.xml file
<bean id="abstractLoginAction" abstract="true"
class="org.jasig.cas.web.flow.AbstractLoginAction">
<property name="warnCookieGenerator" ref="warnCookieGenerator" />
<property name="ticketGrantingTicketCookieGenerator"
ref="ticketGrantingTicketCookieGenerator" />
</bean>
<bean id="abstractCasLoginAction" abstract="true"
parent="abstractLoginAction"
class="org.jasig.cas.web.flow.AbstractCasLoginAction">
<property name="centralAuthenticationService"
ref="centralAuthenticationService" />
</bean>
and this code call the parent id.
<bean id="negociateSpnego" parent="abstractLoginAction"
class="org.jasig.cas.adaptors.spnego.web.flow.SpnegoNegociateCredentialsAction"
/>
<bean id="spnego" parent="abstractCasLoginAction"
class="org.jasig.cas.adaptors.spnego.web.flow.SpnegoCredentialsAction" />
When I add abstractLoginAction, and abstractCasLoginAction beans, I get
this error: Bean property 'warnCookieGenerator' is not writable or has an
invalid setter method.
Have you an idea to resolve this problem?
I have noted a few errors in the documentation.
nTLMallowed -> NTLMallowed
org.jasig.cas.adaptors.spnego.util.JCIFSConfig ->
org.jasig.cas.adaptors.spnego.authentication.handler.support.JCIFSConfig
HTTP/your.server.name.here/YOUR.REALM.HERE ->
HTTP/your.server.name.here at YOUR.REALM.HERE
Best regards
Vincent.
More information about the cas
mailing list