1

CAS サーバーを使用する場合、プロキシ チケットを使用できる回数を増やす方法はありますか。また、チケットの有効期限が切れるまでの時間を増やす方法はありますか。私は CAS のticketExpirationPolicies.xmlファイルについて知っており、次のようにファイルを変更しようとしました

<bean id="serviceTicketExpirationPolicy" class="org.jasig.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy">
        <!-- This argument is the number of times that a ticket can be used before its considered expired. -->
        <constructor-arg
            index="0"
            value="10" />

        <!-- This argument is the time a ticket can exist before its considered expired.  -->
        <constructor-arg
            index="1"
            value="7200000" />
    </bean>

しかし、これではプロキシ チケットを再度使用できません。メッセージが表示されるので、他の方法はありますか、それとも何か間違っていますか.

ありがとう

4

0 に答える 0