Class UserAccountsPage

    • Field Detail

      • DAYS_TO_USE_PASSWORD_LINK

        protected static final int DAYS_TO_USE_PASSWORD_LINK
        After the account is created, or the password is reset, the user has this many days to repond to the email.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UserAccountsPage

        protected UserAccountsPage​(VitroRequest vreq)
    • Method Detail

      • isEmailEnabled

        protected boolean isEmailEnabled()
      • buildListOfSelectableRoles

        protected List<PermissionSet> buildListOfSelectableRoles()
        Create a list of all known non-public PermissionSets.
      • buildProfileTypesList

        protected SortedMap<String,​String> buildProfileTypesList()
        Create a list of possible profile types. TODO Right now, these are foaf:Person and it's sub-classes. What will it be for Vitro?
      • buildUrlsMap

        protected Map<String,​String> buildUrlsMap()
        Make these URLs available to all of the pages.
      • editAccountUrl

        protected static String editAccountUrl​(String uri)
      • figureExpirationDate

        protected Date figureExpirationDate()
      • checkPasswordLength

        protected boolean checkPasswordLength​(String pw)
      • getSiteName

        protected String getSiteName()