Package net.tirasa.connid.commons.db
Class Constants
- java.lang.Object
-
- net.tirasa.connid.commons.db.Constants
-
public final class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMSG_ACCOUNT_OBJECT_CLASS_REQUIREDstatic StringMSG_DATABASE_BLANKstatic StringMSG_HOST_BLANKstatic StringMSG_INVALID_ATTRIBUTE_SETstatic StringMSG_JDBC_DRIVER_BLANKstatic StringMSG_JDBC_DRIVER_NOT_FOUNDstatic StringMSG_JDBC_TEMPLATE_BLANKstatic StringMSG_PASSWORD_BLANKstatic StringMSG_PORT_BLANKstatic StringMSG_RESULT_HANDLER_NULLstatic StringMSG_UID_BLANKstatic StringMSG_USER_BLANK
-
-
-
Field Detail
-
MSG_JDBC_TEMPLATE_BLANK
public static final String MSG_JDBC_TEMPLATE_BLANK
- See Also:
- Constant Field Values
-
MSG_USER_BLANK
public static final String MSG_USER_BLANK
- See Also:
- Constant Field Values
-
MSG_PASSWORD_BLANK
public static final String MSG_PASSWORD_BLANK
- See Also:
- Constant Field Values
-
MSG_HOST_BLANK
public static final String MSG_HOST_BLANK
- See Also:
- Constant Field Values
-
MSG_PORT_BLANK
public static final String MSG_PORT_BLANK
- See Also:
- Constant Field Values
-
MSG_DATABASE_BLANK
public static final String MSG_DATABASE_BLANK
- See Also:
- Constant Field Values
-
MSG_JDBC_DRIVER_BLANK
public static final String MSG_JDBC_DRIVER_BLANK
- See Also:
- Constant Field Values
-
MSG_JDBC_DRIVER_NOT_FOUND
public static final String MSG_JDBC_DRIVER_NOT_FOUND
- See Also:
- Constant Field Values
-
MSG_ACCOUNT_OBJECT_CLASS_REQUIRED
public static final String MSG_ACCOUNT_OBJECT_CLASS_REQUIRED
- See Also:
- Constant Field Values
-
MSG_INVALID_ATTRIBUTE_SET
public static final String MSG_INVALID_ATTRIBUTE_SET
- See Also:
- Constant Field Values
-
MSG_UID_BLANK
public static final String MSG_UID_BLANK
- See Also:
- Constant Field Values
-
MSG_RESULT_HANDLER_NULL
public static final String MSG_RESULT_HANDLER_NULL
- See Also:
- Constant Field Values
-
-