refactor
This commit is contained in:
parent
fc2df08e15
commit
4ebdb8d24b
2 changed files with 8 additions and 1 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
package org.keycloak.authentication;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
|
||||||
|
* @version $Revision: 1 $
|
||||||
|
*/
|
||||||
|
public interface AuthenticationFlow {
|
||||||
|
}
|
|
@ -300,7 +300,6 @@ public class LoginActionsService {
|
||||||
*/
|
*/
|
||||||
@Path("authenticate")
|
@Path("authenticate")
|
||||||
@POST
|
@POST
|
||||||
@Consumes(MediaType.APPLICATION_FORM_URLENCODED)
|
|
||||||
public Response authenticateForm(@QueryParam("code") String code,
|
public Response authenticateForm(@QueryParam("code") String code,
|
||||||
@QueryParam("execution") String execution) {
|
@QueryParam("execution") String execution) {
|
||||||
event.event(EventType.LOGIN);
|
event.event(EventType.LOGIN);
|
||||||
|
|
Loading…
Reference in a new issue