What seems to have worked wrt observing the ticket map was to extract hazelcast-ticket-registry.xml copy to src/main/resources/META-INF/spring, and modify the com.hazelcast.config.Config bean to include:
> <property name="managementCenterConfig"> > <bean class="com.hazelcast.config.NetworkConfig"> > <property name="enabled" value="true"/> > <property name="url" > value="http://localhost:8081/mancenter"/> > </bean> > </property> I can see map count and can use the $Console to inspect content (key, value). In the case of the default AcceptUsersAuthenticationHandler (cf. "casuser") the cache key and value are the same (the TGT value). What I'd really like to do is find a TGT cache (session) entry by principal in case we have a breach and need to kill the session. Tom. -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
