| | |
| | | package org.keycloak.protocol.cas; |
| | | |
| | | import org.junit.Test; |
| | | import jakarta.ws.rs.core.Response; |
| | | import org.junit.jupiter.api.Test; |
| | | import org.keycloak.dom.saml.v1.protocol.SAML11ResponseType; |
| | | import org.keycloak.protocol.cas.representations.CASErrorCode; |
| | | import org.keycloak.protocol.cas.representations.SamlResponseHelper; |
| | | import org.keycloak.protocol.cas.utils.CASValidationException; |
| | | import org.w3c.dom.Document; |
| | | |
| | | import javax.ws.rs.core.Response; |
| | | import java.util.Collections; |
| | | |
| | | import static org.junit.Assert.assertNotNull; |
| | | import static org.junit.Assert.assertTrue; |
| | | import static org.junit.jupiter.api.Assertions.assertNotNull; |
| | | import static org.junit.jupiter.api.Assertions.assertTrue; |
| | | |
| | | public class SamlResponseTest { |
| | | @Test |