java-cas-client icon indicating copy to clipboard operation
java-cas-client copied to clipboard

Apereo Java CAS Client

Results 5 java-cas-client issues
Sort by recently updated
recently updated
newest added

The class org.jasig.cas.client.session.HashMapBackedSessionMappingStorage contains 2 maps: private final Map MANAGED_SESSIONS = new HashMap(); private final Map ID_TO_SESSION_KEY_MAPPING = new HashMap(); There is a part of CAS client, that listens on...

JAXB has been removed from JDK 11. It would add dependency jaxb-api for JDK 11 and later.

Pending

1)adjust single sign out filter and listener 's order. 2)add custom configure for single sign out filter and listener.

Pending

Fix concurrency issues in `SingleSignOutFilter#doFilter` method. In the `SingleSignOutFilter#doFilter` method, synchronization is added to prevent concurrent execution and ensure thread safety. Before the repair, if `SingleSignOutFilter#init `is not executed for...