org.wso2.solutions.identity
Class IdentityProviderConstants.Sample
java.lang.Object
org.wso2.solutions.identity.IdentityProviderConstants.Sample
- Enclosing class:
- IdentityProviderConstants
public static class IdentityProviderConstants.Sample
- extends java.lang.Object
Sample related constants of the identity provider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECTION_URL
public static final java.lang.String CONNECTION_URL
- See Also:
- Constant Field Values
CONNECTION_USER_NAME
public static final java.lang.String CONNECTION_USER_NAME
- See Also:
- Constant Field Values
CONNECTION_PASSWORD
public static final java.lang.String CONNECTION_PASSWORD
- See Also:
- Constant Field Values
DRIVER
public static final java.lang.String DRIVER
- See Also:
- Constant Field Values
USER_TABLE
public static final java.lang.String USER_TABLE
- See Also:
- Constant Field Values
USER_NAME_COLUMN
public static final java.lang.String USER_NAME_COLUMN
- See Also:
- Constant Field Values
PASSWORD_COLUMN
public static final java.lang.String PASSWORD_COLUMN
- See Also:
- Constant Field Values
COLUMN_NAME_EMAIL
public static final java.lang.String COLUMN_NAME_EMAIL
- See Also:
- Constant Field Values
COLUMN_NAME_FIRSTNAME
public static final java.lang.String COLUMN_NAME_FIRSTNAME
- See Also:
- Constant Field Values
COLUMN_NAME_LASTNAME
public static final java.lang.String COLUMN_NAME_LASTNAME
- See Also:
- Constant Field Values
IdentityProviderConstants.Sample
public IdentityProviderConstants.Sample()