Class ThirdPartyCookiesIframeEndpoint
- java.lang.Object
- 
- org.keycloak.protocol.oidc.endpoints.ThirdPartyCookiesIframeEndpoint
 
- 
 public class ThirdPartyCookiesIframeEndpoint extends Object - Author:
- Vaclav Muzikar 
 
- 
- 
Constructor SummaryConstructors Constructor Description ThirdPartyCookiesIframeEndpoint(KeycloakSession session)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responsestep1(String version)javax.ws.rs.core.Responsestep2(String version)
 
- 
- 
- 
Constructor Detail- 
ThirdPartyCookiesIframeEndpointpublic ThirdPartyCookiesIframeEndpoint(KeycloakSession session) 
 
- 
 - 
Method Detail- 
step1@GET @Path("step1.html") @Produces("text/html; charset=utf-8") public javax.ws.rs.core.Response step1(@QueryParam("version") String version)
 - 
step2@GET @Path("step2.html") @Produces("text/html; charset=utf-8") public javax.ws.rs.core.Response step2(@QueryParam("version") String version)
 
- 
 
-