Class AuthenticationModuleNameConstants
- java.lang.Object
-
- com.evolveum.midpoint.authentication.api.util.AuthenticationModuleNameConstants
-
public class AuthenticationModuleNameConstants extends Object
- Author:
- skublik
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLUSTER
static String
HTTP_BASIC
static String
HTTP_HEADER
static String
LDAP
static String
LOGIN_FORM
static String
MAIL_NONCE
static String
OIDC
static String
OTHER
static String
SAML_2
static String
SECURITY_QUESTIONS
static String
SECURITY_QUESTIONS_FORM
-
Constructor Summary
Constructors Constructor Description AuthenticationModuleNameConstants()
-
-
-
Field Detail
-
HTTP_BASIC
public static final String HTTP_BASIC
- See Also:
- Constant Field Values
-
SECURITY_QUESTIONS
public static final String SECURITY_QUESTIONS
- See Also:
- Constant Field Values
-
SECURITY_QUESTIONS_FORM
public static final String SECURITY_QUESTIONS_FORM
- See Also:
- Constant Field Values
-
CLUSTER
public static final String CLUSTER
- See Also:
- Constant Field Values
-
HTTP_HEADER
public static final String HTTP_HEADER
- See Also:
- Constant Field Values
-
LOGIN_FORM
public static final String LOGIN_FORM
- See Also:
- Constant Field Values
-
SAML_2
public static final String SAML_2
- See Also:
- Constant Field Values
-
LDAP
public static final String LDAP
- See Also:
- Constant Field Values
-
MAIL_NONCE
public static final String MAIL_NONCE
- See Also:
- Constant Field Values
-
OIDC
public static final String OIDC
- See Also:
- Constant Field Values
-
OTHER
public static final String OTHER
- See Also:
- Constant Field Values
-
-