Package com.microstrategy.utils
Interface EnumSpringAdminAuthMethods
-
public interface EnumSpringAdminAuthMethods
-
-
Field Summary
Fields Modifier and Type Field Description static int
SPRING_ADMIN_AUTH_METHOD_BASIC
static int
SPRING_ADMIN_AUTH_METHOD_SPRING
static int
SPRING_ADMIN_AUTH_METHOD_UNDEFINED
-
-
-
Field Detail
-
SPRING_ADMIN_AUTH_METHOD_UNDEFINED
static final int SPRING_ADMIN_AUTH_METHOD_UNDEFINED
- See Also:
- Constant Field Values
-
SPRING_ADMIN_AUTH_METHOD_BASIC
static final int SPRING_ADMIN_AUTH_METHOD_BASIC
- See Also:
- Constant Field Values
-
SPRING_ADMIN_AUTH_METHOD_SPRING
static final int SPRING_ADMIN_AUTH_METHOD_SPRING
- See Also:
- Constant Field Values
-
-