Package org.keycloak.adapters.saml
Class AdapterConstants
- java.lang.Object
-
- org.keycloak.adapters.saml.AdapterConstants
-
public class AdapterConstants extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTH_DATA_PARAM_NAMEstatic StringREPLICATION_CONFIG_CONTAINER_PARAM_NAMEstatic StringREPLICATION_CONFIG_SSO_CACHE_PARAM_NAME
-
Constructor Summary
Constructors Constructor Description AdapterConstants()
-
-
-
Field Detail
-
AUTH_DATA_PARAM_NAME
public static final String AUTH_DATA_PARAM_NAME
- See Also:
- Constant Field Values
-
REPLICATION_CONFIG_CONTAINER_PARAM_NAME
public static final String REPLICATION_CONFIG_CONTAINER_PARAM_NAME
- See Also:
- Constant Field Values
-
REPLICATION_CONFIG_SSO_CACHE_PARAM_NAME
public static final String REPLICATION_CONFIG_SSO_CACHE_PARAM_NAME
- See Also:
- Constant Field Values
-
-