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.
 
Fields inherited from interface ca.bc.gov.webade.user.WebADEUserInfo
DISPLAY_NAME, EMAIL_ADDRESS, EXPIRY_DATE, FIRST_NAME, IS_VISIBLE, LAST_NAME, MIDDLE_INITIAL, PHONE_NUMBER, USER_CREDENTIALS
 
Method Summary
 java.lang.String getAccountType()
           
 java.lang.String getCity()
           
 java.lang.String getEmployeeId()
           
 boolean isEmployee()
           
 
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
 

Field Detail

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
Method Detail

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.