ca.bc.gov.webade.user
Interface GovernmentUserInfo
- All Superinterfaces:
- WebADEUserInfo
- All Known Implementing Classes:
- DefaultGovernmentUserInfo
- public interface GovernmentUserInfo
- extends WebADEUserInfo
- Author:
- jross
|
Field Summary |
static java.lang.String |
ACCOUNT_TYPE
The reserved attribute name for the account type attribute. |
static java.lang.String |
CITY
The reserved attribute name for the city attribute. |
static java.lang.String |
EMPLOYEE_ID
The reserved attribute name for the employee id attribute. |
| Methods inherited from interface ca.bc.gov.webade.user.WebADEUserInfo |
clone, getAttributeNames, getAttributeValue, getDisplayName, getEmailAddress, getExpiryDate, getFirstName, getLastName, getMiddleInitial, getPhoneNumber, getUserCredentials, hasAttribute, isReadOnly, isVisible, setReadOnly |
ACCOUNT_TYPE
public static final java.lang.String ACCOUNT_TYPE
- The reserved attribute name for the account type attribute. Used by the
getAttributeValue, getAttributeNames, and
hasAttribute methods.
- See Also:
- Constant Field Values
EMPLOYEE_ID
public static final java.lang.String EMPLOYEE_ID
- The reserved attribute name for the employee id attribute. Used by the
getAttributeValue, getAttributeNames, and
hasAttribute methods.
- See Also:
- Constant Field Values
CITY
public static final java.lang.String CITY
- The reserved attribute name for the city attribute. Used by the
getAttributeValue, getAttributeNames, and
hasAttribute methods.
- See Also:
- Constant Field Values
getAccountType
public java.lang.String getAccountType()
- Returns:
- The user's BC Gov Account type.
getEmployeeId
public java.lang.String getEmployeeId()
- Returns:
- The user's employee Id.
isEmployee
public boolean isEmployee()
- Returns:
- True if the user is a government employee.
getCity
public java.lang.String getCity()
- Returns:
- The user's city.