Package org.keycloak.models
Interface AuthenticationFlowBindings
-
public interface AuthenticationFlowBindings
Defines constants for authentication flow bindings. Strings used for lookup- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description static String
BROWSER_BINDING
static String
DIRECT_GRANT_BINDING
-
-
-
Field Detail
-
BROWSER_BINDING
static final String BROWSER_BINDING
- See Also:
- Constant Field Values
-
DIRECT_GRANT_BINDING
static final String DIRECT_GRANT_BINDING
- See Also:
- Constant Field Values
-
-