java.lang.Object
org.keycloak.protocol.oidc.endpoints.ThirdPartyCookiesIframeEndpoint
 
public class ThirdPartyCookiesIframeEndpoint
extends Object 
- Author:
 
- Vaclav Muzikar <vmuzikar@redhat.com>
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
jakarta.ws.rs.core.Response
 
jakarta.ws.rs.core.Response
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
ThirdPartyCookiesIframeEndpoint
 
 
- 
Method Details
- 
step1
@GET
@Path("step1.html")
@Produces("text/html; charset=utf-8")
public jakarta.ws.rs.core.Response step1(@QueryParam("version")
 String version) 
 
- 
step2
@GET
@Path("step2.html")
@Produces("text/html; charset=utf-8")
public jakarta.ws.rs.core.Response step2(@QueryParam("version")
 String version)