Package com.microstrategy.utils
Interface EnumSpringAdminAuthMethods
-
public interface EnumSpringAdminAuthMethods
-
-
Field Summary
Fields Modifier and Type Field Description static intSPRING_ADMIN_AUTH_METHOD_BASICstatic intSPRING_ADMIN_AUTH_METHOD_SPRINGstatic intSPRING_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
-
-